This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
88 lines (75 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
baseurl = "http://localhost:1313/"
languageCode = "en-us"
title = "Flynt Framework"
metadataformat = "yaml"
canonifyurls = true
relativeURLs = true
[params]
# General information
author = "bleech GmbH"
description = "The component based WordPress framework for development teams and their clients."
copyright = "Released under the MIT license"
version = "0.1.0"
logo = "images/logo.svg"
favicon = "/images/favicon.ico"
googleAnalytics = "UA-88576792-2"
[params.repo]
theme_url = "https://github.com/flyntwp/flynt-starter-theme"
docs_url = "https://github.com/flyntwp/flynt-docs"
organisation_url = "https://github.com/flyntwp"
[params.social]
twitter = "flyntwp"
# Top Menu Items
[[menu.main]]
name = "Guide"
url = "/guide/getting-started/what-is-flynt/"
weight = 20
[[menu.main]]
name = "Flynt Website"
url = "https://flyntwp.com"
weight = 40
# Side Menu Items, Parent should match the identifier of the Top Menu Item
[[menu.main]]
name = "Getting Started"
url = "/guide/getting-started/"
parent = "Guide"
weight = 10
[[menu.main]]
name = "Configuration"
identifier = "configuration"
url = "/guide/configuration/"
parent = "Guide"
weight = 20
[[menu.main]]
name = "Components"
identifier = "components"
url = "/guide/components/"
parent = "Guide"
weight = 30
[[menu.main]]
name = "Features"
url = "/guide/features/"
parent = "Guide"
weight = 40
[[menu.main]]
name = "Utils"
url = "/guide/utils/"
parent = "Guide"
weight = 50
[[menu.main]]
name = "Core Plugin"
identifier = "core"
url = "/guide/core/"
parent = "Guide"
weight = 60
[[menu.main]]
name = "Best Practices"
url = "/guide/best-practices/"
parent = "Guide"
weight = 70
[[menu.main]]
name = "Resources"
identifier = "resources"
url = "/guide/resources/"
parent = "Guide"
weight = 80