No description
- Rust 54.5%
- HTML 32.1%
- JavaScript 8.4%
- CSS 5%
| content | Avoid full black color on images | |
| src | Add brief description to blog posts | |
| .gitignore | Rewrite Python site generator to Rust | |
| Cargo.lock | Rewrite Python site generator to Rust | |
| Cargo.toml | Rewrite Python site generator to Rust | |
| README.md | Fix README instructions | |
lonami.dev
Source for lonami.dev's website.
Contributing
Typo fixes to the content are welcome.
Changes elsewhere will not be considered. This is my personal website.
The src folder is open source though, so you can make use of it as the license allows.
Only the src folder has a license.
You are allowed to cite the published content and copy excerpts of it to other spaces,
but please do not copy it wholesale or pretend it is your own.
Building Site
Requires Rust.
Build:
cargo build {,--release}
Optionally symlink:
ln -s target/{debug,release}/site{,.exe}
See available commands by running:
./site -h
File Structure
content
The website's content.
src
The website's site-executable source code.
www
Built page.