diff --git a/README.md b/README.md index 23070fb..caca44d 100644 --- a/README.md +++ b/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. diff --git a/publish/deploy-a-custom-linked-blog-starter.md b/publish/deploy-a-custom-linked-blog-starter.md index 90b61cf..9ed0533 100644 --- a/publish/deploy-a-custom-linked-blog-starter.md +++ b/publish/deploy-a-custom-linked-blog-starter.md @@ -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. diff --git a/publish/install-linked-blog-starter.md b/publish/install-linked-blog-starter-locally.md similarity index 62% rename from publish/install-linked-blog-starter.md rename to publish/install-linked-blog-starter-locally.md index fbec433..3450b89 100644 --- a/publish/install-linked-blog-starter.md +++ b/publish/install-linked-blog-starter-locally.md @@ -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` diff --git a/publish/publish-your-obsidian-notes-with-linked-blog-starter.md b/publish/publish-your-obsidian-notes-with-linked-blog-starter.md index ef28946..f773742 100644 --- a/publish/publish-your-obsidian-notes-with-linked-blog-starter.md +++ b/publish/publish-your-obsidian-notes-with-linked-blog-starter.md @@ -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