📼 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.
- Documentation
- Installation
- Usage
- Generating static site
- Overriding Assets
- Extensions
- Writing Your Own Extension
Xlog vendors some of its dependencies for more control over the changes and to allow for major refactoring needed for the project. We would like to thank the original authors for their great work.
- goldmark by Yusuke Inuzuka: The core markdown parser. Vendored from github.com/yuin/goldmark.
- goldmark-emoji by Yusuke Inuzuka: For adding emoji support. Vendored from github.com/yuin/goldmark-emoji.
- goldmark-highlighting by Yusuke Inuzuka: For syntax highlighting. Vendored from github.com/yuin/goldmark-highlighting.
- goldmark-meta by Yusuke Inuzuka: For frontmatter parsing. Vendored from github.com/yuin/goldmark-meta.
- goldmark-toc by Abhinav: For generating a table of contents. Vendored from github.com/abhinav/goldmark-toc.
Xlog is released under MIT license