An open API service indexing awesome lists of open source software.

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

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.