This is the repository for my personal portfolio website, leonoverweel.com. The site runs on Hugo, a static site generator that takes content written in Markdown (past projects, current project, and blog posts) and builds them into HTML pages using my custom theme, leon-overweel-com. It's hosted on Netlify.
To build the site locally:
- Download and install Hugo.
- Clone this repository.
- Run
hugo server
(with-D
to also show draft posts). - Navigate to
localhost:1313
to see the site live.
If you use my site template for your own website, please let me know by dropping me an email (available on my GitHub profile).