summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index bc51ced..fde266b 100644
--- a/README.md
+++ b/README.md
@@ -67,3 +67,9 @@ yarn build:museum:dev
yarn build:museum:production
rsync -rlptuvz ./data_store/exports/thelastmuseum/ lens@garden:swimmer/data_store/exports/thelastmuseum/
```
+
+To customize the built site HTML, create files in `data_store/content/{graph_path}`:
+
+- `data_store/content/{graph_path}/header.html` - for custom header tags (i.e. social tags)
+- `data_store/content/{graph_path}/content.html` - for custom site content
+- `data_store/content/{graph_path}/footer.html` - for custom site footer (i.e. analytics)