Welcome to your new Norgolith site!
Norgolith is a monolithic static site generator for Neorg built with Rust. It caters to both developers and content creators seeking a powerful and user-friendly solution for creating static websites from Norg content.
Getting Started
- Create assets and content using
lith new
.
- Use
lith serve
to start the development server.
- Run
lith build
for building your production-ready site.
Features
- Native
.norg
file support.
- Fully async build system.
- Live reload development server.
- Flexible template system with Tera.
Documentation
TBD...
Support
- Need help? Join our Discord!
- Found an issue? Report it on GitHub.
Next steps
- Edit this file at
content/index.norg
.
- Add your first post:
lith new posts/hello-world.norg
.
- Customize CSS in the
assets
directory.
- Customize templates in the
templates
directory.
- Build your site for production:
lith build
.
- Deploy the produced
public/
directory to GitHub Pages.