forked from soft-skills-engineering/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
123 lines (114 loc) · 3.74 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Site settings
title: "Soft Skills Engineering" # for the <h1> on the nav bar (don't make it too long, or it wraps the nav bar)
head_title: "Soft Skills Engineering Podcast" # for the <title> element
email: [email protected]
author: "Jamison Dance and Dave Smith"
description: "It takes more than great code to be a great engineer. Soft Skills Engineering is a weekly advice podcast for software developers about the non-technical stuff that goes into being a great software developer."
baseurl: ""
url: "https://softskills.audio"
date_format: "%b %-d, %Y"
logo_url: "https://download.softskills.audio/sse-logo-4.png"
og_image_url: "https://download.softskills.audio/avatar1.png"
podcast_feed_url: "https://feeds.feedburner.com/SoftSkillsEngineering"
podcast_itunes_url: "https://itunes.apple.com/us/podcast/soft-skills-engineering/id1091341048?mt=2"
podcast_android_url: "https://subscribeonandroid.com/feeds.feedburner.com/SoftSkillsEngineering"
podcast_cover_art_url: "https://download.softskills.audio/sse-cover-art.png"
twitter_dm_url: "https://twitter.com/messages/compose?recipient_id=707699773642383361"
patreon_url: "https://patreon.com/SoftSkillsEng"
google_verification:
google_analytics: "UA-81663582-1"
google_tag_manager:
bing_verification:
# Spsonors
devmountain_marketing_url: "https://devmountain.com/?utm_source=Soft%20Skills%20Engineering%20Podcast&utm_campaign=Soft%20Skills%20Engineering%20Podcast"
pluralsight_marketing_url: "https://pluralsight.com/softskills"
velocity_marketing_url: "http://velocityconf.com/skills"
# Optional features
animated: false
show_related_posts: false
show_post_footers: false
show_social_icons: false
ajaxify_contact_form: false
enable_mathjax: false
enable_anchorjs: false
estimate_reading_time: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname: 'softskillseng'
# Facebook Comments plugin
# (leave blank to disable Facebook Comments, otherwise set it to true)
facebook_comments:
facebook_appid:
facebook_comments_number: 10
# Social icons
github_username:
bitbucket_username:
stackoverflow_id:
twitter_username: SoftSkillsEng
skype_username:
steam_nickname:
google_plus_id:
linkedin_username:
angellist_username:
medium_id:
bitcoin_url:
paypal_url:
flattr_button:
# Post sharing icons
show_sharing_icons: false
# Change to 'true' to enable individual icons
share_facebook: false
share_twitter: true
share_googleplus: false
share_linkedin: false
share_digg: false
share_tumblr: false
share_reddit: false
share_stumbleupon: false
share_hackernews: false
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...'
contact:
email: 'Email Address'
content: 'What would you like to say?'
subject: 'New submission!'
submit: 'Say Hello'
ajax:
sending: 'sending..'
sent: 'Message sent!'
error: 'Error!'
og_locale: 'en_US'
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: "/:year/:month/:day/:title/"
paginate: 10
sass:
compressed: true
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-mentions
- jekyll-redirect-from
# https://github.com/jekyll/jekyll/issues/2938
exclude: [vendor, ve]