diff --git a/_includes/layout/sidebar.html b/_includes/layout/sidebar.html index eb40efe..8b1155a 100644 --- a/_includes/layout/sidebar.html +++ b/_includes/layout/sidebar.html @@ -3,7 +3,7 @@ mana's pfp - + + \ No newline at end of file diff --git a/_pages/about.md b/_pages/about.md index 9151eae..c67edfe 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -31,6 +31,7 @@ if you'd like to link to me, I've provided the following buttons! if you do, [le ![peach moon button animated](/img/peachmoon2.gif) ### milestones +- **2024.09.26**: 1024 views, or 1 kibiview :3 - **2024.09.17**: 1000 views - **2024.08.11**: 900 views - **2024.08.05**: 800 views diff --git a/_pages/fridge.md b/_pages/fridge.md index 74ec086..2417156 100644 --- a/_pages/fridge.md +++ b/_pages/fridge.md @@ -3,7 +3,7 @@ layout: 2col title: my fridge permalink: /fridge menu: art -menu-title: my fridge +menu-title: fridge show_footer: true imgurl: "/img/fridge/" thumbsurl: "/img/thumbs/fridge/" diff --git a/_pages/games.md b/_pages/games.md index aeca6c7..2931816 100644 --- a/_pages/games.md +++ b/_pages/games.md @@ -2,7 +2,7 @@ layout: 2col title: games permalink: /games/ -menu: games +menu: interest menu-title: games show_footer: true toc: true diff --git a/_pages/rkgk.md b/_pages/rkgk.md index 6053533..f0b7c7f 100644 --- a/_pages/rkgk.md +++ b/_pages/rkgk.md @@ -3,7 +3,7 @@ layout: 2col title: my rkgk permalink: /rkgk menu: art -menu-title: my rkgk +menu-title: rkgk show_footer: true imgurl: "/img/rkgk/" thumbsurl: "/img/thumbs/rkgk/" diff --git a/_posts/updates/2024-09-26-title.md b/_posts/updates/2024-09-26-title.md index 52424f3..2b30f39 100644 --- a/_posts/updates/2024-09-26-title.md +++ b/_posts/updates/2024-09-26-title.md @@ -2,4 +2,4 @@ title: "site update" date: 2024-09-26 --- -finally finished migrating the site to [jekyll](https://jekyllrb.com/) from zola! added some new art to the [fridge]({% link _pages/fridge.md %}). took a bunch of new [quizzes]({% link _pages/quiz.md %}) updated [about]({% link _pages/about.md %}) to reflect the migration to jekyll, and split the [about me]({% link _pages/aboutme.md %}) section into its own page. added some [links]({% link _pages/links.md %}) and a page detailing my [plans]({% link _pages/plans.md %}) for this website. \ No newline at end of file +finally finished migrating the site to [jekyll](https://jekyllrb.com/) from zola! added some new art to the [fridge]({% link _pages/fridge.md %}). took a bunch of new [quizzes]({% link _pages/quiz.md %}). updated [about]({% link _pages/about.md %}) to reflect the migration to jekyll, and split the [about me]({% link _pages/aboutme.md %}) section into its own page. added some [links]({% link _pages/links.md %}) and a page detailing my [plans]({% link _pages/plans.md %}) for this website. \ No newline at end of file diff --git a/style.css b/style.css index 24f5dd5..a146f4f 100644 --- a/style.css +++ b/style.css @@ -130,6 +130,10 @@ nav a:hover:not(.active) { background-color: var(--bgSelect); } +.menu-toggle { + color: var(--linkColor) +} + .menu-toggle, .menu { text-decoration: none; } @@ -143,19 +147,22 @@ nav a:hover:not(.active) { } } -nav-icon { +.nav-icon { display: flex; justify-content:center; } -nav-icon i { +.nav-icon i { padding: 8px; vertical-align: middle; } @media screen and (max-width: 700px) { - nav-icon { - display: block; + .menu-toggle { + padding-top: 2rem; + } + .nav-icon { + padding: .5rem; } }