-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
56 lines (49 loc) · 1.32 KB
/
config.toml
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
title = "OS-EDU"
baseURL = "https://os-edu.github.io/"
languageCode = "en-us"
theme = "gohugo-theme-ananke"
MetaDataFormat = "yaml"
DefaultContentLanguage = "cn"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
description = "I need. Maybe."
facebook = ""
twitter = ""
instagram = ""
youtube = ""
github = "https://os-edu.github.io/"
gitlab = ""
linkedin = ""
mastodon = ""
slack = ""
stackoverflow = ""
[menu]
## 菜单栏
# [[menu.main]]
# url = "/"
# name = "首页"
# weight = 1
# pre = "internal"
# post = "home"
[[menu.main]]
weight = 6
identifier = "theme-switcher"
[[menu.main]]
weight = 7
identifier = "lang-switcher"
[[menu.main]]
weight = 8
identifier = "search"
post = "search"
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "https://github.com/OS-EDU/os-edu.github.io/blob/main/themes/gohugo-theme-ananke/static/images/os_edu_background.jpg?raw=true"
recent_posts_number = 2