-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (35 loc) · 924 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
# Site settings
title: SpaceWired
description: Stay Space Tethered!
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://spacewired.github.io" # the base hostname & protocol for your site
# User settings
username: Spacewired
user_description: Luis Rodriguez
user_title: Stay Tethered to the Latest Space News
email: [email protected]
twitter_username: space_wired
github_username: spacewired/spacewired.github.io
gplus_username: lrodri729
disqus_username: lrodri729
# 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
# For external links add external: true
links:
- title: Blogs
url: /blogs
- title: Tags
url: /tags
- title: About
url: /about
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']