-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
46 lines (38 loc) · 1.09 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
baseURL = "https://qlearn.dev"
languageCode = "en-US"
#defaultContentLanguage = "en"
title = "量子计算学习"
theme = "hugo-theme-learn"
#themesdir = "themes"
#defaultContentLanguageInSubdir= true
#copyright = "Created And Maintanced by Cheng Chen"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
#[params]
# description = "Documentation for Quantum Learning Website"
# author = "成臣"
# showVisitedLinks = true
# disableBreadcrumb = false
# disableNextPrev = false
[params]
# Description of the site, will be used in meta information
description = "Documentation for Quantum Learning Website"
# Author of the site, will be used in meta information
author = "Cheng Chen"
# Shows a checkmark for visited pages on the menu
showVisitedLinks = true
#[Languages]
#[Languages.zh]
#title = "量子学习文档"
#weight = 1
#languageName = "中文"
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/it2911/qlearn.dev"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags"
weight = 30