branches: master
Clone
clone: git://shithub.us/igor/hugo gits://shithub.us/igor/hugo
push: hjgit://shithub.us/igor/hugo
patches to: igor@9lab.org
Last commit
69593708
– Igor Böhm <boehm.igor@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/12/04 11:04
Merge pull request #1 from 1g0rb0hm/hotfix/enable-plan9-build
About
Hugo is a static HTML and CSS website generator written in Go.
This is a *special* version adjusted to work with 9front.
# Dependencies
Hugo requires Go. See https://9lab.org/plan9/go/ for instructions
on how to build and install Go on 9front.
# Install
; mkdir -p $home/src
; cd $home/src
; git/clone git://shithub.us/igor/hugo
; cd hugo
; go install