mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
- Root config now excludes stefankoelle/timecapsule via eleventyConfig.ignores - .eleventyignore stays static (no runtime edits) - start-dev.sh simplified: no .bak/.tmp dance, no sleep ordering - All 3 dev servers (8081/8086/8087) run in parallel without crashes
16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
scripts/
|
|
.tmp/
|
|
|
|
# Root markdown files (not templates)
|
|
/*.md
|
|
|
|
# Hub static redirect files (handled by passthrough copy)
|
|
hub/hardware.html
|
|
hub/users.html
|
|
hub/index2.html
|
|
hub/index3.html
|
|
hub/new.html
|
|
hub/links.html
|
|
hub/infos.html
|
|
hub/start.html
|