summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-26 15:22:19 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-26 15:22:19 +0200
commitcae0d53e2dab523327f93a0a6df277789543c6fd (patch)
tree227b8cb7751921c7727bdf38e157648e8d764505 /README.md
parent0982dd998e60c218a94857a9fb89afb331be7450 (diff)
more involved site export process for the last museum
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)