-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (57 loc) · 1.56 KB
/
Copy path_config.yml
File metadata and controls
70 lines (57 loc) · 1.56 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
#
# * Config
# * Stores static configuration and project info
# *
# * Copyright © Michael O'Rourke
# * Code and documentation licensed under MIT
#
# (1) Spaces only, no tabs.
# (2) Wrap words in quotes wherever commas are used.
# (3) For options, use Y or N. Anything else will disable the option.
# ==============================
# Project
# ==============================
github:
title: Your Website
tagline: Something to Describe Your Website
owner: Whoever Owns This
license: Your License
keywords: "separate,keywords,with,commas"
# ==============================
# Social
# ==============================
website: http://www.yourcompany.com
twitter:
handle: Your Twitter Name
hashtags: "separate,hashtags,with,commas"
text: "Check out our project documentation on GitHub."
# ==============================
# Options
# ==============================
index:
enabled: Y
scrolling:
enabled: Y
version:
enabled: N
# ==============================
# Markdown
# ==============================
markdown: redcarpet
redcarpet:
extensions: ["autolink",
"fenced_code_blocks",
"highlight",
"lax_spacing",
"smart",
"strikethrough",
"superscript",
"tables",
"underline",
"with_toc_data"]
# ==============================
# Server
# ==============================
permalink: pretty
exclude: [".gitignore",
"Gemfile"]