Skip to content

Instantly share code, notes, and snippets.

@nicholaschuayunzhi
Created December 16, 2017 19:31
Show Gist options
  • Save nicholaschuayunzhi/c6e6dea906e1e066c3ccfad231edecf4 to your computer and use it in GitHub Desktop.
Save nicholaschuayunzhi/c6e6dea906e1e066c3ccfad231edecf4 to your computer and use it in GitHub Desktop.
Config File used to build jekyll site
# Site settings
title: Hanuman
description: Hanuman is a minimal yet powerful Jekyll theme for your blogs and websites.
cover: assets/images/radhakrishna.jpg
logo: assets/images/logo.png
favicon: assets/images/favicon.png
baseurl: "/" # the subpath of your site, e.g. /blog/ or / for root
url: "https://nicholaschuayunzhi.github.io" # the base hostname & protocol for your site
paginate: 5 # The number of posts to show per page on your homepage
# Social
facebook: facebook
twitter: twitter
github: github
#Additional Pages
about: about
contact: contact
privacy-policy: privacy-policy
permalink: /:title
# Google Analytics
analytics_id: ""
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll-paginate
# Settings for rake task
safe: False
lsi: False
username: nicholaschuayunzhi #github username
repo: nicholaschuayunzhi.github.io #github repository
branch: master #branch
relative_source: ../hanuman/ #source directory
destination: ../hanuman-pages/ #destination directory
production_url: https://nicholaschuayunzhi.github.io/
source_url: https://github.com/nicholaschuayunzhi/nicholaschuayunzhi.github.io #source repository url
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- .travis.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment