Skip to content

Huaqo/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

joaquingottlebe.com

This is my personal website. It's built with my custom static site generator.

Build

python3 build.py && (cd src/docs && mkdocs build && cd -)

Serve

(cd src/docs && mkdocs serve && cd -)