Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 164 Bytes

File metadata and controls

12 lines (9 loc) · 164 Bytes

My personal page

Generate the site

# Build the static site
go run ./gen

# Serve the built sataic site.
npm install --global serve 
serve _dist