markdown0d405cb9
| 1 | # Site source is in `docs/` (GitHub Pages). Open https://ai-guiders.github.io/ — not this README. |
| 2 | # AI-Guiders.github.io |
| 3 | |
| 4 | Organization site (GitHub Pages): **Settings → Pages → branch `main`, folder `/docs`**. |
| 5 | |
| 6 | Live: **https://ai-guiders.github.io/** (after Pages enable). |
| 7 | |
| 8 | ## Layout |
| 9 | |
| 10 | | Path | Content | |
| 11 | |------|---------| |
| 12 | | `docs/index.html` | English landing | |
| 13 | | `docs/ru/index.html` | Russian landing | |
| 14 | | `docs/assets/css/site.css` | Landing styles | |
| 15 | | `docs/assets/css/articles.css` | Writing section styles | |
| 16 | | `docs/writing/`, `docs/ru/writing/` | Generated articles (from `src/writing/`) | |
| 17 | | `src/writing/{en,ru}/*.md` | Markdown sources | |
| 18 | | `tools/build-writing.csx` | Build writing + Atom + tag pages | |
| 19 | | `tools/gen_pages.py` | Regenerate EN/RU landings | |
| 20 | |
| 21 | Landings: `python tools/gen_pages.py`. Writing: `dotnet script tools/build-writing.csx` (needs [dotnet-script](https://github.com/dotnet-script/dotnet-script)). |
| 22 | |
| 23 | ## Related |
| 24 | |
| 25 | - [GitHub org profile](https://github.com/AI-Guiders) — `AI-Guiders/.github/profile/README.md` |
| 26 | - [Handbook wiki](https://github.com/AI-Guiders/handbook/wiki) (RU) |
| 27 | - [Personal writing archive](https://karataevdmitry.github.io/writing/) — long-form EN/RU essays |
| 28 | |
| 29 | |