-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
80 lines (63 loc) · 1.78 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
# Site settings
title: 'Rokhimin whd | site'
description: 'Private Blog and my notes'
keyword: 'ruby, rails, sinatra, javascript, vuejs, expressjs'
url: ''
baseurl: ''
# Navigation links
nav:
home: '/'
about: '/about.html'
tags: '/tags.html'
project: '/projects.html'
# Footer
footer:
since: 2019
# Author
author: 'Rokhimin whd'
nickname: 'whdzera'
bio: 'hi @everyone, im programmer ruby on rails. blogging as my hobby'
avatar: 'assets/img/profile.png'
# Search
search: true
# Night mode
nightMode: true #always_true
# Comments
comments:
disqus: true
disqus_url: 'https://rokhimin.disqus.com/embed.js'
# MathJax by Ray-Eldath
mathjax: false
# Share
social-share: false
social-share-items: ['vk', 'facebook', 'twitter']
# theme color
theme-color: 'default'
# Post header background patterns (when the post no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
postPatterns: 'assets/img/banner.jpg'
# SNS settings
# url: email, weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
email: 'mailto:[email protected]'
github: '//github.com/rokhimin'
linkedin: '//www.linkedin.com/in/rokhim-wahid-4b4209142'
instagram: '//www.instagram.com/rokhiminwahid'
twitter: '//twitter.com/rokhiminwahid'
# Tags
recommend-tags: true # whether or not display recommend-tags on the sidebar
recommend-condition-size: 12 # a tag will be recommended if the size of it is more than this value
# Build settings
paginate: 6
paginate_path: 'page:num'
exclude: ['node_modules', '_darkness', 'package.json', 'gulpfile.js', '.gitignore', 'README.md']
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# RSS
RSS: false
# Permalink
permalink: /:title.rb
# Plugins
plugins: [jekyll-paginate]