This is an old revision of the document!
mkdir newsite cd newsite hugo new site . hugo new post/welcome.md git clone https://github.com/fredrikloch/hugo-uno.git themes/hugo-uno vim config.toml
theme = "hugo-uno"
hugo server -w --bind 0.0.0.0 --baseURL http://hostname.domain.local --port 1313
cd newsite git init . git checkout --orphan gh-pages