chore: update example site

This commit is contained in:
Sped0n
2023-10-30 15:51:52 +08:00
parent 144132ae72
commit 3d9237758d
10 changed files with 76 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
baseURL = 'https://www.example.com/'
title = 'My New Hugo Site'
themesdir = '../..'
theme = 'Bridget'
disableKinds = ["section", "taxonomy", "term", "home"]

View File

@@ -0,0 +1,12 @@
[goldmark]
[goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[goldmark.renderer]
# whether to use HTML tags directly in the document
unsafe = true

View File

@@ -0,0 +1,28 @@
[[main]]
identifier = "Featured"
pre = ""
post = ""
url = "/"
title = ""
weight = 1
[[main]]
identifier = "iPhone"
pre = ""
post = ""
url = "/iphone/"
title = ""
weight = 2
[[main]]
identifier = "Film"
pre = ""
post = ""
url = "/film/"
title = ""
weight = 3
[[main]]
identifier = "Info"
pre = ""
post = ""
url = "/info/"
title = ""
weight = 4

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,3 @@
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5