Initial commit
This commit is contained in:
commit
1bf8c28f23
3 changed files with 24 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module github.com/erynofwales/hugo-theme-photostream/v2
|
||||
|
||||
go 1.22.4
|
5
hugo.yml
Normal file
5
hugo.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
baseURL: "https://github.com/erynofwales/hugo-theme-photostream"
|
||||
module:
|
||||
hugoVersion:
|
||||
extended: false
|
||||
min: "0.116.0"
|
16
theme.yml
Normal file
16
theme.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Photostream
|
||||
description: A photo stream
|
||||
homepage: "https://nutmeg.erynwells.me"
|
||||
tags: ["Photography"]
|
||||
features: ["Spacing", "Typography"]
|
||||
|
||||
author:
|
||||
name: "Eryn Wells"
|
||||
homepage: "https://erynwells.me"
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
parser:
|
||||
wrapStandAloneImageWithinParagraph: false
|
||||
highlight:
|
||||
noClasses: false
|
Loading…
Add table
Add a link
Reference in a new issue