Plugin to enable publishing of notes directly from Obsidian to the internet. See the getting started guide here.
Features
- Appears to be easy to maintain and scale.
- Allows per note publishing as opposed to having to publish everything.
- Controlled via markdown frontmatter
- Highly configurable.
- Makes use of 11ty under the hood for static site generation.
Steps I followed:
I want to use Cloudfare as opposed to Vercel (which is the default approach reccommended by the author)
- Install the plugin.
- Using the others guide, used the repo template to create a new github repo.
- Created a github access token for Cloudfare to use in order to access the github repository.
- Setup the plugin within Obsidian and enter:
- Repo details.
- Personal access token.
- Using a test note, add and check the
dg-home&dg-publishfrontmatter properties. - Using the Cloudfare dashboard, setup a new Cloudfare pages app.
- Set the config as per the netlify and vercel configs. Specifically:
- The build and output folders were changed.
- Set the config as per the netlify and vercel configs. Specifically:
- Open: https://araamsedigitalgarden.pages.dev/ to preview.
Artefacts
- My repository: Github.
- aaramse.info