Personal website
https://kdwarn.dev
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 days ago | |
---|---|---|
ansible | 6 days ago | |
src | 6 days ago | |
static | 7 months ago | |
.gitignore | 9 months ago | |
Cargo.lock | 10 months ago | |
Cargo.toml | 10 months ago | |
README.md | 9 months ago | |
index.html | 10 months ago |
README.md
Personal Site
This site is written in Rust with Dioxus, bundled into a WebAssembly web app by trunk, served by nginx, and deployed via ansible.
For local development, run trunk serve --open
from the root directory (after using comrak
to convert any new markdown files to html). The README on the Ansible project contains production deployment steps.