diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-04-19 00:24:23 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-04-19 00:32:37 +0300 |
| commit | 8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0 (patch) | |
| tree | e5054517b940e5c535a4c7282d7faa7b6462e794 /_data | |
| parent | 9f4b181b36418669462c0300c2e090d0f4547dc8 (diff) | |
| download | aaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.tar.gz aaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.zip | |
reimplement website using shell scripts
major change, i know. now i'm using ssg and rssg by roman zolotarev.
okay, well, not exactly. ssg is modified to generate pages for gemini
too. it's hard to maintain two different things simultaneously.
bye-bye jekyll!
Diffstat (limited to '_data')
| -rw-r--r-- | _data/links.yml | 36 | ||||
| -rw-r--r-- | _data/navigation.yml | 10 |
2 files changed, 0 insertions, 46 deletions
diff --git a/_data/links.yml b/_data/links.yml deleted file mode 100644 index c1853f6..0000000 --- a/_data/links.yml +++ /dev/null @@ -1,36 +0,0 @@ -- name: github - link: https://github.com/la-ninpre - type: github -- name: gitlab - link: https://gitlab.com/la-ninpre - type: gitlab -- name: youtube - link: https://www.youtube.com/channel/UCLW6sGRLddTR-fB-Ae5uv6Q/ - type: youtube -- name: cgit - link: https://git.aaoth.xyz - type: git -- name: fossil - link: https://fsl.aaoth.xyz - type: fsl -- name: aaoth - link: https://aaoth.bandcamp.com - type: bandcamp -- name: spiral materivm - link: https://spiralmaterivm.bandcamp.com - type: bandcamp -- name: hälsorisk - link: https://haelsorisk.bandcamp.com - type: bandcamp -- name: starnix network - link: https://mstdn.starnix.network/@la_ninpre - type: mastodon - rel: me -- name: toki.social - link: https://toki.social/@jan_lewa - type: mastodon - rel: me -- name: local pleroma - link: https://pleroma.aaoth.xyz/users/la_ninpre - type: pleroma-self - rel: me diff --git a/_data/navigation.yml b/_data/navigation.yml deleted file mode 100644 index d9b34b0..0000000 --- a/_data/navigation.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: home - link: / -- name: blog - link: /blog/ -- name: music - link: /music/ -- name: visual - link: /visual/ -- name: about - link: /about/ |
