Minor fixes

This commit is contained in:
Chester How 2018-01-08 23:09:20 +08:00
parent 0a0aabadce
commit 2d27403176
3 changed files with 18 additions and 11 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
---
layout: home
title: Home
---

View File

@ -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"]