-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
54 lines (44 loc) · 1.25 KB
/
hugo.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
baseURL = 'http://archipel-project.github.io/'
languageCode = 'en-US'
title = 'Archipel - Dev Blog'
theme = "flat"
enableRobotsTXT = true
paginate = 4
staticDir = ["assets"]
include_toc = true
[taxonomies]
category = "categories"
tag = "tags"
[permalinks]
[permalinks.section]
posts = "/posts/"
tags = "/tags/"
categories = "/categories/"
[params]
mainSections = ['posts']
# you can set multi row of footers like these
[[params.footer_rows]]
[[params.footer_rows.items]]
name = "MIT License"
url = "https://opensource.org/license/MIT/"
pre = "Copyright <a href=\"https://opensource.org/license/MIT/\">MIT</a> 2023"
[[params.footer_rows.items]]
name = "Hugo"
url = "https://gohugo.io"
pre = "Powered by <a href=\"https://gohugo.io\">Hugo</a>"
[[params.footer_rows.items]]
name = "theme flat"
url = "https://cgit.leafee98.com/hugo-theme-flat.git"
pre = "Theme based on <a href=\"https://git.leafee98.com/leafee98/hugo-theme-flat.git\">hugo-theme-flat</a>"
[[params.footer_rows.items]]
name = "GitHub"
url = "https://github.com/Archipel-Project"
pre = "<a href=\"https://github.com/Archipel-Project\">GitHub <i class=\"icon-github\"></i></a>"
[[menus.main]]
name = "Posts"
url = "/posts/"
weight = 30
[[menus.main]]
name = "Categories"
url = "/categories/"
weight = 40