Skip to content

wunused/site

Repository files navigation

wunused.com

A simple site for information about my posts, presentations, and projects.

This site is generated with the Hugo static site generator, hosted on AWS S3, and deployed automatically using Github Actions.

Run locally from container

Ensure that submodules have been initialized and updated.

With docker installed, run:

$ docker build -t wunused-site:latest .
$ docker run --rm -it -p 1313:1313 -v $(pwd):/site wunused-site:latest

Browse to localhost:1313.

About

Website hosted at wunused.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published