-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path_config.yml
More file actions
23 lines (20 loc) · 770 Bytes
/
_config.yml
File metadata and controls
23 lines (20 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Site settings
title: "Joon: Roon for Jekyll"
logo: logo.png # image from https://www.flickr.com/photos/lwr/5496279831/in/set-72157594159055823
email: your-email@domain.com
description: > # this means to ignore newlines until "url:"
Roon was an excellent service, with a beautiful understated design. After
being acquired by <a href='https://ghost.org'>Ghost</a>, the Roon theme was
open sourced.<br> This is my Jekyll port of the Roon theme.
url: "http://vormwald.github.io" # the base hostname & protocol for your site
baseurl: "/joon" # the subpath of your site, e.g. /blog/
twitter_username: jekyllrb
github_username: jekyll
permalink: pretty
paginate: 5
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-sitemap
- jekyll-paginate