update template
This commit is contained in:
parent
efcf52d636
commit
ddd99e246b
2 changed files with 106 additions and 1 deletions
2
index.js
2
index.js
|
@ -45,5 +45,5 @@ console.log("Converting bookmarks");
|
|||
for (let i of indent(bookmarks)) await Bun.write(`./bookmarks/${i.name}.yml`, stringify({ [i.name]: toStaticMark(indent(i.content)) }));
|
||||
|
||||
console.log("Building site")
|
||||
await $`bunx static-marks build ./bookmarks/*.yml -t ${SITE_TITLE} > ./bookmarks/index.html`;
|
||||
await $`bunx static-marks build ./bookmarks/*.yml --title ${SITE_TITLE} --template-file template.html > ./bookmarks/index.html`;
|
||||
|
||||
|
|
105
template.html
Normal file
105
template.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue