-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
47 lines (42 loc) · 1.06 KB
/
hugo.toml
File metadata and controls
47 lines (42 loc) · 1.06 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
baseURL = '/'
languageCode = 'en-us'
title = 'PenumbraOS'
[params]
description = 'A developer-friendly resurrection of the Humane Ai Pin'
tagline = 'Make your Ai Pin usable again'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
section_group = 'section_groups'
tag = 'tags'
[params.footer]
note = 'PenubmraOS is not affiliated with Humane Inc. or HP Inc. The Ai Pin trademark and archived content remains property of HP.'
[[params.footer.links]]
name = 'GitHub'
url = 'https://github.com/PenumbraOS/'
[[params.footer.links]]
name = 'Blog'
url = 'https://writings.agg.im/'
[menu]
[[menu.main]]
identifier = 'getting-started'
name = 'Getting Started'
url = '/getting-started/'
weight = 10
[[menu.main]]
identifier = 'guide'
name = 'Guide'
url = '/guide/'
weight = 20
[[menu.main]]
identifier = 'device'
name = 'Device'
url = '/device/'
weight = 30
[[menu.main]]
identifier = 'archive'
name = 'Humane Archive'
url = '/archive/'
weight = 40