-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·71 lines (56 loc) · 1.53 KB
/
_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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# BASICS
# Site title
title: "TomArra.com"
# A description of your site for social meta tag, search engines, and feed.xml
description: "Just another personal website and blog"
# Tagline near the site title
tagline: "Thoughts, stories and ideas. Mostly."
# The base hostname & protocol of your site for where absolute urls are needed
url: "http://www.tomarra.com"
# The subpath of your site, e.g. /blog, for generating urls
baseurl:
# SITE CONTENT
# Site navigation - each item must have a title and a url.
navigation:
- text: Home
url: /
- text: About
url: /about/
- text: Archive
url: /archive/
- text: Tags
url: /tags/
# Author information - author info at the bottom of the post
author_name: "Tom Arra"
author_bio: "Tom has over thirteen years of experience in software and product development. He currently is the Director of Product Development at Very Good Ventures in Chicago, Illinois."
author_url:
author_location:
author_image:
# Sidebar Ad banner
banner_url:
banner_image:
# Social links in the site footer
twitter_username: "tom_arra"
facebook_username: "tomarra"
github_username: "tomarra"
smugmug_username: "tomarra"
linkedin_username: "tomarra"
mastodon_username: "tomarra"
mastodon_servername: "mastodon.social"
instagram_username: tom_arra
# PAGE GENERATION
# Formatters
permalink: pretty
markdown: kramdown
kramdown:
auto_ids: false
# Sass compilation
sass:
sass_dir: _sass
# Pagination
paginate: 5
paginate_path: "/blog/page:num/"
# Gems for GitHub
plugins:
- jekyll-paginate
- jekyll-coffeescript