-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (41 loc) · 1.15 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
# Site wide configuration
title: Ambients
locale: en_US
description: "Peer-to-Peer Programs and Data"
logo: ambients-avatar.png
# wordless_logo: favicon.png
search: true
author: "Haja Networks"
url: https://ambients.org
github: https://github.com/ambientsprotocol
# Site owner
baseurl: https://ambients.org
owner:
name: Haja Networks
email: [email protected]
# twitter: # TODO
github: ambientsprotocol
url: https://haja.io
# Jekyll configuration
permalink: /:categories/:title/
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-twitter-plugin
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..2
enable_coderay: false
mathjax: true
include: [".htaccess"]
# Excluding most of the usual suspects
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", ".less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "gulpfile.js", "package.json", "package-lock.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor", "theme-setup"]