forked from briancain/oldwebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (46 loc) · 1.23 KB
/
_config.yml
File metadata and controls
50 lines (46 loc) · 1.23 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Site settings
title: Brian Cain - Software Engineer
description: "A blog about Brian Cain"
baseurl: "" # for test: remove string '/space-jekyll-templa' to ''
url: "http://briancain.net" # for test: remove string 'http://victorvoid.github.io' to '' but in production: 'https://yourusername.githu.io'
# User settings
username: brian cain
user_title: Brian Cain
email: brianccain@gmail.com
twitter_username: brian_cain
github_username: briancain
disqus_username: briancain
instagram_username: brian.cain
profile_picture: "./images/brian-new.png"
# 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: vagrant
url: https://github.com/mitchellh/vagrant
- name: vmfloaty
url: https://github.com/briancain/vmfloaty
- name: vagrant-vmpooler
url: https://github.com/briancain/vagrant-vmpooler
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']