-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (45 loc) · 1.12 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
# Site settings
title: callumpember.com
description: "A blog about technology"
baseurl: "" # for test: remove string '/space-jekyll-templa' to ''
url: "https://www.callumpember.com"
# User settings
username: Callum Pember
user_title: DevOps Engineer
email: [email protected]
github_username: callum-p
linkedin_url: /linkedin/
disqus_username: callumpember-com
profile_picture: /assets/img/profile.jpg
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
links:
- title: home
url: /
- title: my posts
url: /posts
- title: series
url: /series
- title: tags
url: /tags
- title: about me
url: /about
# projects in header index
#projects:
# - name: asciilang
# url: https://github.com/victorvoid/asciilang
# - name: vim-frontend
# url: https://github.com/victorvoid/vim-frontend
# - name: generator-capybara
# url: https://github.com/victorvoid/generator-capybara
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']