-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
154 lines (131 loc) · 4.6 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Site settings
title: "/dev/alias – Hack. Dev. Transcend."
email: glenn@devalias.net
description: "Follow me into the rabbit hole that is my mind and learn about topics including.. security, technology, efficiency, biohacking, health, personal growth and probably a whole lot more."
url: "https://www.devalias.net" # the base hostname & protocol for your site
short_url: "devalias.net"
baseurl: "" # the subpath of your site, e.g. /blog
permalink: pretty
publisher: "devalias.net"
paginate: 5
paginate_path: "/:num/"
lang: "en_GB"
language: "en_GB"
timezone: "Australia/ACT"
#encoding: utf-8
logo: /assets/images/cover4.jpg
default_cover: '/assets/images/cover4.jpg'
default_logo: '/assets/images/devalias-prompt.png'
favicon: '/assets/images/authors/devalias.png'
jekyll_version: '3.x'
# https://github.com/jekyll/jekyll-seo-tag
twitter:
username: "_devalias"
social:
name: "Glenn 'devalias' Grant"
links:
- https://twitter.com/_devalias
- https://www.linkedin.com/in/glenn-devalias-grant/
- https://github.com/0xdevalias
- https://keybase.io/devalias
github_repo: '0xdevalias/devalias.net'
github_branch: 'master'
# https://github.com/jekyll/jekyll-mentions
# jekyll-mentions:
# base_url: https://twitter.com
# https://github.com/jekyll/github-metadata
repository: 0xdevalias/devalias.net
#google_site_verification: ""
# webmaster_verifications:
# google: 1234
# bing: 1234
# alexa: 1234
# yandex: 1234
google_analytics: UA-27970144-1
disqus_shortname: devalias
# Front Matter defaults (http://jekyllrb.com/docs/configuration/#front-matter-defaults)
defaults:
-
scope:
path: ""
type: "pages"
values:
class: "page-template"
navigation: True
-
scope:
path: ""
type: "posts"
values:
author: "devalias"
image: /assets/images/cover4.jpg
class: "post-template"
navigation: True
# Conversion
# https://jekyllrb.com/docs/configuration/markdown/
# https://github.com/jekyll/jekyll-commonmark#configuration
markdown: CommonMark
commonmark:
options: ["UNSAFE", "FOOTNOTES", "STRIKETHROUGH_DOUBLE_TILDE", "VALIDATE_UTF8", "GITHUB_PRE_LANG", "HARDBREAKS"]
extensions: ["autolink", "strikethrough", "table", "tasklist"]
lsi: false # Index for related posts (enabled by command line)
keep_files:
- .git
- .nojekyll # To prevent GitHub re-processing
exclude:
- "PUBLISHING.md"
- "README.md"
- "TODO.txt"
- "ojekyll.txt"
- "bin/"
# TODO: Enable these checks + fix any errors associated with them
# liquid:
# strict_variables: true
# strict_filters: true
# https://github.com/vwochnik/jekyll-deploy
deploy:
- touch .nojekyll
- git add -A
- 'git commit -m "Update site: `date`"'
- git push origin gh-pages
#- git subtree push --prefix _site origin gh-pages
# https://github.com/aarongustafson/jekyll-crosspost-to-medium
jekyll-crosspost_to_medium:
enabled: true
cache: .cache
status: unlisted # public | draft | unlisted
#license: all-rights-reserved
text: '<p><i>This post originally appeared <a href=\"#{url}\" rel=\"canonical\">on devalias.net</a>.</i></p>'
# https://github.com/aarongustafson/jekyll-webmention_io
webmentions:
username: devalias.net
pages: true
throttle_lookups:
last_week: daily
last_month: weekly
last_year: every 2 weeks
older: monthly
pause_lookups: true
legacy_domains:
- http://devalias.tumblr.com
- http://blog.devalias.net
- http://www.devalias.net
#cache_folder: .cache
js:
source: false
destination: /assets/js/
disabled: true
plugins:
- jekyll-redirect-from # https://github.com/jekyll/jekyll-redirect-from
- jekyll-paginate # https://github.com/jekyll/jekyll-paginate
# - jekyll-mentions # https://github.com/jekyll/jekyll-mentions (conflicts with SEO)
- jekyll-gist # https://github.com/jekyll/jekyll-gist
- jekyll-github-metadata # https://github.com/jekyll/github-metadata
# - jekyll-crosspost-to-medium # https://github.com/aarongustafson/jekyll-crosspost-to-medium (broken with liquid4: https://github.com/aarongustafson/jekyll-crosspost-to-medium/issues/47)
# - jekyll-webmention_io # https://github.com/aarongustafson/jekyll-webmention_io
- jekyll-time-to-read # https://github.com/gjtorikian/jekyll-time-to-read
- jekyll-twitter-plugin # https://github.com/rob-murray/jekyll-twitter-plugin
- jekyll-feed # https://github.com/jekyll/jekyll-feed
- jekyll-sitemap # https://github.com/jekyll/jekyll-sitemap
- jekyll-seo-tag # https://github.com/jekyll/jekyll-seo-tag
# TODO: https://github.com/benbalter/jekyll-remote-theme