-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·84 lines (76 loc) · 1.84 KB
/
_config.yml
File metadata and controls
executable file
·84 lines (76 loc) · 1.84 KB
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
# Site settings
title: Digital Signal Processing in Radio Astronomy
email: wvurail@gmail.com
author: Pranav Sanghavi
description: "Lots of lessons"
baseurl: "/dspira-lessons"
url: "https://wvurail.org/"
date_format: "%b %-d, %Y"
header_pages:
- tour.md
# 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: false
# Social icons
github_username: wvurail
twitter_username: pranavsanghavi
linkedin_username:
dev_username: dev_user
# Post sharing icons
show_sharing_icons: true
# Change to 'true' to enable individual icons
share_facebook: true
share_twitter: true
share_googleplus: false
share_linkedin: true
share_digg: false
share_tumblr: true
share_reddit: true
share_stumbleupon: False
share_hackernews: true
text:
pagination:
newer: 'Newer'
older: 'Older'
share_buttons:
text: ''
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 Lessons'
post_footer: 'Lorem ipsum'
index:
coming_soon: 'Coming soon...'
og_locale: 'en_US'
# Build settings
markdown: kramdown
kramdown:
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: :title
paginate: 10
paginate_path: "/all/page:num/"
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- vendor