Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 375 Bytes

File metadata and controls

19 lines (14 loc) · 375 Bytes

Hugo website with tailbliss and LotusDocs theme.

Site development

git clone --recurse-submodules git@github.com:Australian-Imaging-Service/web-dev.git
cd web-dev

# Fix TailBliss theme yaml violation in its config file
# themes/tailbliss/hugo.yaml
patch < patches/tailbliss.patch

# Install dependancies
hugo mod get
npm install
npm audit fix

hugo server