You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Site settings
|
|
|
|
title: Maam's Note
|
|
|
|
email: maamnote@10ninox.com
|
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
|
|
It's about me. Along the way, there's a story.
|
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
|
|
url: "http://maamnote.10ninox.com/" # the base hostname & protocol for your site
|
|
|
|
twitter_username:
|
|
|
|
github_username:
|
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
|
|
|
permalink: /:year/:month/:title/
|
|
|
|
|
|
|
|
paginate: 5
|
|
|
|
paginate_path: "post/page/:num/"
|
|
|
|
|
|
|
|
sass:
|
|
|
|
style: :compressed
|
|
|
|
sass_dir: _sass
|