You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[ScottishCovidResponse/hugo-book](https://github.com/ScottishCovidResponse/hugo-book) contains Hugo theme files
10
+
*[RyanJField/hugo-book](https://github.com/RyanJField/hugo-book) contains Hugo theme files
11
11
* This theme is based on the Hugo [Book](https://github.com/alex-shpak/hugo-book) theme, with the search bar from the Jekyll [Just the Docs](https://github.com/pmarsceill/just-the-docs) theme, and some extra tweaks
12
-
*Forked from [RyanJField/hugo-book](https://github.com/RyanJField/hugo-book)
12
+
*It is included as a submodule
13
13
14
14
## How to edit the site
15
15
16
16
It is not necessary to build the site in order to contribute changes, but if you want to see how these will be rendered, you will need to cary out the folowing steps:
2. Clone this repository `git clone https://github.com/FAIRDataPipeline/FDP_hugo.git`.
20
-
3. Information regarding the directory structure of the website and how make edits to to the template (mostly in markdown) can be found [here](https://gohugo.io/getting-started).
21
-
4. In the folder that contains this repository run the command `hugo server`.
22
-
5. The website should build locally on http://localhost:1313/.
20
+
3. Install the theme using the submodule: `git submodule update --init --recursive`.
21
+
4. Information regarding the directory structure of the website and how make edits to to the template (mostly in markdown) can be found [here](https://gohugo.io/getting-started).
22
+
5. In the folder that contains this repository run the command `hugo server`.
23
+
6. The website should build locally on http://localhost:1313/.
23
24
24
-
After pushing to Github, source files should automatically be generated and the website should build online. Alternatively, click on the Edit this page link (at the bottom of each page, next to the pencil) to edit an existing page.. or email a markdown / word document and we'll put it up for you.
25
+
After pushing to Github, source files should automatically be generated and the website should build online. Alternatively, click on the Edit this page link (at the bottom of each page, next to the pencil) to edit an existing page. or email a markdown / word document and we'll put it up for you.
0 commit comments