-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·120 lines (102 loc) · 2.48 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Jekyll configuration
markdown: kramdown
highlighter: rouge
language: 'en-US'
version: 1
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
url: https://codetonics.com
baseurl:
# Website info
title: Codetonics
description: A Programmer's Blog
cover: assets/images/blog-cover.jpg
logo: False
logo_dark: assets/images/favicon.png
favicon: assets/images/favicon.png
keywords: [Programming, Design, UI, UX, Productivity, Tips, JavaScript, Nodejs, CSS, SCSS, HTML, C#, Blogging]
# Social info
navigation: True # show the navbar links
subscribers: True # you need to connect an external service for this to work,
# if 'True' the submit button is disabled for now, but you can change that
# by editing `_includes/subscribe-form.html`
twitter: a1pha_m # replace by your username
facebook: a1pha.m # replace by your username
linkedin: a1pha-m
github: a1pha-m
stackoverflow: codetonics
instagram: a1pha_m
# Disqus
disqus: True
disqus_shortname: codetonics # replace with your disqus username
# Google Analytics
google_analytics: UA-70051792-1 # replace with your GA tracking identifier
google_adsense: ca-pub-2515612602855586
# Permalinks
permalink: /:categories/:title/
# permalink: /author/:author
# permalink: /category/:tag
# Authors' info in `_data/authors.yml`
# Tags' info in `_data/tags_info.yml`
feed:
path: feed.xml
# Additional settings available on the front-matter
# Site logo in the index.html (as in demo.ghost.io)
# Author's page cover in _layouts/author.html
# The same for page.html and tag.html layouts
# Post's page cover as a per-post basis _posts/...
# Disqus comments as a per-post basis
# ...
exclude:
- assets/css
- node_modules
- vendor
- .travis.yml
- Gemfile
- Gemfile.lock
- GHOST.txt
- gulpfile.js
- LICENSE
- package.json
- Rakefile
- README.md
- script.py
- changelog.md
- "*.Rmd"
- .git
- .idea
defaults:
- scope:
path: ""
type: posts
values:
layout: post
current: post
navigation: true
class: post-template
subclass: post
author: jayesh
ads: True
comments: True
- scope:
path: ""
type: pages
values:
layout: page
navigation: true
class: page-template
subclass: post page
ads: False
comments: True
paginate: 18
paginate_path: "/page:num/"
plugins:
- jekyll-paginate
compress_html:
clippings: []
comments: []
endings: []
ignore:
envs: []
blanklines: false
profile: false
startings: []