Root
This is to test dendron publishing a site locally and then pushing it to a github repo without CI and accessing the webpage from gh-pages.
Step by step
- Use the following settings in
dendron.yml:
publishing:
siteUrl: https://ccamara.github.io
siteRootDir: docs
assetsPrefix: /dendron-demo
- Run
npx dendron publish build - Export notes
npx dendron publish export - Copy exports to repo
cp -r .next/out docs
Lookup
This section contains useful links to related resources.
Children