-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (39 loc) · 866 Bytes
/
_config.yml
File metadata and controls
44 lines (39 loc) · 866 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Site settings
title: Akumuli
email: https://groups.google.com/forum/#!forum/akumuli
author: Eugene Lazin
description: "Time-series database."
baseurl: ""
url: "http://akumuli.org"
# Google analytics
google_analytics: "UA-47803053-1"
# Optional features
animated: false
show_related_posts: false
show_post_footers: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname: "akumuli"
# Social icons
show_social_icons: true
github_username: "Akumuli"
stackoverflow_id:
twitter_username: "Lazin"
google_plus_id:
linkedin_username:
bitcoin_url:
paypal_url:
flattr_button:
# Build settings
include:
- blog
markdown: kramdown
kramdown:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 3
sass:
compressed: true
plugins:
- jekyll-sitemap
- jekyll-paginate