Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 810 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 810 Bytes

ds-with-mac

hugo workflow typos workflow

DS portfolio websites + blog made easily in Hugo

Setup 🛠️

  1. Install hugo brew install hugo
  2. Init & update submodules
    git submodule init && git submodule update

Typo checks

This repo uses typos for typo checks to run locally:

# check typos in content folder
typos ./ds-with-mac/content/ 
# correct typos in folder
typos ./ds-with-mac/content/ -w

Creating posts

# create new post
hugo new posts/<name>/index.md
# server website locally
hugo server