diff --git a/README.md b/README.md index d8e1607..2957ad0 100755 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ This theme contains a `netlify.toml` and has been tested to work with Netlify. ## Github Pages This theme has been tested to work with Github Pages (and Github Project Pages) -If you are using this theme with Github Pages and you are using a Github Project Page then **your site will be hosted in a subfolder** you will need to update the `baseurl` in the `_config.yml` otherwise all the css, images and paths will be broken. +If you are using this theme with Github Pages and you are using a Github Project Page then you will need to update the `baseurl` in the `_config.yml` otherwise all the css, images and paths will be broken. -For example the site https://zerostaticthemes.github.io/jekyll-serif-theme would have `baseurl: "/jekyll-serif-theme"` +For example the site https://zerostaticthemes.github.io/jekyll-serif-theme would have `baseurl: "/jekyll-serif-theme/"` ## Credits diff --git a/_config.yml b/_config.yml index f8a2395..c845997 100755 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,17 @@ -baseurl: '/jekyll-serif-theme' +baseurl: '/jekyll-serif-theme/' permalink: pretty title: 'Jekyll Serif' google_analytics_id: "" + homepage: show_call_box: true + logo: mobile: "images/logo/logo-mobile.svg" desktop: "images/logo/logo.svg" desktop_height: "36px" + footer: copyright_text: 'Free Jekyll theme by www.zerostatic.io' diff --git a/_includes/header.html b/_includes/header.html index 7495077..c9ec3bb 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,10 +1,10 @@
- {{ site.title }} + {{ site.title }}
{% include main-menu.html %} {% include hamburger.html %}