Lulalaby / www

Home Page:https://ericz.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

www

This is the repo for my website.

I took a lot of inspirations from Xe's website, I also wanted to learn rust and remake my website, so I decided to do this.

On startup, the website first compile all of the markdown files into html, minify css files, and store them in ram.

Then on http request, will template the page, concat the relevant css files, then shoot them over to the webclient.

css wise, I'm using purecss.

I don't use js.

In the future, the website will do more dynamic-ey things, perhaps a comment section, rss aggregator for friends' blogs, webmention, or anything else might be fun to add.

CICD

a graph describing how CICD is done with this website

About

https://ericz.me

License:GNU Affero General Public License v3.0


Languages

Language:Rust 76.4%Language:CSS 23.0%Language:Dockerfile 0.6%