Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andormade/andor.cool
The source code of my personal website
https://github.com/andormade/andor.cool
rust static-site-generator
Last synced: 9 days ago
JSON representation
The source code of my personal website
- Host: GitHub
- URL: https://github.com/andormade/andor.cool
- Owner: andormade
- License: mit
- Created: 2017-03-15T07:14:59.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T20:52:53.000Z (6 months ago)
- Last Synced: 2024-05-17T21:47:58.508Z (6 months ago)
- Topics: rust, static-site-generator
- Language: Rust
- Homepage: https://andor.cool
- Size: 979 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/a8bd44af-89f0-4afe-8765-f9cfc38191bf/deploy-status)](https://app.netlify.com/sites/andor/deploys)
# 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:
- Git
- Rust## 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