📼 Xlog is a static site generator for digital gardening written in Go. It serves markdown files as HTML and allows editing files online. It focuses on enriching markdown files and surfacing implicit links between pages.
Xlog is a result of trying to build an offline personal knowledgebase with the ability to autolink pages together automatically. Without depending on proprietary file format or online service.
1go install github.com/emad-elsaid/xlog/cmd/xlog@latest
2mkdir new-site
3cd new-site
4xlog
5# => Now browse to http://localhost:3000
Has a list of tools defined by extensions. triggered with Ctrl+K |
Supports Emojis, The first Emoji is considered the icon of the page and displayed beside the title |
Dark theme and Light theme | Support Todo lists, Shows task list (Done/Total tasks) beside page link |
Support MathJax format | Autopair parenthesis/brackets |
You can help Xlog in many ways:
Xlog is released under MIT license