You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
3 years ago
|
baseURL = "www.example.com"
|
||
|
languageCode = "en-us"
|
||
|
title = "Hugo Hero Theme"
|
||
|
themesDir = "../.."
|
||
|
theme = "hugo-hero-theme"
|
||
|
|
||
|
[module]
|
||
|
[module.hugoVersion]
|
||
|
extended = true
|
||
|
min = "0.55.0"
|
||
|
|
||
|
[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.app"
|
||
|
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 = "Services"
|
||
|
url = "/services/"
|
||
|
weight = 1
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "Work"
|
||
|
url = "/work/"
|
||
|
weight = 2
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "About"
|
||
|
url = "/about/"
|
||
|
weight = 3
|
||
|
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "History"
|
||
|
url = "/history/"
|
||
|
weight = 3
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "Contact"
|
||
|
url = "/contact/"
|
||
|
weight = 4
|
||
|
|
||
|
[permalinks]
|
||
|
post = "/:year/:month/:day/:slug/"
|
||
|
pages = "/:filename/"
|