diff --git a/websiteFiles/404.html b/404.html similarity index 100% rename from websiteFiles/404.html rename to 404.html diff --git a/websiteFiles/LICENSE.md b/LICENSE.md similarity index 100% rename from websiteFiles/LICENSE.md rename to LICENSE.md diff --git a/websiteFiles/_config.yml b/_config.yml similarity index 78% rename from websiteFiles/_config.yml rename to _config.yml index 984ccb3..3b910e1 100644 --- a/websiteFiles/_config.yml +++ b/_config.yml @@ -1,26 +1,17 @@ -# Dependencies -markdown: kramdown -highlighter: rouge - -# Permalinks -permalink: pretty - -# Setup +# Personalize your website info here title: Anew Guy tagline: 'Professional Website for Anew Guy' description: 'Website and Blog for Anew Guy' url: http://anewguy.github.io -baseurl: / - author: name: 'Anew Guy' url: https://twitter.com/anewguy +## You don't need to modify below this line paginate: 5 # Custom vars version: 2.1.0 - github: repo: https://github.com/poole/hyde @@ -28,4 +19,10 @@ gems: [jekyll-paginate,jekyll-gist, redcarpet] paginate: 5 paginate_path: "page:num" -markdown: kramdown +# Dependencies +markdown: kramdown +highlighter: rouge + +# Permalinks +permalink: pretty +baseurl: https://biodata-club.github.io/githubPagesTutorial/ diff --git a/websiteFiles/_includes/head.html b/_includes/head.html similarity index 100% rename from websiteFiles/_includes/head.html rename to _includes/head.html diff --git a/websiteFiles/_includes/sidebar.html b/_includes/sidebar.html similarity index 98% rename from websiteFiles/_includes/sidebar.html rename to _includes/sidebar.html index 586f47b..4017151 100644 --- a/websiteFiles/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,11 +1,11 @@