-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·52 lines (46 loc) · 1.18 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
# Site settings
title: Marlon Wiebe
blogtitle: Marlon Makes
email: [email protected]
author: Marlon Wiebe
description: "Hi, I'm Marlon Wiebe. I made video game trailers for rad people."
baseurl: ""
url: "http://mrmwiebe.github.io"
date_format: "%b %-d, %Y"
paginate_path: "/blog/page:num/"
# Google services
google_analytics: 'UA-47397211-2'
google_verification:
# Optional features
animated: true
show_related_posts: false
show_post_footers: false
show_social_icons: true
ajaxify_contact_form: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname: marlonmakes
# Social icons
twitter_username: mr_m_wiebe
vimeo_username:
# Post sharing icons
show_sharing_icons: false
share_text: 'Share this post!'
# Change to 'true' to enable individual icons
share_facebook: false
share_twitter: false
share_googleplus: false
share_linkedin: false
share_digg: false
share_tumblr: false
share_reddit: false
share_stumbleupon: false
share_hackernews: false
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: /blog/posts/:title
paginate: 4
sass:
compressed: true