-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
74 lines (56 loc) · 1.6 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
baseurl = "https://cert.makerviet.org"
title = "MakerViet Certifications"
languageCode = "en-us"
defaultContentLanguage = "en"
# Pagination
paginate = 10
paginatePath = "post"
# Theme to use
theme = "certtheme"
[taxonomies]
tag = "tags"
category = "categories"
# Google analytics
# googleAnalytics = ""
[languages.en]
languageName = "English"
# Replace the default footer message with a localized message
# copyright = "Hugo template made with ❤ by Xzya"
[[languages.en.menu.main]]
url = "/certificates"
name = "Certificates"
weight = 1
[[languages.en.menu.main]]
url = "http://makerviet.org/"
name = "About"
weight = 2
# [[languages.en.menu.main]]
# url = "/contact/"
# name = "Contact"
# weight = 3
# Links format
[permalinks]
post = "/:slug/"
certificates = "/:slug/"
[params]
# Main sections (currently used for the recent posts in the sidebar)
mainSections = ["post"]
# Default author
author = "MakerViet"
# Date format (default: Jan 2, 2006)
# date_format = "Jan 2, 2006"
# Display post summaries instead of content in list templates (default: true)
# truncate = false
[params.sidebar]
# Whether to show the recent posts or not (default: true)
# showRecent = false
# Whether to show the taxonomies or not (default: true)
# showTaxonomy = false
# How many posts to show on the sidebar (Default: 5)
# num_recent_posts = 5
[params.header]
# Color scheme for the header (default: "light")
# colorScheme = "dark"
[params.footer]
# Color scheme for the footer (default: "light")
# colorScheme = "dark"