Posts with the "Hugo" tag
Showing a total of 2 articles.
Create the necessary [Gitpod](https://www.gitpod.io/) files on the root of your repository. ```bash $ touch .gitpod.Dockerfile $ touch .gitpod.yml ``` ```dockerfile filename=.gitpod.Dockerfile FROM gitpod/workspace-full USER root RUN apt-get update && apt-get install -yq hugo ``` ```yaml filen...
After creating a new project using [Hugo's Quick Start guide](https://gohugo.io/getting-started/quick-start/), you can then deploy to [GitHub Pages](https://pages.github.com/). ### Git Branches For this site, we are deploying the project hosted at [napjoseph/napjoseph.github.io](https://github.co...