-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (26 loc) · 1 KB
/
_config.yml
File metadata and controls
33 lines (26 loc) · 1 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
name: William Huster
description: Natural general intelligence. Some kind of artist. Co-Founder and CTO at ThinkNimble.
author: William Huster
author_email: whusterj@gmail.com
category_dir: /
url: https://williamhuster.com
# Custom tag for default site image
# Post pages will typically override this with a "featured" image.
image: /static/images/facebook-image.jpg
# Uncomment if you are planning to run the blog in a subdirectory
# Note - if you enable this, and attempt to view your site locally you have to use the baseurl in your local path.
# Example, you must use http://localhost:4000/path/to/blog
#baseurl: /path/to/blog
baseurl:
#### Under the Hood Stuff #####
# Makes pretty (descriptive) permalinks. See Jekyll docs for alternatives.
permalink: /:title/
# How many articles do you wish to appear on the front page:
plugins: [jekyll-paginate]
paginate: 3
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.md]
# Photos Collection
collections:
photos:
output: true