Initial commit
This commit is contained in:
+13
-1
@@ -1,11 +1,23 @@
|
||||
languageCode = "en-us"
|
||||
title = "Massively"
|
||||
baseURL = "https://hugo-theme-massively.netlify.com/"
|
||||
baseURL = "https://your-cloudflare-domain.com/"
|
||||
theme = "hugo-theme-massively"
|
||||
googleanalytics = ""
|
||||
disqusShortname = ""
|
||||
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
||||
|
||||
# Cloud optimization settings
|
||||
[params]
|
||||
canonifyURLs = true
|
||||
enableRobotsTXT = true
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS"]
|
||||
page = ["HTML"]
|
||||
|
||||
[imaging]
|
||||
quality = 85
|
||||
resampleFilter = "Lanczos"
|
||||
|
||||
|
||||
# [params]
|
||||
|
||||
Reference in New Issue
Block a user