forked from ShikherVerma/Shikherverma.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (35 loc) · 1.2 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
# Site settings
title: Il Monitore Libertario
description: "Società e cultura dalla torre di osservazione del libertarismo" # used in site head
# register on google analytics and replace this token
google_analytics:
# disque comments are broken if you send http:// along with url, this url is same as the one given on disqus
# Deleting the value would remove it from footer.
disqus_url: disqus.com/by/erasmodanarni/
disqus_id: erasmodanarni
# register on feedburner and replace this url. Deleting the value will remove it from footer.
feedburner_url:
# footer details. Deleting the value would remove it from footer.
github_username:
facebook_username:
email: [email protected]
stackoverflow_username:
twitter_username : erasmodanarni
copyright_name: Erasmo Terzo Da Narni
rss : true
# used for portfolio on home page
#collections:
# - portfolio
# used to estimate reading time
wpm: 150
# Build settings
markdown: kramdown
highlighter: rouge
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
port: 8888
permalink: /:title
# jekyll-paginate. for paginating blog posts.
paginate: 5
paginate_path: /page:num
# gem dependencies
gems: [jekyll-paginate, jekyll-feed, jekyll-gist]