-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·93 lines (82 loc) · 2.32 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Jekyll configuration
#markdown: redcarpet
#highlighter: pygments
markdown: kramdown
highlighter: rouge
paginate: 5
language: 'en-us'
defaults:
- scope:
path: ""
values:
layout: "post"
navigation: True
cover: '/assets/images/cover_road.jpg'
# Website info
name: 'highlycaffeinated'
description: "-- a timeline of caffeine addled decisions --"
# Author's info
author: 'David Dobbins'
# edit 'categories' in the front matter of every post to match this username
nickname: david
bio: 'Full time software developer, (very) part time adventure cyclist, hobbyist photographer and craft beer enthusiast'
location: 'Texas, USA'
url: 'http://highlycaffeinated.com/'
image: '/assets/images/caff-icon-circle.png'
short_url: 'highlycaffeinated.com'
google_analytics: UA-24584645-1
#disqus: username
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
baseurl: ''
# Permalinks
permalink: /:year/:month/:title/
# permalink: /:title
# permalink: /author/:username
# permalink: /tag/:tag
photos:
base_folder: /assets/photos
# gems and other configs
gems: [jekyll-paginate]
exclude: [vendor]
#jekyll-archives:
# enabled: [month, tags, categories]
# layout: 'archive'
# permalinks:
# month: '/:year/:month/'
# tag: '/tag/:name/'
# category: '/category/:name/'
# Additional settings available on the front-matter
# Site logo in the index.html (as in demo.ghost.io)
# Author's page cover in _layouts/author.html
# The same for page.html and tag.html layouts
# Post's page cover as a per-post basis _posts/...
# Disqus comments as a per-post basis
# ...
# Settings for builing master branch with travis-ci
# with jekyll-travis
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
#safe: false
#lsi: false
#username: highlycaffeinated
#repo: jasper
#branch: master
#relative_source: ../jasper/
#destination: ../jasper-pages/
#production_url: https://biomadeira.github.io/jasper/
#source_url: https://github.com/biomadeira/jasper/
#
#exclude:
# - README.md
# - Rakefile
# - Gemfile
# - Gemfile.lock
# - changelog.md
# - "*.Rmd"
# - vendor
# - .travis.yml