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

  1. Use the following settings in dendron.yml:
publishing:
    siteUrl: https://ccamara.github.io
    siteRootDir: docs
    assetsPrefix: /dendron-demo
  1. Run npx dendron publish build
  2. Export notes npx dendron publish export
  3. Copy exports to repo cp -r .next/out docs

Lookup

This section contains useful links to related resources.


Children
  1. Doc