diff --git a/_config.yml b/_config.yml index 4dbcb2b..3a6a8aa 100644 --- a/_config.yml +++ b/_config.yml @@ -1,18 +1,23 @@ -# Setup -title: "Site title" -paginate: 5 -baseurl: # the subpath of your site e.g. "/blog" -url: # the base hostname & protocol for your site e.g. "https://chesterhow.github.io" +# Site settings +title: Tale +description: "Minimal Jekyll theme for storytellers" +baseurl: "/tale" +url: "https://chesterhow.github.io" + +# Author +author: + name: Chester How + url: https://chester.how + email: chesterhow@gmail.com # Build settings markdown: kramdown theme: tale -# About -author: - name: "Your name" - url: - email: +# Assets +sass: + sass_dir: _sass + style: compressed # Gems plugins: @@ -20,3 +25,4 @@ plugins: # Permalinks permalink: /:year-:month-:day/:title +paginate: 5 diff --git a/index.html b/index.html index e4d427d..32dfdd8 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ --- layout: home +title: Home --- diff --git a/tale.gemspec b/tale.gemspec index 3285ddb..5495275 100644 --- a/tale.gemspec +++ b/tale.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "tale" - spec.version = "0.0.5" + spec.version = "0.0.7" spec.authors = ["Chester How"] spec.email = ["chesterhow@gmail.com"]