diff --git a/_config.yml b/_config.yml index 9d248bd..2af59b8 100644 --- a/_config.yml +++ b/_config.yml @@ -9,10 +9,10 @@ author: url: "" # Build settings -baseurl: "/" +baseurl: / markdown: kramdown source: . -destination: ./_site +destination: ./_site/ permalink: /:title paginate: 8 paginate_path: /page:num/ @@ -32,14 +32,24 @@ defaults: layout: "post" # Plugins -plugins: [jekyll-paginate, jekyll-target-blank] +plugins: + - jekyll-paginate + - jekyll-target-blank # - jekyll-diagrams + +target-blank: + noopener: false + noreferrer: false + +sass: + style: compressed + # Custom variables version: "0.0.1" # Options -custom_header: true +custom_header: false custom_nav_footer: false reverse: false diff --git a/_includes/header-custom.html b/_includes/header-custom.html deleted file mode 100644 index 6bf75a6..0000000 --- a/_includes/header-custom.html +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 6fc93e6..6bf75a6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/_includes/nav-footer-custom.html b/_includes/nav-footer-custom.html deleted file mode 100644 index a9239e7..0000000 --- a/_includes/nav-footer-custom.html +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 37233c5..5c2b5d6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,6 +21,9 @@ {% include header.html %} {% endif %} + +
+ we are in {{ site.baseurl }}