blob: 0020a4359690c91fc1decd05ea49bdd4b1bc93a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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 — 2025 Valentin Popov
# Configuration
theme:
name: material
language: en
palette:
scheme: slate
# Plugins
plugins:
- i18n:
docs_structure: suffix
languages:
- locale: en
name: English
default: true
build: true
- locale: ru
name: Russian
build: true
# Additional configuration
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/valentineus/fparkan
|