User Tools

Site Tools


wiki:qclug_presentations:hugo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
wiki:qclug_presentations:hugo [2016/08/10 03:41]
Aaron Johnson [Hugo - Hosted on GitHub Pages (Personal/Organization)]
wiki:qclug_presentations:hugo [2016/08/10 04:01]
Aaron Johnson [Credits]
Line 43: Line 43:
 rm -rf public rm -rf public
 git submodule add -b master https://​github.com/​username/​username.github.io.git public git submodule add -b master https://​github.com/​username/​username.github.io.git public
-hugo --theme hugo-uno+hugo --baseURL http://​username.github.io ​--theme hugo-uno
 cd public cd public
 git add . git add .
Line 53: Line 53:
 git push origin master git push origin master
 </​code>​ </​code>​
 +
 +====== Credits ======
 +Steps in this guide were taken from the following documentation/​tutorials:​
 +
 +https://​gohugo.io/​tutorials/​github-pages-blog
 +
 +https://​www.youtube.com/​watch?​v=w7Ft2ymGmfc
 +
wiki/qclug_presentations/hugo.txt ยท Last modified: 2016/08/10 04:16 by Aaron Johnson