andormade / andor.cool

The source code of my personal website
https://andor.cool
MIT License
12 stars 1 forks source link
rust static-site-generator

Netlify Status

andor.cool

Hello there! 👋 You just found the source code of my personal website. It's powered by a static site generator I wrote in Rust, without using any third-party libraries. This whole project is a playground for me to improve my “rusty” Rust skills. Originally, I wanted to write it in C, but Netlify still doesn't support deploying C projects. :(

For storing the content, I'm using Markdown files with Front Matter, and with Liquid and Handlebars templates. I was inspired by Jekyll, which uses a similar structure for content management.

Requirements

To run the website locally, make sure you have the following installed:

Installation

To get the website running on your local machine, follow these steps:

git clone https://github.com/hngrhorace/andor.cool.git
cd andor.cool
cargo run -- generate
cargo run -- serve