This repository was archived by the owner on May 23, 2024. It is now read-only.
forked from stkevintan/hexo-theme-material-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (54 loc) · 1.13 KB
/
_config.yml
File metadata and controls
60 lines (54 loc) · 1.13 KB
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
# Search
search:
enable: true
service: hexo # google/hexo/algolia/azure/baidu
# google
google_api_key:
google_engine_id:
# algolia
algolia_app_id:
algolia_api_key:
algolia_index_name:
# azure
azure_service_name:
azure_index_name:
azure_query_key:
# baidu
baidu_api_id:
# friends link
links:
# navigation menu
menu:
- name: Home
slug: home
url: /
- name: Archives
slug: archives
url: /archives
- name: About
slug: about
url: /about
# widgets
widgets:
- about
- links
- tagcloud
- recent_comments
# Less
less:
compress: true
# use url, not username
social:
# giscus
giscus:
enable: false
repo: jiaming0708/jiaming0708.github.io # Github repository name
repo_id: MDEwOlJlcG9zaXRvcnk4Mjc2OTM4OQ== # Github repository id
category: Q&A # Github discussion category
category_id: DIC_kwDOBO717c4B_0N9 # Github discussion category id
# Available values: pathname | url | title | og:title
mapping: title
# Available values: 0 | 1
reactions_enabled: 1
# Available values: light | dark | dark_high_contrast | transparent_dark | preferred-color-scheme
theme: light