1
0
Fork
You've already forked lonami.dev
0
No description
  • Rust 54.5%
  • HTML 32.1%
  • JavaScript 8.4%
  • CSS 5%
Find a file
2026年06月28日 10:27:31 +02:00
content Avoid full black color on images 2026年06月28日 10:27:31 +02:00
src Add brief description to blog posts 2026年03月26日 20:07:51 +01:00
.gitignore Rewrite Python site generator to Rust 2025年05月14日 21:12:28 +02:00
Cargo.lock Rewrite Python site generator to Rust 2025年05月14日 21:12:28 +02:00
Cargo.toml Rewrite Python site generator to Rust 2025年05月14日 21:12:28 +02:00
README.md Fix README instructions 2025年05月25日 22:29:41 +02:00

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.