projects changes
This commit is contained in:
parent
fdbb9b3962
commit
b27a6e2f1d
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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)
|
18
index.md
18
index.md
@ -3,14 +3,12 @@ layout: home
|
||||
author_profile: true
|
||||
---
|
||||
|
||||
<!---
|
||||
# GNU/Linux
|
||||
|
||||
## GNOME
|
||||
|
||||
- ### [configure GDM with ease](https://surferlul.github.io/configuring-gdm/)
|
||||
|
||||
## Virtual Machines
|
||||
|
||||
- ### [VM Input Devices](https://surferlul.github.io/input-devices-to-vm/)
|
||||
-->
|
||||
- ### [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)
|
||||
|
Loading…
Reference in New Issue
Block a user