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:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,5 +1,5 @@
|
|||||||
[submodule "themes/apollo"]
|
[submodule "themes/apollo"]
|
||||||
path = themes/apollo
|
path = deprecated/themes/apollo
|
||||||
url = https://github.com/not-matthias/apollo
|
url = https://github.com/not-matthias/apollo
|
||||||
[submodule ".agent"]
|
[submodule ".agent"]
|
||||||
path = .agent
|
path = .agent
|
||||||
|
|||||||
Reference in New Issue
Block a user