From 86a18c17ee798ad6ea56ecd552deadf1e6653f5e Mon Sep 17 00:00:00 2001 From: Eric Sproul <esproul@omniti.com> Date: Mon, 21 Nov 2011 16:12:05 -0500 Subject: [PATCH] Let lib/Site exist as a hint for where site-specific modules go. --- lib/Site/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/Site/README.md diff --git a/lib/Site/README.md b/lib/Site/README.md new file mode 100644 index 0000000..40a8591 --- /dev/null +++ b/lib/Site/README.md @@ -0,0 +1,3 @@ +# Site-specific modules + +Place any site-specific modules here and call them with "Site::" instead of "Core::" -- GitLab