forked from inhere/md-site-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
31 lines (25 loc) · 1.12 KB
/
config.js
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
// page title = baseTile + content title
config.baseTitle = '叶子的简阅知识库'
config.siteName = '叶子的简阅知识库'
config.siteDes = 'From yezi\'s SimpRead'
config.siteKey = 'SimpRead'
config.logoUrl = location.pathname
config.lang = 'zh'
config.langs = ['en', 'ja', 'pt-br', 'zh']
config.docProject = 'sandy9707/SimpRead'
// e.g https://raw.githubusercontent.com/{sandy9707/SimpRead}/main/{beanfactory.md}
config.dataUrl = 'https://raw.githubusercontent.com/sandy9707/SimpRead/main/doc/'
config.docUrl = 'https://github.com/sandy9707/SimpRead'
// // e.g https://github.com/sandy9707/SimpRead/edit/main/http.md
config.editUrl = 'https://github.com/sandy9707/SimpRead/edit/main'
config.project = 'sandy9707/md-site-reader'
config.projectUrl = 'https://github.com/sandy9707/md-site-reader'
config.issueUrl = 'https://github.com/sandy9707/SimpRead/issues'
config.authorPage = 'https://github.com/sandy9707'
config.authorName = 'sandy9707'
config.theme = 'paper'
config.codeTheme = 'github'
config.catelogPage = 'SUMMARY.md'
config.defaultPage = 'README.md'
config.makeTOC = true
config.emptyData = 'No content to display!'