forked from victorvoid/space-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (45 loc) · 1.25 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
# Site settings
title: Lorem Ipsum - Web Developer
description: "A blog about lorem ipsum ..."
baseurl: "/space-jekyll-template" # for test: remove string '/space-jekyll-templa' to ''
url: "http://victorvoid.github.io" # for test: remove string 'http://victorvoid.github.io' to '' but in production: 'https://yourusername.githu.io'
# User settings
username: lorem ipsum
user_title: Lorem Ipsum - FrontEnd
email: [email protected]
twitter_username: loremipsum
github_username: loremipsum
gplus_username: loremipsum
disqus_username: loremipsum
# 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']