diff --git a/publish/attachments/how-linked-blog-starter-works.png b/publish/attachments/how-linked-blog-starter-works.png new file mode 100644 index 0000000..f092ded Binary files /dev/null and b/publish/attachments/how-linked-blog-starter-works.png differ diff --git a/publish/home.md b/publish/home.md index cb94ae4..c78fd58 100644 --- a/publish/home.md +++ b/publish/home.md @@ -8,6 +8,9 @@ Publish your Obsidian Notes with a highly customizable Next.JS blog starter temp - Backlinks can be added outside of the markdown files (using the [PreviewLink](https://github.com/matthewwong525/linked-blog-starter/blob/main/components/misc/preview-link.tsx) component) - Full-text search +## How it works +![[how-linked-blog-starter-works]] + ## Getting Started ### [[home|Demo]] Additionally, you can deploy the example using [Vercel](https://vercel.com/new/git/external?repository-url=https://github.com/matthewwong525/linked-blog-starter&project-name=linked-blog-starter&repository-name=linked-blog-starter) or preview live with [StackBlitz](https://stackblitz.com/github/matthewwong525/linked-blog-starter) diff --git a/publish/how-linked-blog-starter-works.md b/publish/how-linked-blog-starter-works.md new file mode 100644 index 0000000..da2aad0 --- /dev/null +++ b/publish/how-linked-blog-starter-works.md @@ -0,0 +1,9 @@ +--- +title: "How the Linked Blog Starter works" +date: 2022-12-30 +--- +1. Notes are updated in your Obsidian Vault +2. The [Obsidian Git](https://github.com/denolehov/obsidian-git) plugin pushes the notes to the remote repository. With the following command: `Obsidian Git: Create backup` +3. A [github action](https://github.com/matthewwong525/linked-blog-starter-md/blob/main/.github/workflows/publish.yml) is automatically triggered to deploy the notes using a [specified template](https://linked-blog-starter.vercel.app/deploy-a-custom-linked-blog-starter) + +![[how-linked-blog-starter-works.png]] \ No newline at end of file