forked from ShikherVerma/Shikherverma.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
30 lines (26 loc) · 864 Bytes
/
_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
# Site settings
title: Открытый веб
blog_title: My Territory
header-img: img/home-bg.jpg
email: [email protected]
copyright_name: lfoma
description: "Внеси свой вклад в развитие мира"
baseurl: "" #base url is for when the site is not at the root but at some subdirectory.
url: https://we-are.club #only used in disque comments for now
disqus_url: we-are.club # disque comments are broken if you send http:// along with url
github_username: lfoma
facebook_username:
stackoverflow_username:
# 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: /blog/:title
# jekyll-paginate
paginate: 5
paginate_path: blog/page:num
# gem dependencies
gems: [jekyll-paginate, jekyll-feed, jekyll-gist]