🎩 Страница об авторе https://about.devtokiory.ru
  • HTML 92.7%
  • Dockerfile 4.3%
  • CSS 3%
Find a file
Daniil Shilo 821377aea8
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 9s
build: add restart for about service
2026-08-03 13:42:54 +03:00
.forgejo/workflows ci: add docker build workflow 2026-07-15 01:54:35 +03:00
assets/franken-ui refactor: move franken-ui to assets folder 2026-07-15 01:50:37 +03:00
docker-compose.yml build: add restart for about service 2026-08-03 13:42:54 +03:00
Dockerfile feat: init 2026-06-30 04:32:18 +03:00
index.html refactor: move franken-ui to assets folder 2026-07-15 01:50:37 +03:00
main.css feat: init 2026-06-30 04:32:18 +03:00
mise.toml feat: init 2026-06-30 04:32:18 +03:00
README.md feat: init 2026-06-30 04:32:18 +03:00

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