diff --git a/_config.yml b/_config.yml index 77e40be..521e8d9 100644 --- a/_config.yml +++ b/_config.yml @@ -17,15 +17,15 @@ plugins: # theme : "minimal-mistakes-jekyll" # remote_theme : "mmistakes/minimal-mistakes" -minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" +minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site Settings locale : "en-US" -title : "My Blog" +title : "My Projects" title_separator : "-" subtitle : # site tagline that appears below site title in masthead name : "Lu Baumann" -description : "This is a collection of my Blogs" +description : "This is a collection of my Projects" url : "https://Surferlul.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : # the subpath of your site, e.g. "/blog" repository : "Surferlul/Surferlul.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" diff --git a/_data/navigation.yml b/_data/navigation.yml index 613690e..3465ed0 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -2,8 +2,8 @@ main: # - title: "Quick-Start Guide" # url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ - - title: "Projects" - url: /projects + - title: "Blog" + url: https://Surferlul.github.io - title: "Posts" url: /posts # - title: "About" diff --git a/_pages/projects.md b/_pages/projects.md deleted file mode 100644 index 4a9eff0..0000000 --- a/_pages/projects.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: My Projects -layout: single -permalink: /projects -page_css: - - /assets/css/dark.scss ---- - - -- ### [Themes](https://surferlul.github.io/Themes) -- ### [Beatsaber Unofficial Camellia Pack](https://surferlul.github.io/Unofficial-Camellia-Pack) -- ### [Windows Wallpaper Changer](https://surferlul.github.io/Wallpaper-Changer) -- ### [Rockyou Mask Attack](https://surferlul.github.io/RockyouMask) -- ### [Computer Science Circles Python Course Solutions](https://surferlul.github.io/csc-python-solutions/) -- ### [Type Trainer](https://surferlul.github.io/Type-Trainer/) -- ### [Lévy C](https://surferlul.github.io/Levy_C/) -- ### [xkb NEO](https://surferlul.github.io/xkb_neo) diff --git a/index.md b/index.md index f37d59b..ca26798 100644 --- a/index.md +++ b/index.md @@ -3,14 +3,12 @@ layout: home author_profile: true --- - +- ### [Themes](https://surferlul.github.io/Themes) +- ### [Beatsaber Unofficial Camellia Pack](https://surferlul.github.io/Unofficial-Camellia-Pack) +- ### [Windows Wallpaper Changer](https://surferlul.github.io/Wallpaper-Changer) +- ### [Rockyou Mask Attack](https://surferlul.github.io/RockyouMask) +- ### [Computer Science Circles Python Course Solutions](https://surferlul.github.io/csc-python-solutions/) +- ### [Type Trainer](https://surferlul.github.io/Type-Trainer/) +- ### [Lévy C](https://surferlul.github.io/Levy_C/) +- ### [xkb NEO](https://surferlul.github.io/xkb_neo)