Minor fixes
This commit is contained in:
parent
0a0aabadce
commit
2d27403176
3 changed files with 18 additions and 11 deletions
26
_config.yml
26
_config.yml
|
@ -1,18 +1,23 @@
|
||||||
# Setup
|
# Site settings
|
||||||
title: "Site title"
|
title: Tale
|
||||||
paginate: 5
|
description: "Minimal Jekyll theme for storytellers"
|
||||||
baseurl: # the subpath of your site e.g. "/blog"
|
baseurl: "/tale"
|
||||||
url: # the base hostname & protocol for your site e.g. "https://chesterhow.github.io"
|
url: "https://chesterhow.github.io"
|
||||||
|
|
||||||
|
# Author
|
||||||
|
author:
|
||||||
|
name: Chester How
|
||||||
|
url: https://chester.how
|
||||||
|
email: chesterhow@gmail.com
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
theme: tale
|
theme: tale
|
||||||
|
|
||||||
# About
|
# Assets
|
||||||
author:
|
sass:
|
||||||
name: "Your name"
|
sass_dir: _sass
|
||||||
url:
|
style: compressed
|
||||||
email:
|
|
||||||
|
|
||||||
# Gems
|
# Gems
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -20,3 +25,4 @@ plugins:
|
||||||
|
|
||||||
# Permalinks
|
# Permalinks
|
||||||
permalink: /:year-:month-:day/:title
|
permalink: /:year-:month-:day/:title
|
||||||
|
paginate: 5
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: home
|
layout: home
|
||||||
|
title: Home
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "tale"
|
spec.name = "tale"
|
||||||
spec.version = "0.0.5"
|
spec.version = "0.0.7"
|
||||||
spec.authors = ["Chester How"]
|
spec.authors = ["Chester How"]
|
||||||
spec.email = ["chesterhow@gmail.com"]
|
spec.email = ["chesterhow@gmail.com"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue