vault backup: 2022-12-12 12:33:29
This commit is contained in:
parent
3be9d3b3b5
commit
04cb8d8700
14
README.md
14
README.md
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue