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
|
- name: Install dependencies & build
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run build -- --pathprefix="/tenkuma/web"
|
npm run build -- --pathprefix="/pages/tenkuma/web"
|
||||||
|
|
||||||
- name: Deploy to forgejo-pages
|
- name: Deploy to forgejo-pages
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,17 @@
|
||||||
# Adrian Victor
|
# 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)
|
[](https://github.com/adrianvic/adrianvic.github.io/actions/workflows/pages/pages-build-deployment)
|
||||||
|
|
||||||
My personal static website/blog built with Eleventy.
|
My personal static website/blog built with Eleventy.
|
||||||
|
|
||||||
<img src="./static/images/88x31/tenkuma.gif"><img src="./static/images/88x31/ai.gif">
|
<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
|
## Interesting features
|
||||||
- Multiple pages
|
- Multiple pages
|
||||||
- Text support
|
- Text support
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ title: Adrian Victor:Blog
|
||||||
{{ i18n[langKey].availableInOtherLanguages }}:
|
{{ i18n[langKey].availableInOtherLanguages }}:
|
||||||
{% for alt in altLanguages %}
|
{% for alt in altLanguages %}
|
||||||
<li class="inlineList">
|
<li class="inlineList">
|
||||||
<a href="{{ alt.url }}" hreflang="{{ alt.lang }}">
|
<a href="{{ alt.url | url }}" hreflang="{{ alt.lang }}">
|
||||||
{{ i18n[alt.lang].language }}
|
{{ i18n[alt.lang].language }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue