Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterhow committed Jan 8, 2018
1 parent 0a0aaba commit 2d27403
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
26 changes: 16 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# 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: [email protected]

# Build settings
markdown: kramdown
theme: tale

# About
author:
name: "Your name"
url:
email:
# Assets
sass:
sass_dir: _sass
style: compressed

# Gems
plugins:
- jekyll-paginate

# Permalinks
permalink: /:year-:month-:day/:title
paginate: 5
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
layout: home
title: Home
---
2 changes: 1 addition & 1 deletion tale.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand Down

0 comments on commit 2d27403

Please sign in to comment.