forked from reorx/papermodx-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
115 lines (99 loc) · 2.35 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
title: PaperModX Example Site
baseURL: "https://reorx.github.io/papermodx-example/"
theme: PaperModX
enableRobotsTXT: true
enableEmoji: true
params:
description: "PaperModX Example Site description"
author: Reorx
images:
- cover.png
favicon: favicon.ico
#logo:
# icon: images/logo.svg
DateFormat: "2006-01-02"
useCustomAnalytics: true
mainSections:
- posts
- notes
# 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: github-simple
url: "https://github.com/reorx"
- name: twitter-simple
url: "https://twitter.com/novoreorx"
- name: telegram-simple
url: "https://t.me/reorx_share"
- name: rss-simple
url: "feed.xml"
- name: gmail
url: email
socialAccounts:
twitter:
username: novoreorx
homeInfoParams:
Title: "PaperModX"
Content: |
Welcome to demo of hugo's theme PaperModX.
- **PaperModX** is a simple but fast and responsive theme with useful feature-set that enhances UX.
- PaperModX is based on theme [PaperMod](https://github.com/adityatelange/hugo-PaperMod).
To get started, please head to the [Docs](docs).
To see examples of different contents, head to [examples tag](tags/example).
#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
- name: Notes
url: /notes/
weight: 2
- name: Newsletter
url: /newsletter/
weight: 3
- name: Archives
url: /archives/
weight: 4
languages:
en:
languageName: "English"
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: dracula
lineNos: false
noClasses: false