This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:qclug_presentations:hugo [2016/08/10 03:44] Aaron Johnson |
wiki:qclug_presentations:hugo [2016/08/10 04:16] (current) Aaron Johnson |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| ====== Hugo - Hosted on GitHub Pages (Personal/Organization) ====== | ====== Hugo - Hosted on GitHub Pages (Personal/Organization) ====== | ||
| + | * Complete the steps above to generate your Hugo page | ||
| * Create a free account at github.com | * Create a free account at github.com | ||
| * Create two Public repositories (must be Public repositories if you want to use GitHub pages for free) | * Create two Public repositories (must be Public repositories if you want to use GitHub pages for free) | ||
| Line 43: | Line 44: | ||
| 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 55: | Line 56: | ||
| ====== Credits ====== | ====== Credits ====== | ||
| - | Steps in this guide were taken from the following documentation: | + | Steps in this guide were taken from the following documentation/tutorials: |
| - | https://gohugo.io/tutorials/github-pages-blog/ | + | https://gohugo.io/tutorials/github-pages-blog |
| + | |||
| + | https://www.youtube.com/watch?v=w7Ft2ymGmfc | ||