Obsidian
Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Why Obsidian
- Your data is stored locally in plain Markdown files
- It supports Wikilinks for connecting ideas
- Extensive plugin ecosystem
- Works offline
- You own your data forever
Using Obsidian as a CMS
This site is written entirely in Obsidian and published using Jekyll. The workflow is simple:
- Write notes in Obsidian
- Commit and push to Git
- Jekyll builds the site automatically
The [[wikilinks]] syntax is converted to HTML links during the build process using a custom Jekyll plugin.
Powiązane wpisy
-
Hello World
This is the first post on my Digital garden. I built this site as an Obsidian vault published with Jekyll, inspired ...
-
Digital Garden
A digital garden is a collection of evolving notes and ideas, published openly on the web. Unlike a traditional blog ...
-
Jekyll
Jekyll is a static site generator that transforms plain text into static websites. It’s the engine behind this site. ...
-
Wikilinks
Wikilinks are a way to link between notes using double brackets: `[[Note Title]]`. ## Syntax - `[[Note Title]]` — l...