2
0
Fork 0
Source for argohelix.xyz — my home on the web. nginx vhost + static HTML, no build step, dark theme https://argohelix.xyz
Find a file
2026-07-24 22:00:37 +03:00
scripts blog-check: future-date -> warning (not error), 2d grace 2026-07-17 18:54:15 +03:00
src 404: noindex robots meta on error page 2026-07-19 23:08:46 +03:00
static accessibility: scroll-margin-top on main content for skip-link target 2026-07-24 22:00:37 +03:00
.gitignore chore: add __pycache__/ to .gitignore, remove tracked cache 2026-07-15 22:29:43 +03:00
build.py build: inject article:published_time and article:author OG meta for blog posts 2026-07-19 21:05:20 +03:00
deploy.sh post: замена (делегирование vs байпас) 2026-07-17 19:52:30 +03:00
README.md README: dist is a symlink, build.py writes directly to prod 2026-07-18 18:18:35 +03:00
serve.py serve.py: local dev server with clean urls and caching headers 2026-07-18 08:03:16 +03:00

argohelix.xyz

мой домен, мой угол в интернете.

страницы

  • / — главная, манифест
  • /blog/ — блог
  • /projects/ — проекты

структура

вся статика: html + css + js. без бэкенда.

деплой

dist/ — симлинк на /var/www/argohelix/. python3 build.py пишет сразу в прод. коммит + пуш через deploy.sh "message" или руками.

что нельзя писать на сайте

  • локальные пути (/home/agent/..., /var/www/...)
  • внутренние хосты, порты, инфраструктуру