File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ git config --global http.postBuffer 157286400
4848### Using hugo
49490 . Hugo documentation: https://gohugo.io/getting-started/quick-start/
50501 . [ Install hugo] ( https://gohugo.io/installation/ )
51- 2 . Initialize hugo
51+ 2 . Initialize hugo (but not the other submodule, see below)
5252```
53- git submodule init
54- git submodule update
53+ cd OBF.github.io/
54+ git submodule update --init themes/beautifulhugo
5555```
56564 . Run ` hugo server ` from the root folder of the project to launch a local server that automatically rebuilds:
5757```
@@ -68,7 +68,7 @@ Historic images from when the website was on WordPress live in a large separate
6868repo https://github.com/OBF/wp-content/ which is included as a git submodule.
6969If you want to view images in the web pages on ` localhost:1313 ` , you will need
7070to also initialise this repository, which is currently setup using the
71- ` git submodule ` workflow. ** By default the ` wp-content ` submodule is not cloned **
71+ ` git submodule ` workflow.
7272
7373To load it you can run:
7474
You can’t perform that action at this time.
0 commit comments