forked from willianjusten/will-jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
50 lines (43 loc) · 1.11 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
# Site settings
title: 100 Days of Developer eXperience
description: Daily unfiltered & opinionated posts written July - November 2019
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://100daysDX.com"
# User settings
username: 100 Days of Developer eXperience
user_description: Jarkko "APItalist" Moilanen
user_title: Daily unfiltered & opinionated posts written July - November 2019
email: [email protected]
twitter_username: Jarkko_Moilanen
github_username: kyyberi
disqus_username: jarkkomoilanen
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
paginate: 20
# 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: Suggested topics
url: /topics
- title: Tags
url: /tags
- title: About Me & site
url: /about
- title: Literature
url: /literature
- title: Testimonials
url: /testimonials
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']