-
Notifications
You must be signed in to change notification settings - Fork 12
/
_config.yml
42 lines (42 loc) · 963 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
# Site settings
title: global.opennic
site: global.project
description: > # this means to ignore newlines until "baseurl:"
An organization of hobbyists who run an alternative DNS network,
also provides access to domains not administered by ICANN.
baseurl: ""
url: "https://www.opennic.org"
include: ["_redirects", ".well-known"]
paginate: 5
paginate_path: "/page:num/"
languages: ["en"]
color:
main: "black"
navbar: "white"
chips: "blue"
footer: "grey"
owner:
email:
facebook:
show: false
name: "none"
url: "https://fb.me/none"
github:
show: true
username: "OpenNIC"
twitter:
show: true
username: "OpenNIC"
disqus:
show: false
username: "jonaharagon"
sass:
sass_dir: _sass
style: compressed
permalink: /:year/:month/:day/:title.html
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-paginate
- jekyll-polyglot