My personal website
This repository is the code for my personal website which can be found at stefanblos.com.
It is built using Publish, which is a static site generator written in Swift by John Sundell.
Feel free to take a look and give me feedback on Twitter.
👨🏼💻 Tech Stack
- Framework: Publish, with Splash and Plot
- CSS: Plain CSS, nothing special here
- Markdown: Blog posts are written in Markdown
- Hosting: Site is hosted on Netlify
✏️ Blog Posts
📂 Project structure
- Content contains all the posts and the corresponding markdown files
- Output consists of the output that is generated by Publish
- Resources contains all the images, fonts and CSS files of the project
- Sources/StefanblosWebsite are the source files used to write the template HTML
template language that will generate all the final HTML files.