Powered by Hugo
Install hugo_extended
Clone this repo and start the development server
git clone https://github.com/akatch/hammerbros
cd hammerbros/
git submodule update --init --recursive
hugo server
Install podman and podman-compose or docker and docker-compose
From the root of this project, run:
docker-compose up
Access the site in your web browser at http://127.0.0.1:1313. Hugo will detect file edits and update in your browser on the fly.
Add a new page
hugo new content/pages/my_cool_page.md