initial project

This commit is contained in:
sha
2026-07-20 16:37:35 +03:00
commit 9f157e48ac
5 changed files with 175 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# m5y.p9o.uk
A minimal, single-page personal startpage.
Live at [m5y.p9o.uk](https://m5y.p9o.uk).
![screenshot](screenshot.png)
## What it is
- A single `index.html`, no build step, no dependencies
- An animated glowing star (pure SVG + CSS)
- "Mykolay Ponomarenko" centered on the page
- A footer pinned to the bottom, linking to [shadoll.dev](https://shadoll.dev)
## Running locally
```sh
python3 -m http.server 8787
```
Then open [http://localhost:8787](http://localhost:8787).
## Deployment
Served via GitHub Pages. The custom domain is configured through the `CNAME` file, and `.nojekyll` disables Jekyll processing since this is a plain static site.