Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 551 Bytes

Contributing Articles

First you need Hugo installed and running.

Setup

  • Install the hugo binary, download it at gohugo.io.

Running the server:

hugo server -v -D --watch

Creating a New Article

Hugo can create a new post for you:

hugo new post/interview-joe-smith.md  --kind=interview

Preview locally and open a pull request once satisfied.

Deployment

GitHub Actions automatically deploys the website when changes are merged to main. It takes a minute.