diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-26 15:22:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-26 15:22:19 +0200 |
| commit | cae0d53e2dab523327f93a0a6df277789543c6fd (patch) | |
| tree | 227b8cb7751921c7727bdf38e157648e8d764505 /README.md | |
| parent | 0982dd998e60c218a94857a9fb89afb331be7450 (diff) | |
more involved site export process for the last museum
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |
