Dendron
- creator: @kevin-lin
- Knowledge-Base
Tips
prdct.
,t.
- it hampers search autocomplete
don't end your dendron top-level domain with the same letter. i.e.,
Publishing
rm -rf .next && rm -rf docs
dendron publish export --target github --yes
- to customize the next.js template... use "--dest override where nextjs-template is located"
- customizing the header is also apparently an option
- for "files to include", vaults have to be specified as, e.g. ./public-notes
rm -rf .next && rm -rf docs; cd public-notes; git pull; cd ..; dendron publish export --target github --yes; git add *;
Resources
- Deploy to Github Pages using Actions with both Private and Public Vaults mostly worked, but couldn't get permissions to commit
Children
Backlinks