-
Notifications
You must be signed in to change notification settings - Fork 38
/
_config.yml
75 lines (69 loc) · 2.07 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Site settings
title: CMUSphinx Open Source Speech Recognition
email: [email protected]
author: Nickolay Shmyrev
description: "CMUSphinx is an open source speech recognition system for mobile and server applications. Supported languages: C, C++, C#, Python, Ruby, Java, Javascript. Supported platforms: Unix, Windows, IOS, Android, hardware."
baseurl: ""
url: "http://cmusphinx.github.io"
date_format: "%b %-d, %Y"
# Google services
google_verification: _R4NJivcsvPqYA9iHHpaJnxnkzogKzRei5a5_UvA4W4
# Use either direct GA implementation or set up GTM account
# - using both will skew your data (leave blank to not use at all)
google_analytics: UA-11921517-1
google_tag_manager:
# Optional features
animated: false
show_related_posts: false
show_social_icons: false
extended_fonts: false
# Preview image for social media aka og:image and twitter:image
post_preview_image: false
# Social icons
github_username: cmusphinx
# Post sharing icons
show_sharing_icons: false
# Change to 'true' to enable individual icons
share_facebook: true
share_twitter: true
share_googleplus: true
share_linkedin: true
share_digg: false
share_tumblr: false
share_reddit: false
share_stumbleupon: false
share_hackernews: true
text:
pagination:
newer: 'Newer'
older: 'Older'
share_buttons:
text: 'Share this post!'
facebook: 'Share on Facebook'
twitter: 'Share on Twitter'
googleplus: 'Share on Google+'
linkedin: 'Share on LinkedIn'
digg: 'Share on Digg'
tumblr: 'Share on Tumblr'
reddit: 'Share on Reddit'
stumbleupon: 'Share on StumbleUpon'
hackernews: 'Share on Hacker News'
post:
updated: 'Updated'
minute_read: 'minute read'
related_posts: 'Related Posts'
index:
coming_soon: 'Coming soon...'
og_locale: 'en_US'
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: /:year/:month/:title/
paginate: 4
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
exclude: [vendor]