https://github.com/matthewwong525/linked-blog-starter
Host your second brain for free with Next.JS and Tailwind v3
https://github.com/matthewwong525/linked-blog-starter
Last synced: 4 months ago
JSON representation
Host your second brain for free with Next.JS and Tailwind v3
- Host: GitHub
- URL: https://github.com/matthewwong525/linked-blog-starter
- Owner: matthewwong525
- License: apache-2.0
- Created: 2022-12-04T23:07:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T21:27:37.000Z (about 1 year ago)
- Last Synced: 2024-12-08T13:52:10.164Z (4 months ago)
- Language: TypeScript
- Size: 2.01 MB
- Stars: 92
- Watchers: 2
- Forks: 77
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - matthewwong525/linked-blog-starter - Host your second brain for free with Next.JS and Tailwind v3 (TypeScript)
README
# A Customizable Obsidian Publish alternative using Next.JS
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## Getting Started
### [Demo](https://linked-blog-starter.vercel.app/)
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 Vault](https://linked-blog-starter.vercel.app/publish-your-obsidian-notes-with-linked-blog-starter)
Click the link above to find out how to publish your own notes!
### [Customize this template](https://linked-blog-starter.vercel.app/deploy-a-custom-linked-blog-starter)
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/).