https://github.com/0x484558/0x484558.github.io
https://github.com/0x484558/0x484558.github.io
blog css3 html5 leptos nojs rust site wasm web webassembly
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0x484558/0x484558.github.io
- Owner: 0x484558
- License: mit
- Created: 2024-12-22T13:28:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-14T03:23:47.000Z (about 2 months ago)
- Last Synced: 2026-04-14T04:07:57.982Z (about 2 months ago)
- Topics: blog, css3, html5, leptos, nojs, rust, site, wasm, web, webassembly
- Language: HTML
- Homepage: https://0x484558.dev
- Size: 929 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [0x484558.dev](https://0x484558.dev)
This is a static website built with [Zola](https://www.getzola.org/), a fast static site generator written in Rust. The site features a blog and portfolio content, styled with [Pico CSS](https://picocss.com/) and semantic HTML5.
## Writing
```sh
# Build the site for production
zola build
# Serve the site locally with live reload
zola serve
# Build and check for broken links
zola check
```
- Blog posts go in `content/blog/`
- Use front matter to set metadata (title, date, tags, etc.)
- The site supports tags taxonomy for organizing posts
- RSS feed is automatically generated at `/rss.xml`
## License
Copyright (c) 2025 [0x484558](https://github.com/0x484558).
This work is provided under a dual-license arrangement (MIT & CC-BY-4.0).
1. The software components, including but not limited to all source code files, build scripts, and configuration files, are licensed under the MIT License. A copy of this license is available in the [LICENSE](LICENSE) file.
2. All other materials, including but not limited to documentation, text content, images, multimedia assets, and any non-software components, are licensed under the Creative Commons Attribution 4.0 International License (CC-BY-4.0). The full text of this license is available at [https://creativecommons.org/licenses/by/4.0/legalcode](https://creativecommons.org/licenses/by/4.0/legalcode).