vault backup: 2022-12-30 12:50:08

This commit is contained in:
Matthew Wong 2022-12-30 12:50:08 -05:00
parent 709df061ee
commit 31aa9a3ec8
3 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -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)

View File

@ -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]]