forked from Mainline4Lumia/mainline4lumia.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
48 lines (40 loc) · 1.13 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
baseURL = 'https://mainline4lumia.github.io'
languageCode = 'en-us'
title = 'Mainline4Lumia'
description = 'Bringing Mainline Linux to your Lumias!'
theme = "PaperMod"
paginate = 5
[params]
mainSections = ["posts"]
title = "Mainline4Lumia"
description = "Bringing Mainline Linux to your Lumias!"
images = [ "https://avatars.githubusercontent.com/u/86826507" ]
defaultTheme = "dark"
hideFooter = true
[params.assets]
favicon = "/favicon.ico"
favicon16x16 = "/favicon-16x16.png"
favicon32x32 = "/favicon-32x32.png"
apple_touch_icon = "/apple-touch-icon.png"
[params.profileMode]
enabled = true
title = "Mainline4Lumia"
subtitle = "Bringing Mainline Linux to your Lumias!"
imageUrl = "https://avatars.githubusercontent.com/u/86826507"
imageWidth = 240
imageHeight = 240
imageTitle = "Mainline4Lumia"
[[params.socialIcons]]
name = "github"
url = "https://github.com/Mainline4Lumia/"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "devices"
name = "Devices"
url = "/devices/"
weight = 2