Use dynamic config for system names and components
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- Station: Ward -> Station, Cabinet -> Desk, Table -> Desk
- Atlas: Album -> Atlas
- All templates now read from config.json for titles/taglines
- Added shunts.json and plexuses.json data files
- run.py passes system and components to all templates
This commit is contained in:
buenosairesam
2026-01-02 23:52:43 -03:00
parent c4ec112607
commit 27b32deba4
5 changed files with 121 additions and 114 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Atlas · Soleprint</title>
<title>{{ system.title or 'Atlas' }} · Soleprint</title>
<link
rel="icon"
type="image/svg+xml"
@@ -172,7 +172,7 @@
stroke-width="2"
/>
</svg>
<h1>Album</h1>
<h1>{{ system.title or 'Atlas' }}</h1>
{% if soleprint_url %}<a
href="{{ soleprint_url }}"
style="
@@ -187,8 +187,7 @@
>{% endif %}
</header>
<p class="tagline">
conocimiento y toma de decisiones
<!-- Actionable documentation -->
{{ system.tagline or 'Actionable documentation' }}
</p>
<section>