Contributions welcome!
Live at sx.ix5.org
(not in any way affiliated with Sony)
Source files for hugo static site generator.
Theme used: hugo_theme_kube
- Install hugo, e.g. via
apt-get install hugo
. - Clone the hugo_theme_kube theme into
themes:
rm -rf themes/kube && git clone https://github.com/ix5/hugo_theme_kube -b sx-custom themes/kube
- Run
hugo
and the generated files HTML will appear underpublic/
- For development and testing, you can run
hugo serve
and visit localhost:1313