forked from developer-portal/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
107 lines (100 loc) · 2.28 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Site settings
title: Fedora Developer Portal
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Fedora Developer Portal provides information for developers running
Fedora on their workstation or virtual machines.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://developer.fedoraproject.org" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
encoding: utf-8
# Build settings
markdown: kramdown
# Dependencies
plugins:
- jekyll-sitemap
- jekyll-email-protect
- jekyll-git-authors
layouts_dir: "_layouts/"
# Configure search
lunr_search:
stopwords: "stopwords.txt"
min_length: 1
# Special kramdown settings
kramdown:
input: GFM
# This is important to keep the new lines in block codes.
hard_wrap: false
# Let's not ship any of these unnecessary files
exclude:
- Dockerfile
- Vagrantfile
- Gemfile
- Gemfile.lock
- README.md
- DEVELOPMENT.md
- RELEASE.md
- "*.sh"
- "*.rb"
- "*.py"
- "*.txt"
- "static/**/*.html"
- "LICENSE"
- "**/LICENSE"
- "**/README.md"
- "openshift-template.json"
- "bundle"
# ^ Exclude `bundle` directory
defaults:
-
scope:
path: "content"
type: "pages"
values:
layout: "content"
-
scope:
path: "content/start"
type: "pages"
values:
highlight_section: "start"
category-name: start
-
scope:
path: "content/tools"
type: "pages"
values:
highlight_section: "tools"
category-name: tools
-
scope:
path: "content/tech"
type: "pages"
values:
highlight_section: "tech"
category-name: tech
-
scope:
path: "content/deployment"
type: "pages"
values:
highlight_section: "deployment"
category-name: deploy
attribution: Minotaur Rocket Launch at NASA Wallops by NASA Goddard Space Flight Center on Flickr, CC-BY-2.0
photo-link: https://www.flickr.com/photos/gsfc/5890869490/
-
scope:
path: "content/blabla.md"
type: "pages"
values:
url: /content/blabla.html
layout: content
category-name: contribute
page: contribute
title: Contribution Guidelines
-
scope:
path: ""
values:
fedora_release: "39"