-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
63 lines (50 loc) · 1.42 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
#setup
title: SOHW Blogs
tagline: ''
description: SOHW is an open project which comes under Web Literacy. It offers resources for new-comers to step into the tech world
meta_description: "Spread Open Healthy Web"
aboutPage: false
blogPage: true
highlighter: rouge
paginate: 10
paginate_path: "/page:num"
baseurl: /
domain_name: 'http://sohw.github.io/Blogs'
# Google Analytics (add the UA Code, e.g.: UA-xxxxxxxx-1)
google_analytics:
#Disqus URL: https://spreadopenhealthyweb.disqus.com/
commentsystem: google
disqus: spreadopenhealthyweb
disqus_shortname: 'spreadopenhealthyweb'
#Dependencies
markdown: kramdown
# Details for the RSS feed generator
url: 'https://sohw.github.io'
author: 'Fahima Zulfath'
authorTwitter: 'FahimaZulfath'
permalink: /:categories/:title/
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post
# Custom vars
icon: /assets/images/icon.png
cover: /assets/images/cover.jpg
parallax: false
# Default Theme Color for Chrome on Android Lollipop (Use RGB ColorCode without `#`, e.g.: `db5945`)
theme_color: 7E9576