Skip to content

Huaqo/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

joaquingottlebe.netlify.app

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 -)