diff --git a/_config.yml b/_config.yml index 3a7f184..77e40be 100644 --- a/_config.yml +++ b/_config.yml @@ -26,9 +26,9 @@ title_separator : "-" subtitle : # site tagline that appears below site title in masthead name : "Lu Baumann" description : "This is a collection of my Blogs" -url : "https://surferlul.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +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/blog" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" +repository : "Surferlul/Surferlul.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : # overrides the website title displayed in the masthead, use " " for no title diff --git a/_pages/projects.md b/_pages/projects.md index 84c3706..4a9eff0 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -3,7 +3,7 @@ title: My Projects layout: single permalink: /projects page_css: - - /assets/css/dark.css + - /assets/css/dark.scss --- diff --git a/assets/css/dark.css b/assets/css/dark.scss similarity index 100% rename from assets/css/dark.css rename to assets/css/dark.scss