We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d2ca8 commit f68a737Copy full SHA for f68a737
1 file changed
README.md
@@ -62,7 +62,17 @@ hugo server &
62
At the moment (2025-03-05), historic images live in a large separate repo
63
https://github.com/OBF/wp-content/ which is included as a git submodule.
64
If you want to view images in the web pages on localhost:1313, you will need
65
-to have cloned that repo via the `git submodule update` command above.
+to also initialise this repository, which is currently setup using the
66
+`git submodule` workflow. **By default the `wp-content` submodule is not cloned**
67
+
68
+To load it you can run:
69
70
+* `cd OBF.github.io/`
71
+* `git submodule init`
72
+* `git submodule update`
73
74
+Getting the files can take a while (the `wp-content` repo is ~500 MB).
75
76
77
This may change.
78
0 commit comments