-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
29 lines (29 loc) · 926 Bytes
/
_config.yml
File metadata and controls
29 lines (29 loc) · 926 Bytes
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
title: "GRAMA Documentation"
remote_theme: "pmarsceill/just-the-docs"
description: "Documentation describing the GRAMA platform."
baseurl: "/"
url: "https://docs.gramachain.com"
permalink: "pretty"
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "Rakefile"]
logo: "https://gramachain.com/img/grama-logo.png"
search_enabled: true
search_tokenizer_separator: /[\s/]+/
heading_anchors: true
destination: ./docs
aux_links:
"Github":
- "https://github.com/gramachain"
"Website":
- "https://gramachain.com"
footer_content: "Copyright © 2020 The GRAMA Foundation"
color_scheme: nil # dark
#ga_tracking: UA-2709176-10 # Google Analytics Tracking (optional)
plugins:
- "jekyll-seo-tag"
compress_html:
clippings: "all"
comments: "all"
endings: "all"
startings: []
blanklines: false
profile: false