Skip to content

Nix package for building mini websites from org-mode notes

License

Notifications You must be signed in to change notification settings

teamteamdev/org-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Org-builder

Org-builder is a simple Nix tool to convert org-mode files to HTML websites.

How it works

.org files are processed by Emacs org-html-export-to-html, other files are copied as-is.

We use rsync --delete to update the target directory.

Usage

  • nix run . -- source-directory destination-directory
  • or org-builder.url = "github:teamteamdev/org-builder"; in your flake.nix

Without Nix

Ensure you have Emacs and rsync in your PATH.

git clone https://github.com/teamteamdev/org-builder.git
org-builder/src/bin/org-builder.sh source-directory destination-directory

About

Nix package for building mini websites from org-mode notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published