summaryrefslogtreecommitdiff
path: root/_config.yml
blob: 78c6e3a52f60b6b60287e9ccff13bb181a6120fa (plain)
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
logo:
  enable: false
  lightmode: null
  darkmode: null
favicon: false
timeformat: "MMM, D YYYY"
podcast: true
lazyload: true
copyright: 'All rights reserved.'
highlight:
  enable: true
  lightmode: 'atom-one-light'
  darkmode: 'atom-one-dark'
navbar:
  - ['mailto:[email protected]', 'fa fa-paper-plane', '']
  - ['https://github.com/guiqiqi/chromate', 'fa fa-github', '']
  - ['/feed.rss', 'fa fa-rss', '']
menubar:
  - ['/about/', 'About']
  - ['/archives/', 'Archives']
rss:
  enable: true
  path: '/feed.rss'
  config:
    email: '[email protected]'
    category: {
      'Education': ['How To', 'Language Learning'],
      'Technology': []
    }
    explicit: false