chore: move zola infrastructure to deprecated/

Relocate legacy static site generator configuration to clear
namespace for new Rust-based compiler:

- config.toml, netlify.toml
- sass/, templates/ directories
- themes/apollo submodule (updated .gitmodules path)

Content directory preserved at root for compatibility.
This commit is contained in:
Timothy DeHerrera
2026-01-24 18:30:58 -07:00
parent ac644135af
commit 8b1e0d1f29
8 changed files with 1 additions and 1 deletions

12
deprecated/sass/fira.scss Normal file
View File

@@ -0,0 +1,12 @@
:root {
--text-font: 'Fira Sans', sans-serif;
--code-font: 'Fira Mono', monospace;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--code-font) !important;
}
header {
font-family: var(--code-font) !important;
}