blog-site

git clone git://git.lin.moe/blog-site.git

 1baseURL: 'https://lin.moe'
 2languageCode: zh-hans
 3defaultContentLanguage: zh
 4enableRobotsTXT: true
 5title: Lindsay
 6hasCJKLanguage: true
 7rssLimit: 10
 8copyright: This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
 9enableEmoji: true
10
11
12disableKinds:
13  - taxonomy
14
15markup:
16  goldmark:
17    renderer:
18      unsafe: true
19  highlight:
20    codeFences: false
21    noClasses: false
22      
23params:
24  author:
25    name: Lindsay Zhou
26  dateformNumTime: '2006-01-02'
27  footerCopyright: '<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">CC BY-SA 4.0</a>'
28
29menu:
30  main:
31    - name: Article
32      url: article/
33      weight: 1
34    - name: Tutorial
35      url: tutorial/
36      weight: 2
37    - name: Now
38      url: now/
39      weight: 3
40    - name: Link  
41      url: links
42      weight: 4
43
44permalinks:
45  article: article/:year/:month/:contentbasename/
46  tutorial: tutorial/:year/:month/:contentbasename/
47