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.
22 lines
655 B
22 lines
655 B
# Site settings |
|
title: myCapsules |
|
email: web@mycapsules.com |
|
description: > # this means to ignore newlines until "baseurl:" |
|
myCapsules? It's a dreamworld of a guy who has opinions about gadgets |
|
he has; also disassembly guide for some he needs to fix. |
|
He was a big fan of Palm Pilot & Thinkpad. |
|
baseurl: "" # the subpath of your site, e.g. /blog/ |
|
url: "http://mycapsules.com" # the base hostname & protocol for your site |
|
twitter_username: sipp11 |
|
github_username: sipp11 |
|
|
|
# Build settings |
|
markdown: kramdown |
|
permalink: /:year/:month/:day/:title.html |
|
|
|
paginate: 8 |
|
paginate_path: "post/page:num/" |
|
|
|
sass: |
|
style: :compressed |
|
sass_dir: _sass |