-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (34 loc) · 891 Bytes
/
_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
# Permalinks
permalink: pretty
# Setup
title: Things on a Heap
tagline: A Collection of Programming Ramblings by chjdev
description: A Collection of Programming Ramblings by chjdev
url: https://chjdev.com
enforce_ssl: chjdev.com
paginate: 6
paginate_path: "/blog/page:num/"
baseurl: ""
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-redirect-from
- jekyll-sitemap
exclude:
- assets/2016/01/node_modules
#github-pages
#markdown: redcarpet
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Christian Junker
url: https://linkedin.com/in/chjdev/
pages_list:
Experiments: '/experiments'
Archive: '/archive'
Feed: '/atom.xml'