User Tools

Site Tools


wiki:qclug_presentations:hugo

This is an old revision of the document!


Presentation

Hugo - Self Hosted

Installation

Create site

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
  • Add the following line:
theme = "hugo-uno"

Run site with Hugo

hugo server -w --bind 0.0.0.0 --baseURL http://homeserv.pcdomain.pvt

Hugo - Hosted on GitHub Pages

  • Create a free account at github.com
  • Create a Public repository (must be a Public repository if you want to use GitHub pages for free)
wiki/qclug_presentations/hugo.1470797764.txt.gz · Last modified: 2016/08/10 02:56 by Aaron Johnson