Plugin to enable publishing of notes directly from Obsidian to the internet. See the getting started guide here.

Digital gardens
Plugin link

Features

Steps I followed:

I want to use Cloudfare as opposed to Vercel (which is the default approach reccommended by the author)

  1. Install the plugin.
  2. Using the others guide, used the repo template to create a new github repo.
  3. Created a github access token for Cloudfare to use in order to access the github repository.
  4. Setup the plugin within Obsidian and enter:
    1. Repo details.
    2. Personal access token.
  5. Using a test note, add and check the dg-home & dg-publish frontmatter properties.
  6. Using the Cloudfare dashboard, setup a new Cloudfare pages app.
    1. Set the config as per the netlify and vercel configs. Specifically:
      1. The build and output folders were changed.
  7. Open: https://araamsedigitalgarden.pages.dev/ to preview.

Artefacts