]> git.earlybird.gay Git - today/commit
rework examples a bit
authorearly <me@earlybird.gay>
Tue, 30 Jul 2024 18:59:08 +0000 (12:59 -0600)
committerearly <me@earlybird.gay>
Tue, 30 Jul 2024 18:59:08 +0000 (12:59 -0600)
commit0d7b190c236e8ec222629dece1541eda6110dbe7
treea4f12875e58d247c05e44c5d196a5b12df3f62c8
parentb8c71284332636c15941789d1cc19538ff9b8c56
rework examples a bit
23 files changed:
cmd/run-today-examples/ex01-pages/example.go
cmd/run-today-examples/ex01-pages/page.html
cmd/run-today-examples/ex02-parts/example.go
cmd/run-today-examples/ex02-parts/page.html
cmd/run-today-examples/ex02-parts/random-generator.html [new file with mode: 0644]
cmd/run-today-examples/ex02-parts/section.html [deleted file]
cmd/run-today-examples/ex03-slots/example.go [deleted file]
cmd/run-today-examples/ex03-slots/page.html [deleted file]
cmd/run-today-examples/ex03-slots/section.html [deleted file]
cmd/run-today-examples/ex04-templates/example.go [deleted file]
cmd/run-today-examples/ex04-templates/page.html [deleted file]
cmd/run-today-examples/ex06-data/example.go [deleted file]
cmd/run-today-examples/ex06-data/message-printer.html [deleted file]
cmd/run-today-examples/ex06-data/page.html [deleted file]
cmd/run-today-examples/ex07-components/counter.html [deleted file]
cmd/run-today-examples/ex07-components/example.go [deleted file]
cmd/run-today-examples/ex07-components/page.html [deleted file]
cmd/run-today-examples/main.go
cmd/run-today-examples/parts/example-nav.html [deleted file]
cmd/run-today-examples/parts/parts.go
cmd/run-today-examples/parts/source-preview.html [new file with mode: 0644]
cmd/run-today-examples/public/style.css
internal/compile/component.go