https://github.com/alextopher/mahoney-best
Source code for my personal website
https://github.com/alextopher/mahoney-best
rust website
Last synced: 5 months ago
JSON representation
Source code for my personal website
- Host: GitHub
- URL: https://github.com/alextopher/mahoney-best
- Owner: Alextopher
- License: mit
- Created: 2024-04-19T15:01:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T14:52:24.000Z (about 1 year ago)
- Last Synced: 2025-04-10T09:44:19.787Z (10 months ago)
- Topics: rust, website
- Language: Rust
- Homepage: https://mahoney.best
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mahoney.best
This is my personal website. It's a work in progress.
## Structure
This project isn't so much 1 website as it is a collection of services on a single domain. The website is built together by mixing and matching these services together.
Each service is given it's own top-level url representing a single letter.
| TODO | Path | Meaning | Description |
| ---- | ---- | ---------- | ----------- |
| | /a | "admin" | admin panel |
| | /f | "file" | simple file upload/download server |
| xxxx | /m | "markdown" | markdown renderer |
| xxxx | /pixel | "pixel art" | auto-pixel art project |
| | /r | "redirect" | url redirector |
| xxxx | /s | "static" | static files baked into the binary |
| | /t | "tiny" | url shortener |
| | /u | "user" | user account management |
| | /w | "who" | ip geo-locator, ip/user agent logger, ip reflector |
## Licensing
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
### water.css
This project uses [water.css](https://watercss.kognise.dev/) by [Kognise](https://kognise.dev/). It's licensed under the MIT License. See the [LICENSE-water.css](LICENSE-water.css) file for details.