forked from orderedlist/minimal
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_config.yml
23 lines (22 loc) · 927 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
---
auto : false
pygments : false
markdown : redcarpet2
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]
charset : UTF-8
exclude : ["Gemfile", "Gemfile.lock", "Rakefile", "scss"]
title : "BackChat.io Documentation Template"
sub_title : "Where documentation goes to be awesome"
rich_title : "<strong>BackChat.io</strong> Documentation Template"
rich_byline : "Where documentation goes to be <strong>awesome</strong>"
sponsor:
byline : "Sponsored by"
logo : "//assets.backchat.io/images/logo.png"
name : "BackChat.io"
url : "https://backchat.io"
footer : "This project is maintained by <a href=\"https://backchat.io\">BackChat.io</a>, the real-time data filtering API for the cloud."
ga_code : "UA-240612-7"
github:
username : "backchatio"
project : "github-pages-doc-theme"