-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml.bak
More file actions
54 lines (45 loc) · 1.07 KB
/
_config.yml.bak
File metadata and controls
54 lines (45 loc) · 1.07 KB
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
47
48
49
50
51
52
53
54
# Dependencies
markdown: kramdown
highlighter: rouge
gems: [jekyll-paginate, jekyll-sitemap]
# Permalinks
permalink: pretty
# Setup
title: brontosaurusrex.github.io
tagline: 'Linux, Video, Audio'
description: 'brontosaurusrex.github.io'
url: http://brontosaurusrex.github.io
author:
name: 'brontosaurusrex'
url: http://brontosaurusrex.github.io
paginate: 7
# Custom vars
github:
repo: https://github.com/brontosaurusrex/postbang
prose:
rooturl: '_posts'
siteurl: 'http://brontosaurusrex.github.io/'
media: 'media'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "title"
field:
element: "text"
label: "title"
- name: "date"
field:
element: "hidden"
value: "CURRENT_DATETIME"
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "published"
field:
element: "hidden"
value: "true"