-
Notifications
You must be signed in to change notification settings - Fork 322
/
_config.yml
70 lines (64 loc) · 2.01 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
# Site settings
title: Lorem Ipsum - Web Developer
description: "A blog about lorem ipsum ..."
baseurl: "/space-jekyll-template" # for test: remove string '/space-jekyll-template' to ''
url: "http://victorvoid.github.io/space-jekyll-template/" # for test: remove string 'http://victorvoid.github.io' to '' but in production: 'https://yourusername.github.io'
# User settings
username: lorem ipsum
user_title: Lorem Ipsum - FrontEnd
email: [email protected]
twitter_username: loremipsum
github_username: loremipsum
discord_invite: cj5rg # Example: Discord server invite gg extension like in 'https://discord.gg/cj5rg'
linkedin_public_url: loremipsum # Example: For public profile 'www.linkedin.com/in/john-smith', 'john-smith' is your linkedin_public_url
disqus_username: loremipsum
profile_picture: https://68.media.tumblr.com/93f384858e9273d5b980b418e2f2f4d5/tumblr_o5i2aybLJG1uapsfmo2_250.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:
section_1:
- title: home
url: /
key_trigger: 1
- title: my posts
url: /posts
key_trigger: 2
- title: series
url: /series
key_trigger: 3
- title: tags
url: /tags
key_trigger: 4
- title: about me
url: /about
key_trigger: 5
section_2:
- title: github
url: http://www.github.com/victorvoid
new_tab: true
key_trigger: g
- title: twitter
url: http://www.twitter.com/victorvoid
key_trigger: t
- title: search
url: ""
key_trigger: s #WARNING: search only works with "s"
# projects in header index
projects:
- name: fluany
url: https://github.com/fluany/fluany
- 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']