Merge remote-tracking branch 'refs/remotes/origin/main'
Some checks are pending
Build Eleventy Forgero / build (24.x) (push) Waiting to run
Some checks are pending
Build Eleventy Forgero / build (24.x) (push) Waiting to run
This commit is contained in:
commit
a0ac8f2c12
3 changed files with 9 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Install dependencies & build
|
||||
run: |
|
||||
npm ci
|
||||
npm run build -- --pathprefix="/tenkuma/web"
|
||||
npm run build -- --pathprefix="/pages/tenkuma/web"
|
||||
|
||||
- name: Deploy to forgejo-pages
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -1,11 +1,17 @@
|
|||
# Adrian Victor
|
||||
[](https://github.com/adrianvic/adrianvic.github.io/actions/workflows/build.yml)
|
||||
[](https://inspiran.beetal-castor.ts.net/git/tenkuma/web/actions?workflow=build-forgejo.yml)
|
||||
[](https://github.com/adrianvic/adrianvic.github.io/actions/workflows/build.yml)
|
||||
[](https://github.com/adrianvic/adrianvic.github.io/actions/workflows/pages/pages-build-deployment)
|
||||
|
||||
My personal static website/blog built with Eleventy.
|
||||
|
||||
<img src="./static/images/88x31/tenkuma.gif"><img src="./static/images/88x31/ai.gif">
|
||||
|
||||
## Mirrors
|
||||
- Forgejo: https://inspiran.beetal-castor.ts.net/pages/tenkuma/web/
|
||||
- GitHub Pages: https://adrianvic.github.io/
|
||||
- NeoCities (some features are broken): https://tenkuma.neocities.org/
|
||||
|
||||
## Interesting features
|
||||
- Multiple pages
|
||||
- Text support
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ title: Adrian Victor:Blog
|
|||
{{ i18n[langKey].availableInOtherLanguages }}:
|
||||
{% for alt in altLanguages %}
|
||||
<li class="inlineList">
|
||||
<a href="{{ alt.url }}" hreflang="{{ alt.lang }}">
|
||||
<a href="{{ alt.url | url }}" hreflang="{{ alt.lang }}">
|
||||
{{ i18n[alt.lang].language }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue