Getting started
Run on your local machine
Steps to run it on your local machine:
- Clone this Github repo
- Install yarn package manager
- Copy all of your markdown file (
.mdonly) and folder to/posts/except/posts/index.mdfile - Go to root folder of your project, run
yarn && yarn run dev - Open this link in your browser http://localhost:3000/
If you prefer video content have a look at my walk through video in here Youtube
Publish to the internet
Setup environment (with Netlify)
- Create your Github account and clone my repository
- Create Netlify account and follow this instruction
Your normal workflow for publishing content, after initial setup is:
- Simply writing your content in Obisidian (or your favourite Markdown editor)
- Commit your changes and Push it to your Github repo
Loading ...