https://github.com/vidhanio/site
my personal site.
https://github.com/vidhanio/site
axum rust site
Last synced: 6 months ago
JSON representation
my personal site.
- Host: GitHub
- URL: https://github.com/vidhanio/site
- Owner: vidhanio
- License: agpl-3.0
- Created: 2021-09-04T00:51:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T19:21:45.000Z (10 months ago)
- Last Synced: 2024-08-09T20:38:58.780Z (10 months ago)
- Topics: axum, rust, site
- Language: Rust
- Homepage: https://vidhan.io
- Size: 19.6 MB
- Stars: 51
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [`vidhan.io`](https://vidhan.io)
my personal site, written in rust.
## stack
- http server: [axum](https://docs.rs/axum)
- html templating: [hypertext](https://docs.rs/hypertext) (made by me!)
- syntax highlighting: [tree-sitter](https://tree-sitter.github.io/tree-sitter/)
- resume: [typst](https://typst.app)## features
- no javascript
- completely usable with css disabled
- automated ci/deployment via github actions, deployed to google cloud run on push
- a blog generated automatically from markdown
- server-side syntax highlighting via tree-sitter, the same engine which powers syntax highlighting in full-fledged ides
- resume (made with typst) built and included at compile-time, and served like a normal file
- optimal caching of static assets which is automatically cache busted on commit via the git commit hash