-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
46 lines (41 loc) · 1.03 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: kyll-thrill
markdown: redcarpet
highlighter: pygments
port: 4001
title: kyll-thrill
permalink: "/blog/:year/:month/:day/:title"
exclude: [node_modules]
# You might want to change this if you are running on another base URL.
baseurl: /kyll-thrill
# Used for the RSS feed. Edit to suit your needs.
description: Kyll-thrill. Mithril.js + jekyll.
url: https://eiriksm.github.io/kyll-thrill
# Use this for google analytics.
# ga_id: UA-XXXX
# Use this for disqus
# disqus_shortname: myshortname
# Select a theme. Default: 'thrill'
theme: thrill
# Prose.io support. If you want to have an editor for your blog, this is a
# simple solution.
prose:
rooturl: "_posts"
media: 'media'
ignore:
- _config.yml
- /_layouts
metadata:
_posts:
- name: "published"
field:
label: "Published"
element: "checkbox"
value: "true"
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
label: "Title"
element: "text"