Cook

DEPRECATION NOTICE: This is documentation related to legacy publishing. For the latest guidance, reference the current publishing documentation.

Publishing on Vercel

To publish with vercel, you can use this repo as a template. Output of this template is here

  1. Fork the above repository
  2. Deploy in vercel with the following values
    • build override
    npm run dendron-cli -- buildSiteV2 --wsRoot .  --stage prod
    
    • output override: docs
  3. After deployment, update the dendron.yml siteUrl field to the url of your domain

Custom Domain on GitHub Pages

  1. Set the url as well as the githubCname property
    site:
        siteUrl: 'https://wiki.dendron.so'
        githubCname: wiki.dendron.so
    
  2. Make sure to configure this on the provider side to create an Alias record to your cname.