diff --git a/config.yaml b/config.yaml index 6872813..818c046 100644 --- a/config.yaml +++ b/config.yaml @@ -88,9 +88,12 @@ menu: - name: 'Guestbook' url: '/guestbook' weight: 10 + - name: 'Contact' + url: '/contact' + weight: 11 - name: 'About' url: '/about' - weight: 11 + weight: 12 retromain: - name: 'Home' url: '/' @@ -136,3 +139,29 @@ menu: - name: 'Evangelion' url: 'nerv_button.webp' weight: 3 + socials: + - name: 'Mastodon' + params: + - img: 'mastodon.webp' + url: 'https://mastodon.art/@redstrate' + weight: -1 + - name: 'Newgrounds' + params: + - img: 'newgrounds.webp' + url: 'https://redstrate.newgrounds.com' + weight: 1 + - name: 'Pixiv' + params: + - img: 'pixiv.webp' + url: 'https://www.pixiv.net/en/users/58118005' + weight: 2 + - name: 'sourcehut' + params: + - img: 'sourcehut.webp' + url: 'https://sr.ht/~redstrate' + weight: 3 + - name: 'GitHub' + params: + - img: 'github.webp' + url: 'https://github.com/redstrate' + weight: 4 diff --git a/content/about.md b/content/about.md index d04022d..5369b6c 100644 --- a/content/about.md +++ b/content/about.md @@ -12,19 +12,6 @@ Drawing has been a hobby of mine ever since childhood, and I try to draw when I I also like to administrate my own servers, and that's what's hosting the website you're reading right now! You can find more details about this setup below. -# Links - -I'm on plenty of platforms if you want to follow me: - -* [Mastodon](https://mastodon.art/@redstrate) - my microblogging... blog. -* [sourcehut](https://sr.ht/~redstrate) - lovely code forge containing my lovely code. -* [Newgrounds](https://redstrate.newgrounds.com/) - collection of my recent art. -* [Pixiv](https://www.pixiv.net/en/users/58118005) - another collection of my recent art. - -# Contact - -See [this page](/contact) for contact information and details. - # Languages English is my first language, but currently learning two new languages. Here is my current progress: diff --git a/themes/red/layouts/_default/ffxiv.html b/themes/red/layouts/_default/ffxiv.html index 7e19647..0a8ef90 100644 --- a/themes/red/layouts/_default/ffxiv.html +++ b/themes/red/layouts/_default/ffxiv.html @@ -7,7 +7,7 @@

Character

- + diff --git a/themes/red/layouts/partials/sidebar.html b/themes/red/layouts/partials/sidebar.html index 707fb5a..3a26cee 100644 --- a/themes/red/layouts/partials/sidebar.html +++ b/themes/red/layouts/partials/sidebar.html @@ -1,6 +1,9 @@ diff --git a/themes/red/layouts/shortcodes/recent-changes.html b/themes/red/layouts/shortcodes/recent-changes.html index ecb47e2..8159db2 100644 --- a/themes/red/layouts/shortcodes/recent-changes.html +++ b/themes/red/layouts/shortcodes/recent-changes.html @@ -1,7 +1,7 @@