Personal site of Michał Piotrowski — a single static page, no build step.
Live at https://tatarinho.github.io
| File | Purpose |
|---|---|
index.html |
All page content. Edit the text here. |
style.css |
All styling. Colour tokens live at the top of the file. |
.nojekyll |
Tells GitHub Pages to serve the files as-is, without Jekyll. |
python3 -m http.server 8000Then open http://localhost:8000.
GitHub Pages serves the main branch of this repository directly.
Push to main and the change is live within a minute.
Add a CNAME file containing the bare domain (e.g. example.com), point the
DNS records at GitHub Pages, then enable Enforce HTTPS in the repository's
Pages settings.