commit 1bf8c28f2383c97a615cb0504b4de6111a30f840 Author: Eryn Wells Date: Sat Oct 12 12:25:00 2024 -0700 Initial commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..ccbe03a --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/erynofwales/hugo-theme-photostream/v2 + +go 1.22.4 diff --git a/hugo.yml b/hugo.yml new file mode 100644 index 0000000..e968fc3 --- /dev/null +++ b/hugo.yml @@ -0,0 +1,5 @@ +baseURL: "https://github.com/erynofwales/hugo-theme-photostream" +module: + hugoVersion: + extended: false + min: "0.116.0" diff --git a/theme.yml b/theme.yml new file mode 100644 index 0000000..192ef09 --- /dev/null +++ b/theme.yml @@ -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