diff --git a/assets/icons/codeberg.svg b/assets/icons/codeberg.svg new file mode 100644 index 0000000..e395984 --- /dev/null +++ b/assets/icons/codeberg.svg @@ -0,0 +1,164 @@ + + + Codeberg logo + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Codeberg logo + + + + Robert Martinez + + + + + Codeberg and the Codeberg Logo are trademarks of Codeberg e.V. + + + 2020-04-09 + + + Codeberg e.V. + + + codeberg.org + + + + + + + + + + + + + diff --git a/assets/icons/github.svg b/assets/icons/github.svg new file mode 100644 index 0000000..37fa923 --- /dev/null +++ b/assets/icons/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/mastodon.svg b/assets/icons/mastodon.svg new file mode 100644 index 0000000..e03938c --- /dev/null +++ b/assets/icons/mastodon.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/pixiv.svg b/assets/icons/pixiv.svg new file mode 100644 index 0000000..81de8df --- /dev/null +++ b/assets/icons/pixiv.svg @@ -0,0 +1 @@ + diff --git a/assets/newgrounds.webp b/assets/newgrounds.webp deleted file mode 100644 index 85606fe..0000000 Binary files a/assets/newgrounds.webp and /dev/null differ diff --git a/assets/pixiv.webp b/assets/pixiv.webp deleted file mode 100644 index d763b9d..0000000 Binary files a/assets/pixiv.webp and /dev/null differ diff --git a/config.yaml b/config.yaml index 9ccf6d0..cadca05 100644 --- a/config.yaml +++ b/config.yaml @@ -161,22 +161,22 @@ menu: socials: - name: 'Mastodon' params: - - img: 'mastodon.webp' + - img: 'icons/mastodon.svg' url: 'https://mastodon.art/@redstrate' weight: -1 - name: 'Pixiv' params: - - img: 'pixiv.webp' + - img: 'icons/pixiv.svg' url: 'https://www.pixiv.net/en/users/58118005' weight: 2 - name: 'Codeberg' params: - - img: 'codeberg.webp' + - img: 'icons/codeberg.svg' url: 'https://codeberg.org/redstrate' weight: 3 - name: 'GitHub' params: - - img: 'github.webp' + - img: 'icons/github.svg' url: 'https://github.com/redstrate' weight: 4 diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 69814d0..8c606f1 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -108,6 +108,14 @@ height: 0 !important; width: 0 !important; } + + .site-menu > img { + float: left; + margin-left: 5px; + margin-top: 10px; + width: 25px; + height: 25px; + } } body { @@ -698,3 +706,9 @@ model-viewer { margin: auto; } } + +.site-menu > img { + float: left; + margin-left: 5px; + margin-top: 2px; +} diff --git a/themes/red/layouts/partials/sidebar.html b/themes/red/layouts/partials/sidebar.html index f6aea7f..1eaa1f0 100644 --- a/themes/red/layouts/partials/sidebar.html +++ b/themes/red/layouts/partials/sidebar.html @@ -26,7 +26,7 @@ {{ range .Site.Menus.socials }}