-
Install Hugo
-
It's done. Just start Hugo server to see it live!
hugo server
-
Open your browser: http://localhost:1313/covid19-workshop/
Everytime when you change a place, Hugo will automatically refresh your browser.
- Change the concent in "about": Edit
themes/hugo-conference/layouts/partials/about.html
- Change the cover image: replace
static/img/cover.jpg
- Change all other content: Edit
config.yml
The website source code is at the master branch
-
Compile the source code in the master branch by running the following commnd the terminial:
hugo
-
Copy the content in the generated folder
public
and push it the "gh-page" branch.
The website will be published in a few seconds once you push the content to "gh-page" branch.