/hammerbros

Hammer Bros blacksmith knowledge base

Primary LanguageNixMIT LicenseMIT

HammerBros Knowledge Base

Powered by Hugo

Bare-Metal Setup

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

Container Setup

Install podman and podman-compose or docker and docker-compose

From the root of this project, run:

docker-compose up

Usage

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.

Adding content

Add a new page

hugo new content/pages/my_cool_page.md