diff options
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/_config.yml.example b/_config.yml.example new file mode 100644 index 0000000..37b5c32 --- /dev/null +++ b/_config.yml.example @@ -0,0 +1,28 @@ +# *************************** +# SITE CONFIG +# *************************** + +title: +subtitle: +author: +email: +twitter: +github: + + + +# *************************** +# JEKYLL CONFIG +# *************************** + +# Markdown engine that will be used. +markdown: rdiscount + +# Directory where Jekyll will look to transform files. +source: _site_build + +# Directory where Jekyll will save transformed files. +destination: public + +# Format that Jekyll will use when generating URLs to posts. +permalink: /archives/:year/:month/:day/:title/ |
