Elcharitas.wtf
A rewrite of my blog and portfolio in one single place 😅. Powered by Rust, TailwindCSS, GraphQL (Hashnode API) and Github 🤌
Install / Use
/learn @elcharitas/Elcharitas.wtfREADME
<div align="center">
<a href="https://elcharitas.wtf"><h1 align="center">elcharitas.wtf</h1></a>
My personal website, built with Rust using Axum and Tower, styled with Tailwind CSS. The site uses Momenta for UI components, Datastar for reactivity, and integrates with GitHub API for projects and Hashnode for blog posts.
</div>Running Locally
git clone https://github.com/elcharitas/elcharitas.wtf.git
cd elcharitas.wtf
Create a .env file similar to .env.example.
Then install Tailwind CSS:
npm install -g tailwindcss@3
and run the development server:
cargo run
For development with CSS hot-reloading, you can use cargo-watch:
cargo watch -x run
Cloning / Forking
Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.
