diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-02 13:01:52 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-02 13:01:52 -0500 |
commit | 7935f220f24ab18bb3fa2b4db8189494701e6645 (patch) | |
tree | 148dd3ede851126cfe3428496cd9c8bcfaf48d99 | |
parent | 2f03c549f4bdb74e4bcc6de0db0640a42b54e253 (diff) | |
download | org-templates-7935f220f24ab18bb3fa2b4db8189494701e6645.tar.gz org-templates-7935f220f24ab18bb3fa2b4db8189494701e6645.tar.bz2 org-templates-7935f220f24ab18bb3fa2b4db8189494701e6645.zip |
-rw-r--r-- | README.md | 30 | ||||
-rw-r--r-- | README.org | 33 |
2 files changed, 30 insertions, 33 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..683a22d --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +This repository contains reusable Org-mode templates intended for +structured documentation of various workflows. Templates are grouped by +domain under the `templates/` directory. + +# Directory Structure + +The repository is organized as follows: + +| Directory | Description | +|----|----| +| audit | Templates for IT auditing and review | +| finance | Templates for budgeting and expense tracking | +| generic | General-purpose templates for journaling, planning, and note-taking | +| infrastructure | Templates for documenting systems, networks, and architecture | +| ops | Templates for operational tasks such as runbooks and change management | +| programming | Templates for development tasks such as code review and bug tracking | +| security | Templates for incident response and threat modeling | + +# Usage Instructions + +Templates are written in standard Org-mode format and can be inserted +manually or integrated with Emacs systems such as `org-capture` or +`yasnippet`. No special tooling is required. + +# Contribution Policy + +Contributions are accepted in the form of additional templates, +modifications to existing templates, or structural improvements to the +repository. Submissions must maintain the plain text, structured, and +minimal nature of the project. diff --git a/README.org b/README.org deleted file mode 100644 index 22f6157..0000000 --- a/README.org +++ /dev/null @@ -1,33 +0,0 @@ -#+TITLE: Org-Templates -#+AUTHOR: Christian Cleberg -#+OPTIONS: toc:nil - -This repository contains reusable Org-mode templates intended for structured -documentation of various workflows. Templates are grouped by domain under the -=templates/= directory. - -* Directory Structure - -The repository is organized as follows: - -| Directory | Description | -|----------------+------------------------------------------------------------------------| -| audit | Templates for IT auditing and review | -| finance | Templates for budgeting and expense tracking | -| generic | General-purpose templates for journaling, planning, and note-taking | -| infrastructure | Templates for documenting systems, networks, and architecture | -| ops | Templates for operational tasks such as runbooks and change management | -| programming | Templates for development tasks such as code review and bug tracking | -| security | Templates for incident response and threat modeling | - -* Usage Instructions - -Templates are written in standard Org-mode format and can be inserted manually -or integrated with Emacs systems such as =org-capture= or =yasnippet=. No -special tooling is required. - -* Contribution Policy - -Contributions are accepted in the form of additional templates, modifications to -existing templates, or structural improvements to the repository. Submissions -must maintain the plain text, structured, and minimal nature of the project. |