Initial commit: Fat Kiss site — Hugo + Decap CMS
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
baseURL = "https://getfatkiss.com/"
|
||||
languageCode = "en-us"
|
||||
title = "Fat Kiss — Natural Ritual Skincare"
|
||||
|
||||
[permalinks]
|
||||
[permalinks.page]
|
||||
products = "/products/:slug/"
|
||||
journal = "/journal/:slug/"
|
||||
|
||||
[params]
|
||||
description = "Fat Kiss — rich, natural balm rituals for skin that lives, works, glows, and keeps going. Everybody Wants One."
|
||||
author = "Fat Kiss"
|
||||
email = "hello@getfatkiss.com"
|
||||
slogan = "Everybody Wants One."
|
||||
ogImage = "/uploads/og-fatkiss.jpg"
|
||||
favicon = "/favicon.svg"
|
||||
brandName = "Fat Kiss"
|
||||
domain = "getfatkiss.com"
|
||||
enableJingle = false
|
||||
enableReviews = true
|
||||
enableJournal = true
|
||||
enableWaitlist = false
|
||||
enableProducts = true
|
||||
enableContact = true
|
||||
|
||||
[[menus.main]]
|
||||
name = "Products"
|
||||
url = "/products/"
|
||||
weight = 1
|
||||
|
||||
[[menus.main]]
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 2
|
||||
|
||||
[[menus.main]]
|
||||
name = "Journal"
|
||||
url = "/journal/"
|
||||
weight = 3
|
||||
|
||||
[[menus.main]]
|
||||
name = "Contact"
|
||||
url = "/contact/"
|
||||
weight = 4
|
||||
|
||||
[build]
|
||||
[build.buildStats]
|
||||
enable = true
|
||||
|
||||
[minify]
|
||||
[minify.tdewolff]
|
||||
[minify.tdewolff.html]
|
||||
keepWhitespace = false
|
||||
[minify.tdewolff.css]
|
||||
keepCSS2 = false
|
||||
[minify.tdewolff.js]
|
||||
keepVarNames = false
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[security]
|
||||
[security.funcs]
|
||||
getenv = ["^HUGO_"]
|
||||
Reference in New Issue
Block a user