Initial commit

This commit is contained in:
Eryn Wells 2024-10-12 12:25:00 -07:00
commit 1bf8c28f23
3 changed files with 24 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/erynofwales/hugo-theme-photostream/v2
go 1.22.4

5
hugo.yml Normal file
View 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
View 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