File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,17 @@ hugo server &
6262At the moment (2025-03-05), historic images live in a large separate repo
6363https://github.com/OBF/wp-content/ which is included as a git submodule.
6464If 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.
65+ 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+
6676
6777This may change.
6878
You can’t perform that action at this time.
0 commit comments