feat(IFK-11): migrate from Congo to HugoBlox with custom layouts
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 12s
Deploy Internet for Kids / Deploy (push) Successful in 5s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 9s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 12s
Deploy Internet for Kids / Deploy (push) Successful in 5s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 9s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
- Remove Congo theme submodule, add Hugo modules (blox-core) - Custom baseof/single/home/list layouts (no Tailwind build needed) - Newsreader serif font preserved throughout - Agiliton lime/emerald brand colors - All 7 shortcodes preserved (world-map, charts, stats, etc.) - Multilingual EN/DE/FR with i18n files - Self-hosted fonts, no external CSS dependencies - Wide content layout, clean research-publication aesthetic Reference: metaconscious.org, matteocourthoud.github.io Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
17
i18n/de.toml
Normal file
17
i18n/de.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[recent_posts]
|
||||
other = "Neueste Artikel"
|
||||
|
||||
[read_more]
|
||||
other = "Weiterlesen"
|
||||
|
||||
[table_of_contents]
|
||||
other = "Inhaltsverzeichnis"
|
||||
|
||||
[tags]
|
||||
other = "Schlagwörter"
|
||||
|
||||
[previous]
|
||||
other = "Vorheriger"
|
||||
|
||||
[next]
|
||||
other = "Nächster"
|
||||
17
i18n/en.toml
Normal file
17
i18n/en.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[recent_posts]
|
||||
other = "Recent Articles"
|
||||
|
||||
[read_more]
|
||||
other = "Read more"
|
||||
|
||||
[table_of_contents]
|
||||
other = "Table of Contents"
|
||||
|
||||
[tags]
|
||||
other = "Tags"
|
||||
|
||||
[previous]
|
||||
other = "Previous"
|
||||
|
||||
[next]
|
||||
other = "Next"
|
||||
17
i18n/fr.toml
Normal file
17
i18n/fr.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[recent_posts]
|
||||
other = "Articles récents"
|
||||
|
||||
[read_more]
|
||||
other = "Lire la suite"
|
||||
|
||||
[table_of_contents]
|
||||
other = "Table des matières"
|
||||
|
||||
[tags]
|
||||
other = "Mots-clés"
|
||||
|
||||
[previous]
|
||||
other = "Précédent"
|
||||
|
||||
[next]
|
||||
other = "Suivant"
|
||||
Reference in New Issue
Block a user