-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_config.yml
33 lines (28 loc) · 860 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
# This is the default format.
# For more see: https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:year/:month/:day/:title
exclude: [".rvmrc", ".rbenv-version", "ReadMe.md", "Rakefile", "changelog.md", "License.md"]
highlighter: rouge
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
title : libRocket Documentation
author :
name : Marco Bortolin
email : barotto@gmail.com
github : barotto
twitter : nil
feedburner : nil
# Tell Github to use the kramdown markdown interpreter
markdown: kramdown
repository_url : https://github.com/barotto/libRocketDoc
defaults:
-
scope:
path: ""
type: "pages"
values:
lib_name : "libRocket"
lib_site : "https://github.com/libRocket/libRocket"
lib_ns : "Rocket"
lib_dir : "Rocket"