-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
67 lines (56 loc) · 1.99 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
baseURL = "/"
languageCode = "en-us"
title = "AxioDL"
theme = "hello-friend-ng"
paginate = 5
[taxonomies]
tag = "tags"
category = "categories"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Metadata mostly used in document's head
description = "Metaforce is an attempt to recreate the engine for Retro Studios’ GameCube and Wii games, including the Metroid Prime series and Donkey Kong Country Returns. The goal is to have the games run natively on Linux, Windows, and macOS. Effort has been taken to ensure the behavior is as close to the originals as possible."
subtitle = "AxioDL"
keywords = "metaforce, homepage, open-source, software, metroid prime, retro studios, urde, hecl"
images = [""]
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 1
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# Default theme "light" or "dark"
defaultTheme = "dark"
# Show table of contents at the top of your posts (defaults to false)
# Alternatively, add this param to post front matter for specific posts
toc = true
[languages]
[languages.en]
title = "Metaforce"
copyright = ""
[languages.en.params]
keywords = ""
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "AxioDL"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[[menu.main]]
identiier = "discord"
name = "Discord"
url = "https://discord.gg/AMBVFuf"
[[menu.main]]
identifier = "releases"
name = "Releases"
url = "https://releases.axiodl.com"
# [[menu.main]]
# identifier = "blog"
# name = "Blog"
# url = "/posts"