-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
41 lines (35 loc) · 920 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
34
35
36
37
38
39
40
41
# Site settings
title: Spring Engineering Blog
description: > # this means to ignore newlines until "baseurl:"
Our thoughts on engineering.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://engineering.shopspring.com" # the base hostname & protocol for your site
# Google analytics
google_analytics: 'UA-47172130-9'
# Optional features
animated: false
show_related_posts: false
show_post_footers: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname:
# Social icons
show_social_icons: true
twitter_username: spring
github_username: shopspring
stackoverflow_id:
google_plus_id:
linkedin_username:
bitcoin_url:
paypal_url:
flattr_button:
# Jobs page
jobs_url: 'https://spring.recruiterbox.com/'
# Build settings
markdown: redcarpet
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 3
sass:
compressed: true