Nap Joseph Calub

Software Engineer and Open Source Enthusiast

Posts with the "Hugo" tag

Showing a total of 2 articles.
Using Hugo on Gitpod

Published on July 31, 2020

Hugo

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...

© 2021 Nap Joseph Calub. All rights reserved.

Light Mode
Dark Mode