-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
29 lines (24 loc) · 887 Bytes
/
zensical.toml
File metadata and controls
29 lines (24 loc) · 887 Bytes
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
[project]
site_name = "HiDef textíll"
site_url = "https://hideftextiles.github.io/site/"
site_description = "HiDef textíll sameinar textíl, tækni og rannsóknahugbúnað við íslenskan menningararf og sjálfbærni, með áherslu á nýsköpun, miðlun og þátttöku almennings."
site_author = "Helga Ingimundardóttir"
copyright = "© 2026 Helga Ingimundardóttir"
[project.theme]
variant = "modern"
language = "is"
font.text = "Jost"
font.code = "JetBrains Mono"
[project.theme.palette]
palette.scheme = "hi"
# Where content lives and where the built site goes
docs_dir = "docs"
site_dir = "site"
# --- Static assets: CSS & JS (loaded on every page) ---
[[extra.css]]
path = "stylesheets/extra.css" # bilingual helpers (show/hide blocks)
[project.extra]
alternate = [
{ name = "ÍS", link = "/is/", lang = "is" },
{ name = "EN", link = "/en/", lang = "en" }
]