diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-04 12:19:43 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-04 12:19:43 -0500 |
commit | 2dbea8e72f3c6c31e0426b59b943df44052dcc9f (patch) | |
tree | 08bc65cc13a4e7f699349450bad3d03f185eea4c /README.org | |
parent | 99e4a3d8adcb5fad1d8eb77b9c519a979079eb31 (diff) | |
download | org-templates-2dbea8e72f3c6c31e0426b59b943df44052dcc9f.tar.gz org-templates-2dbea8e72f3c6c31e0426b59b943df44052dcc9f.tar.bz2 org-templates-2dbea8e72f3c6c31e0426b59b943df44052dcc9f.zip |
feat: add build process
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ This repository contains reusable Org-mode templates intended for structured documentation of various workflows. Templates are grouped by domain under the =templates/= directory. +See the live preview of these templates exported to HTML at +[[https://org-templates.cleberg.net][org-templates.cleberg.net]]. A set of +minimal CSS rules are applied from the =assets/styles.css= file. + +To generate the HTML files locally, run the provided =export.sh= script from a +command line shell. This script processes the Org files and produces the HTML +exports. No additional configuration is required. + * Directory Structure The repository is organized as follows: |