-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
42 lines (37 loc) · 924 Bytes
/
hugo.toml
File metadata and controls
42 lines (37 loc) · 924 Bytes
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
baseURL = 'http://localhost'
languageCode = 'en-us'
title = 'scikit-build'
theme = 'github.com/adityatelange/hugo-PaperMod'
buildFuture = true
[params]
description = "Build tools for Python extensions using CMake"
defaultTheme = "auto"
hideMeta = true
[params.assets]
favicon = "/favicon.png"
favicon16x16 = "/favicon.png"
favicon32x32 = "/favicon.png"
apple_touch_icon = "/favicon.png"
[params.label]
text = ""
icon = "images/scikit_build_mark.svg"
iconHeight = 36
[menu]
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/#projects"
weight = 10
[[menu.main]]
identifier = "events"
name = "Events"
url = "/events/"
weight = 15
[[menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/scikit-build"
weight = 20
[module]
[[module.imports]]
path = 'github.com/adityatelange/hugo-PaperMod'