Skip to content

justcatthefish/justcatthefish.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

Local test

With docker

docker compose up

Without docker

Install hugo, then start the server

hugo server

# this one ensures full rebuilds on changes
hugo server --disableFastRender

Building for deployment

Build & minify, upload contents of public/ onto the webserver

hugo --minify