-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (46 loc) · 979 Bytes
/
Copy path_config.yml
File metadata and controls
52 lines (46 loc) · 979 Bytes
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
# Site settings
title: Nate Berkopec
email: nate.berkopec@gmail.com
description: > # this means to ignore newlines until "baseurl:"
The blog of Nate Berkopec, Ruby on Rails programmer.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://www.nateberkopec.com" # the base hostname & protocol for your site
author: Nate Berkopec
# Build settings
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
future: false
unpublished: false
permalink: "blog/:title/"
encoding: utf-8
# Drafts collection
collections:
drafts:
output: true
permalink: /drafts/:title/
# Defaults for drafts
defaults:
- scope:
path: ""
type: "drafts"
values:
layout: "post"
post:
template: _post.txt
extension: md
page:
template: _page.txt
extension: md
editor: subl
git:
branch: master
plugins:
- jekyll-postcss-v2
postcss:
script: node_modules/.bin/postcss
config: postcss.config.js
sass:
style: compressed