-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (48 loc) · 1.43 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
baseURL = 'https://blog.micro-nova.com/'
languageCode = 'en-us'
title = 'Micro-Nova Engineering Blog'
contentdir = "content"
publishdir = "public"
canonifyurls = true
theme = "hugo-ficurinia"
defaultContentLanguage = "en"
copyright = "Micro-Nova"
[indexes]
category = "categories"
tag = "tags"
[params]
# These params relate largely to the theme. See the theme readme for details.
author = "admin"
logo = "/micronova_logo_white.png"
logoRightOfTitle = true
faviconIco = "/favicon.png"
favicon = "/favicon.png"
appletouch = "/micronova_square_logo.png"
icon512 = "/micronova_square_logo.png"
showRss = false
# The below is used by the theme. Please see the theme readme for details.
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "https://www.micro-nova.com/about"
weight = 10
[[menu.main]]
identifier = "amplipro"
name = "AmpliPro"
url = "https://www.amplipro.com"
weight = 20
[[menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/micro-nova"
weight = 10
# The below is used by the theme. Please see the theme readme for details.
[outputs]
home = ["HTML", "JSON"]
[deployment]
[[deployment.targets]]
# An arbitrary name for this target.
name = "production"
# URL specifies the Go Cloud Development Kit URL to deploy to. Examples:
URL = "gs://blog.micro-nova.com"