vault backup: 2022-12-12 12:33:29

This commit is contained in:
Matthew Wong 2022-12-12 12:33:29 -05:00
parent 3be9d3b3b5
commit 04cb8d8700
4 changed files with 10 additions and 14 deletions

View File

@ -1,12 +1,2 @@
# linked-blog-md
Markdown files for the linked-blog-starter repository
talk about how to set this up here
blog posts to write:
- Obsidian publish alternative (steps using github actions and obsidian git extension)
- How to extend this blog post
notes to write:
- how does this work
# linked-blog-starter-md
These are the markdown files for the [linked-blog-starter](https://github.com/matthewwong525/linked-blog-starter) repository.

View File

@ -4,11 +4,11 @@ title: "Deploy a custom version of the linked-blog-starter"
By the end of this tutorial, you will have a custom version of the [linked-blog-starter](https://github.com/matthewwong525/linked-blog-starter) that deploys to Vercel
## Fork the repository and get it to run locally
First, we want to fork the linked-blog-starter repo, then [[install-linked-blog-starter|install]] and run it locally.
First, we want to fork the linked-blog-starter repo, then [[install-linked-blog-starter-locally|install]] and run it locally.
**Note**: Update `https://github.com/matthewwong525/linked-blog-starter` with your own repository link
![[install-linked-blog-starter]]
![[install-linked-blog-starter-locally]]
After doing the installations, you can update the components as you wish.

View File

@ -1,3 +1,6 @@
---
title: "Install linked-blog-starter locally"
---
1. Clone this repo by running `git clone https://github.com/matthewwong525/linked-blog-starter`
2. `cd linked-blog-starter`
3. `npm install`

View File

@ -1,3 +1,6 @@
---
title: "Publish your Obsidian Notes with linked-blog-starter"
---
By the end of this tutorial, you'll have a github repository that will automatically publish notes to your custom website everytime you upload new notes to the `publish` folder.
## Step-by-step instructions to setup your blog