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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ User documentation for rovercode. https://docs.rovercode.com
3
3
4
4
## Building the website locally
5
5
6
+
[Hugo](https://gohugo.io/) is the static site-building used to turn the Markdown content in this repo into HTML webpages.
7
+
Hugo is similar to tools like Jekyll that Github Pages uses.
8
+
These instructions explain how to intall Hugo and use it to build and view the rovercode documentation website.
9
+
6
10
* Clone this repository: `git clone https://github.com/rovercode/user-docs.git`
7
11
8
12
* Install Hugo using [these instructions](https://gohugo.io/getting-started/installing/). Note that there are more detailed instrutions for each operating system if you scroll down past the Quick Install section.
0 commit comments