-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (31 loc) · 814 Bytes
/
_config.yml
File metadata and controls
38 lines (31 loc) · 814 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
# Dependencies
markdown: kramdown
highlighter: pygments
kramdown:
input: GFM
# Permalinks
permalink: /posts/:title
# Setup
title: Dan Swick
tagline: danswick.com
url: danswick.com
baseurl: /
author:
name: Dan Swick
url: https://twitter.com/danswick
email: dan.swick@gmail.com
pages_list:
About: 'about/index.html'
Words: 'words/index.html'
Projects: 'work/index.html'
Feed: 'atom.xml'
category-list: [Projects] # can expand to include more categories as they are added
# Custom vars
version: 1.0.0
github:
repo: https://github.com/danswick/danswick.github.io
name: danswick.com
description: a personal weblog odyssey
url: http://danswick.com
# Plugins
exclude: [vendor]