-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·44 lines (36 loc) · 1.27 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
baseURL = "https://inspiring-heyrovsky-2b26fa.netlify.com"
languageCode = "en-us"
title = "Ligato.io"
themesDir = "./themes"
theme = "hugo-hero-theme"
[params]
google_analytics_id=""
[params.homepage_meta_tags]
meta_description = "Hero is a multipurpose Hugo theme with fullscreen hero images and page sections. It contains content types for a business or portfolio site."
meta_og_title = "Hugo Hero Theme"
meta_og_type = "website"
meta_og_url = "https://hugo-hero.netlify.com"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-hero-theme/master/images/tn.png"
meta_og_description = "Hero is a multipurpose Hugo theme with fullscreen hero images and page sections. It contains content types for a business or portfolio site."
meta_twitter_card = "summary"
meta_twitter_site = "@zerostaticio"
meta_twitter_creator = "@zerostaticio"
[[menu.main]]
name = "What is Ligato?"
url = "/Overview/"
weight = 1
[[menu.main]]
name = "Documentation"
url = "https://ligato.readthedocs.io/en/latest/"
weight = 2
[[menu.main]]
name = "Github"
url = "https://github.com/ligato"
weight = 3
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 4
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"