diff options
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) |
