Source for easybar.dev.
Build the documentation with:
make buildThe generated site is written to .site/.
Serve it locally with live reload:
make serveOverride source revisions when building against specific releases:
make build EASYBAR_REF=v0.43.0 WIDGETS_REF=mainUse sibling checkouts for local development:
make build \
SKIP_FETCH=1 \
EASYBAR_ROOT=../easybar \
WIDGETS_ROOT=../widgetscontent/contains hand-written documentation and site assets.- EasyBar provides configuration and Lua API reference data.
widgetsprovides package metadata and documentation..build/content/contains the generated documentation tree used by MkDocs.
The site is rebuilt automatically when relevant EasyBar or widget content changes.
Licensed under the Apache License 2.0.