Minimal, responsive poetry website featuring Edgar Lee Masters' Spoon River Anthology.
Project's endpoint is https://spoonriverpoems.pages.dev/
Clone the repository:
git clone <your-repo-url>
cd <repo-folder>Run the site locally:
hugo serverVisit http://localhost:1313 to see it in action.
To generate the static site:
hugoOutput is in the public/ folder.