🎩 Страница об авторе
- HTML 92.8%
- Dockerfile 4.3%
- CSS 2.9%
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| main.css | ||
| mise.toml | ||
| README.md | ||
about-frontend
Static personal about page for devtokiory.ru, built with plain HTML and CSS and served as static assets.
Stack
- HTML and CSS
- Franken UI via CDN
- Deno file server for local development
- Docker + NGINX for containerized serving
Local development
Install the tools declared in mise.toml:
mise install
Start the local development server:
mise run dev
The Deno file server watches the current directory and serves the static site.
Docker
Build and run the site with Docker Compose:
docker compose up --build
Then open:
http://localhost:5000