forked from libremesh/libremesh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (48 loc) · 1.19 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
# jekyll configuration
title: LibreMesh
author: LibreMesh
exclude: [ 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README', 'vendor' ]
prefix: ''
asciidoc_ext: txt
# Social (First three Required)
repo: "https://github.com/libremesh/libremesh.github.io" # edit url
github_user: "libremesh"
github_repo: "lime-packages"
main_repo: "https://github.com/libremesh/lime-packages"
matrix: libremesh-dev:matrix.guifi.net
mailinglist: https://www.autistici.org/mailman/listinfo/libremesh
logo: "assets/logo/logo_nano.png"
color: "#333" # primary color for header, buttons
accentColor: black # purple, green, etc.
themeColor: black # purple, green, blue, orange, purple, grey
# fixedNav: 'true' # true or false
defaults:
- scope:
path: "_docs"
type: "docs"
values:
layout: page
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: "posts"
type: "posts"
values:
layout: "post"
- scope:
path: "packages"
type: "pages"
values:
layout: "packages"
plugins:
- jekyll_github_sample
asciidoctor:
attributes:
- idseparator=_
- source-highlighter=rouge
- icons=font
exclude:
- collect_packages.sh