site_dir: _site # Location of your static site files.
# Note on git_branch: # If using GitHub project pages, set the branch to 'gh-pages'. # For GitHub user/organization pages or Heroku, set the branch to 'master'. # git_branch: master # Git branch where static site files are commited
title: Secret Base author: Zhengyang Song email: songzy.thu@gmail.com description: >- # this means to ignore newlines until "baseurl:" All those little bugs I have ever met. baseurl: "" # the subpath of your site, e.g. /blog url: "http://songzy12.github.io" # the base hostname & protocol for your site, e.g. http://example.com github_username: songzy12
# Default extension for new posts and pages post_ext: md page_ext: html
# Default templates for posts and pages # Found in _templates/ post_layout: post page_layout: page
# Format titles with titlecase? titlecase: true
# Change default template file (in _templates/) post_template: post page_template: page draft_template: draft