From e7ff6c2554403191a8c7b5bb362b08f5f218a947 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 6 Feb 2018 21:06:12 -0500 Subject: [PATCH] docs: document /partials/ folder --- partials/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 partials/README.md diff --git a/partials/README.md b/partials/README.md new file mode 100644 index 0000000..50a7c90 --- /dev/null +++ b/partials/README.md @@ -0,0 +1,16 @@ +/partials/ +=== +*Global reusable partials for FRESH themes.* + +This folder contains generic reusable templates for FRESH resume assembly. These +are provided on a per-format basis (one set of partials for DOC, one set of +partials for HTML, etc.) and can be invoked from any theme that needs them. + +- [/doc](/doc): Partials for MS Word (\*.doc) formats. +- [/html](/html): Partials for HTML (\*.html) formats. +- [/md](/md): Partials for Markdown (\*.md) formats. +- [/txt](/txt): Partials for text (\*.txt) formats. + +Note that not every FRESH theme uses partials, and not every FRESH theme that +uses partials will use these predefined partials. FRESH themes may define their +own custom partials or forgo the idea of using partials altogether.