mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
chore: update example site
This commit is contained in:
@@ -2,4 +2,4 @@ baseURL = 'https://www.example.com/'
|
||||
title = 'My New Hugo Site'
|
||||
themesdir = '../..'
|
||||
theme = 'Bridget'
|
||||
disableKinds = ["section", "taxonomy", "term"]
|
||||
disableKinds = ["section", "taxonomy", "term", "home"]
|
||||
12
exampleSite/config/_default/markup.toml
Normal file
12
exampleSite/config/_default/markup.toml
Normal 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
|
||||
28
exampleSite/config/_default/menu.toml
Normal file
28
exampleSite/config/_default/menu.toml
Normal 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
|
||||
1
exampleSite/config/_default/params.toml
Normal file
1
exampleSite/config/_default/params.toml
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
3
exampleSite/config/_default/sitemap.toml
Normal file
3
exampleSite/config/_default/sitemap.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
changefreq = "weekly"
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.5
|
||||
5
exampleSite/content/Featured/index.md
Normal file
5
exampleSite/content/Featured/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
type: _default
|
||||
layout: single
|
||||
url: /
|
||||
---
|
||||
5
exampleSite/content/Film/index.md
Normal file
5
exampleSite/content/Film/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
type: _default
|
||||
layout: single
|
||||
url: /film/
|
||||
---
|
||||
16
exampleSite/content/Info.md
Normal file
16
exampleSite/content/Info.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
type: _default
|
||||
layout: single
|
||||
url: /info/
|
||||
---
|
||||
|
||||
Bridget Baker is a photographer and artist based in Seattle, WA exploring shape and form by camera. For collaborations and inquiries, feel free to make direct contact below.
|
||||
|
||||
[Email ↗](mailto:bridgetelizabethbaker@gmail.com)
|
||||
|
||||
[Instagram ↗](https://instagram.com/pictures.bridget)
|
||||
|
||||
|
||||
Site design & development by <u>[Tyler McRobert](https://tylermcrobert.com)</u>.
|
||||
|
||||
© {{< year >}} Bridget Baker. All rights reserved.
|
||||
5
exampleSite/content/iPhone/index.md
Normal file
5
exampleSite/content/iPhone/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
type: _default
|
||||
layout: single
|
||||
url: /iphone/
|
||||
---
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
title: The Gallery
|
||||
headless: true
|
||||
---
|
||||
Reference in New Issue
Block a user