-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
74 lines (65 loc) · 1.66 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
# Site settings
title: NHS Python Community Website
email: craig.shenton@nhs.net
author: Craig Robert Shenton
description: "The NHS Python community is an open community of practice, driven by enthusiasts and advocates, championing the use of python programming language and open code in the NHS and healthcare sector."
url: "https://nhs-pycom.net/"
date_format: "%b %-d, %Y"
header_pages:
- about.md
google_analytics:
# Optional features
animated: true
show_related_posts: true
show_post_footers: false
show_social_icons: true
# Preview image for social media aka og:image and twitter:image
post_preview_image: true
# Disqus post comments
disqus_shortname:
# Social icons
github_username: nhs-pycom
linkedin_username: 81285151
# Post sharing icons
show_sharing_icons: true
# Change to 'true' to enable individual icons
share_facebook: false
share_twitter: true
share_googleplus: false
share_linkedin: true
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:'
twitter: 'Share on Twitter'
linkedin: 'Share on LinkedIn'
post:
updated: 'Updated'
minute_read: 'minute read'
related_posts: 'Related Posts'
post_footer: 'Lorem ipsum'
index:
coming_soon: 'Coming soon...'
og_locale: 'en_US'
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: :title
sass:
style: compressed
plugins:
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- vendor