From c7b735eca56253838a27f9a89918830d4f6ec7be Mon Sep 17 00:00:00 2001 From: madrilene Date: Wed, 7 Feb 2024 14:04:35 +0100 Subject: [PATCH] chhhhanges --- src/docs/delete.md | 2 +- src/docs/open-graph.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docs/delete.md b/src/docs/delete.md index 880db51..5b55cd0 100644 --- a/src/docs/delete.md +++ b/src/docs/delete.md @@ -7,7 +7,7 @@ You can delete the following files and archives (the theme may break though, if - `github.js` in `src/_data/` - `builtwith.json` in `src/_data/` - all the blog posts, as these serve only as an example -- the directoy and all files in `src/docs` +- the directory and all files in `src/docs` - all pages in `src/pages`, though you might want to keep `index.njk` as a starting point - You can delete `screenshots`, `blog` and `gallery` in `src/assets/images`. Keep the `favicon` and `template` folders though. diff --git a/src/docs/open-graph.md b/src/docs/open-graph.md index 3aba1e0..c57597b 100644 --- a/src/docs/open-graph.md +++ b/src/docs/open-graph.md @@ -34,4 +34,6 @@ At the moment I have relocated the creation of the images in the development pro This is fine as long as you only work with markdown and the font is always installed on your system, how this works with a CMS workflow remains to be seen. +Consider that the domain is a hard coded value in `src/common/og-images.njk`. + Let me know if you encounter any problems.