-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (41 loc) · 1.41 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
48
49
50
51
52
53
54
# Jekyll configuration
name: protostuff
description: java serialization library, proto compiler, code generator, protobuf utilities
# url is currently only used only for the RSS feed in feed.xml
url: http://www.protostuff.io
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl: ''
# This can be '' to hide the Github nav button
github: 'protostuff/protostuff'
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: ''
# Set this to your disqus shortname to enable comments. Note that the 'comments'
# setting below must also be true. Individual posts can override 'comments' to
# disable on a post-by-post basis
disqus: ''
comments: true
permalink: /:title
#paginate: 3
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
exclude: ['README.md', 'LICENSE']
authors:
dyu:
display_name: David Yu
gravatar: 7ff30f8eaf4b30c03b8fbaecc374f1ea
email: david.yu.ftw@gmail.com
github: dyu
kshchepanovskyi:
display_name: Kostiantyn Shchepanovskyi
gravatar: a17b313a2b4b40d3d0d1b5b9ca5201f2
email: schepanovsky@gmail.com
github: kshchepanovskyi
gems:
- jekyll-redirect-from