27 lines
1.5 KiB
Markdown
27 lines
1.5 KiB
Markdown
---
|
|
title: "An Extendable Obsidian Publish alternative using Next.JS"
|
|
excerpt: "Create your own template or use someone else's. Changing the template is a matter of updating one line"
|
|
---
|
|
Publish your Obsidian Notes with a highly customizable Next.JS blog starter template. Features:
|
|
- Supports most Obsidian syntax (e.g. Link Previews, Links, etc.). Uses [obsidian-export](https://github.com/zoni/obsidian-export).
|
|
- URLs are based on folder structure
|
|
- Backlinks can be added outside of the markdown files (using the [PreviewLink](https://github.com/matthewwong525/linked-blog-starter/blob/main/components/misc/preview-link.tsx) component)
|
|
- Full-text search
|
|
|
|
## [[how-linked-blog-starter-works|How it works]]
|
|
![[how-linked-blog-starter-works]]
|
|
|
|
## Getting Started
|
|
### [[home|Demo]]
|
|
Additionally, you can deploy the example using [Vercel](https://vercel.com/new/git/external?repository-url=https://github.com/matthewwong525/linked-blog-starter&project-name=linked-blog-starter&repository-name=linked-blog-starter) or preview live with [StackBlitz](https://stackblitz.com/github/matthewwong525/linked-blog-starter)
|
|
|
|
### [[publish-your-obsidian-notes-with-linked-blog-starter|Publish your Obsidian Vault]]
|
|
Click the link above to find out how to publish your own notes!
|
|
|
|
### [[deploy-a-custom-linked-blog-starter|Customize this template]]
|
|
Here is an example of how I [forked this repo](https://github.com/fleetingnotes/fleeting-notes-website) to create a landing page for [Fleeting Notes](https://www.fleetingnotes.app/).
|
|
|
|
![[fn-website-demo.gif]]
|
|
|
|
|