forked from willianjusten/will-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
44 lines (38 loc) · 885 Bytes
/
_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
# Site settings
description:
baseurl: "/" # the subpath of your site, e.g. /blog
url: "http://nia-labs.github.io" # the base hostname & protocol for your site e.g. http://willianjusten.com.br
# User settings
username: No Internet Access
user_description: CTF team from NITK Surathkal
user_title:
email:
twitter_username:
github_username:
gplus_username:
disqus_username:
# Build settings
markdown: kramdown
highlighter: pygments
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: Series
url: /series
- title: Tags
url: /tags
- title: About Me
url: /about
- index: index
url: /index
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']