2024-02-06 02:26:50 +04:00
|
|
|
|
# Project information
|
|
|
|
|
|
site_name: FParkan
|
|
|
|
|
|
site_url: https://fparkan.popov.link/
|
|
|
|
|
|
site_author: Valentin Popov
|
|
|
|
|
|
site_description: >-
|
|
|
|
|
|
Utilities and tools for the game “Parkan: Iron Strategy”.
|
|
|
|
|
|
|
|
|
|
|
|
# Repository
|
|
|
|
|
|
repo_name: valentineus/fparkan
|
|
|
|
|
|
repo_url: https://github.com/valentineus/fparkan
|
|
|
|
|
|
|
|
|
|
|
|
# Copyright
|
|
|
|
|
|
copyright: Copyright © 2023 — 2024 Valentin Popov
|
|
|
|
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
|
theme:
|
|
|
|
|
|
name: material
|
2026-02-10 02:05:27 +04:00
|
|
|
|
language: ru
|
2024-02-06 02:26:50 +04:00
|
|
|
|
palette:
|
|
|
|
|
|
scheme: slate
|
|
|
|
|
|
|
2026-02-05 01:32:24 +04:00
|
|
|
|
# Navigation
|
|
|
|
|
|
nav:
|
|
|
|
|
|
- Home: index.md
|
|
|
|
|
|
- Specs:
|
2026-02-10 23:27:43 +00:00
|
|
|
|
- NRes / RsLi: specs/nres.md
|
|
|
|
|
|
- Форматы 3D‑ресурсов: specs/msh.md
|
2026-02-05 01:32:24 +04:00
|
|
|
|
|
2024-02-06 02:26:50 +04:00
|
|
|
|
# Additional configuration
|
|
|
|
|
|
extra:
|
|
|
|
|
|
social:
|
|
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
|
|
link: https://github.com/valentineus/fparkan
|