forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
61 lines (55 loc) · 1.31 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
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
title: Perpetual Musings
description: >- # this means to ignore newlines until "baseurl:"
Thoughts of a average Techie
url: "https://yogeshpandey.in" # the base hostname & protocol for the site
disqus_shortname: yogesh-pandey
comments: true
reading_time: true
words_per_minute: 120
og_image: /assets/img/profile-pic.jpg
google_analytics: "UA-58445322-1"
header:
pages:
- name: Home
slug: /
# - name: Work
# slug: /work
- name: Tech
slug: /tech
- name: Travel
slug: /travel
- name: Other
slug: /other
footer:
show_powered_by: true
contact:
- name: Twitter
link: http://twitter.com/yogeshmpandey
username: "@yogeshmpandey"
follow:
- name: LinkedIn
link: http://linkedin.com/in/yogeshmohanpandey
- name: GitHub
link: http://github.com/yogeshmpandey
# Build settings
markdown: kramdown
sass:
style: :compressed
plugins:
- jekyll-feed
# Excluded items
exclude:
- .sass-cache/
- .jekyll-cache/
- feed.xml
- gemfiles/
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Used for defeating caching
version: 1