|
|
||
|---|---|---|
| .. | ||
| notes | ||
| posts | ||
| README.md | ||
README.md
Host your second brain with Next.JS
This repository is a modified version of the blog-starter provided by Next.JS. Below are some added features of the linked-blog-starter:
- Automatically generated backlinks and link previews
- works-out-of-the-box-with-markdown-files with your markdown files
- Supports markdown & Obsidian specific markdown syntax (via obsidian-export)
- Highly customizable with Next.js, Tailwind v3 and React
How to use this with Obsidian markdown files
To use this with Obsidian, you'll need to use obsidian-export to convert-obsidian-notes-to-common-markdown format. Once in the common markdown format, add the markdown files to the /common_md folder and the blog posts will be created.
If you are tired of constantly running obsidian-export and manually deploying, see how I deploy-obsidian-notes-with-linked-blog-starter-and-github-actions
Demo
https://linked-blog-starter.vercel.app/
Deploy your own
Deploy the example using Vercel or preview live with StackBlitz
Related examples
install-linked-blog-starter
Notes
linked-blog-starteruses Tailwind CSS (v3.0).- Markdown files are statically generated
- Html is generated using generated GitHub flavoured markdown