-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
47 lines (47 loc) · 929 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
45
46
47
# build
markdown: kramdown
permalink: /blog/:year/:title/
gems:
- jekyll-redirect-from
exclude:
- CNAME
- Gemfile
- LICENSE
- Rakefile
- README.md
- vendor/
- vnu/
- vnu.zip
layouts_dir: ./_noita
sass:
sass_dir: noita/_scss
style: compressed
# compress layout in _noita/compress.html
compress_html:
clippings: all
endings: all
comments: ["<!--", "-->"]
ignore:
envs: [travis]
# theme
noita:
name: San Diego DevOps
description: Devoted to Continuous Development in delivering reliable software
author:
name:
url: https://www.sddevops.org/
lang: en
favicons:
- /assets/2014/04/21/favicon.ico
topbar:
toggle: Menu
left:
- name: About
url: /#about
- name: Meetings
url: /#meetings
- name: Slides
url: https://github.com/sddevops/presentations#readme
- name: Get Involved
url: /#involved
class: top-bar-li