-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
65 lines (55 loc) · 1.1 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
---
title: Planet OSCI
description: "Collection of feeds useful for sysadmins"
lang: en
baseurl: ""
url: "https://planet.rdoproject.org"
twitter:
username: rdocommunity
logo: /assets/images/logo.svg
# Build settings
strict_front_matter: true
markdown: kramdown
highlighter: rouge
theme: minima
minima:
skin: dark
liquid:
error_mode: strict
strict_filters: true
strict_variables: false
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
parse_block_html: true
parse_span_html: true
# Don't compile these files/dirs into the website
exclude:
- Gemfile
- Gemfile.lock
- bin
- planet.ini
- planet.db
# used for local installation of gems
- vendor
- README.md
- README_ORGANIZATION.md
- MAINTAINING.md
- LICENSE.md
- CONTRIBUTING.md
- CODEOWNERS
favicon:
# DO NOT use the name of a file used as assets
# as jekyll-favicon automatically exclude the source file
source: assets/images/favicon.svg
path: assets/images/
backgroup: '353b69'
header_pages: []
show_excerpts: true
defaults:
-
scope:
path: "_posts"
values:
layout: "post"