start migration to bundle format
This commit is contained in:
parent
64e270a868
commit
7fe9b99535
13 changed files with 378 additions and 470 deletions
|
|
@ -1,11 +1,27 @@
|
|||
#import "index.typ": summ, summaries
|
||||
#import "@local/template-web:0.0.1": rss
|
||||
|
||||
#import "pages/index.typ": summ as summ-index
|
||||
#document(
|
||||
"index.html",
|
||||
..summ.document-args,
|
||||
include "index.typ"
|
||||
)
|
||||
..summ-index.document-args,
|
||||
include "/pages/index.typ"
|
||||
) <index-page>
|
||||
|
||||
#import "pages/pyscript.typ": summ as summ-pyscript
|
||||
#document(
|
||||
"pycript.html",
|
||||
..summ-pyscript.document-args,
|
||||
include "/pages/pyscript.typ"
|
||||
) <pyscript-page>
|
||||
|
||||
#import "pages/cards.typ": summ as summ-cards, summaries
|
||||
#document(
|
||||
"cards.html",
|
||||
..summ-cards.document-args,
|
||||
include "/pages/cards.typ"
|
||||
) <cards-page>
|
||||
|
||||
|
||||
#asset(
|
||||
"/img/platypus.png",
|
||||
read("assets/platypus.png", encoding: none),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue