Skip to content

MarcusElwin/MarcusElwin.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published