-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
82 lines (71 loc) · 1.6 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
title: Vaibhav Awale homepage
baseURL: "https://vawale.github.io/"
theme: PaperModX
enableRobotsTXT: true
enableEmoji: true
params:
description: "This space will contain some of my learnings and coding experiments."
author: Vaibhav Awale
DateFormat: "2006-01-02"
useCustomAnalytics: true
mainSections:
- posts
# theme params
DisableLanguageSwitch: true
TocOpen: true
TocSide: right
EnableInstantClick: false
EnableImageZoom: true
ShowShareButtons: true
ShareButtons:
- twitter
- telegram
ShowReadingTime: true
ShowWordCount: true
ShowCodeCopyButtons: true
ShowPostNavLinks: true
Email: [email protected]
socialIcons:
- name: vawale
url: "https://github.com/vawale"
- name: gmail
url: [email protected]
homeInfoParams:
Title: "Software Engineering Musings"
Content: |
This space will contain some of my learnings and coding experiments.
#commentSystems:
# disqus:
# shortname: reorx
# remark42:
# url: https://remark42.reorx.com
# site: reorx.github.io
# telegramWidget:
# channel: reorx_share
# accentColor: "9077e1"
# limit: 20
#defaultCommentSystems:
# remark42: true
permalinks:
notes: /:section/:year/:month/:slugorfilename
# prefer feed.xml rather than index.xml
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "feed"
menu:
main:
- name: Posts
url: /posts/
weight: 1
languages:
en:
languageName: "English"
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: dracula
lineNos: false
noClasses: false