Skip to content

Commit 1614c15

Browse files
authored
Merge pull request #2 from rovercode/feature/update-theme
Update theme and hugo version
2 parents e7d4586 + 08a2749 commit 1614c15

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- '3.6'
3+
- "3.6"
44
# Handle git submodules yourself
55
git:
66
submodules: false
@@ -9,7 +9,7 @@ before_install:
99
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
1010
- git submodule update --init --recursive
1111
install:
12-
- wget https://github.com/gohugoio/hugo/releases/download/v0.35/hugo_0.35_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
12+
- wget https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_0.58.3_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
1313
- pip install Pygments
1414
- rm -rf public 2> /dev/null
1515
script:

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# user-docs
2-
User documentation for rovercode. https://docs.rovercode.com
2+
3+
User documentation for rovercode. [https://docs.rovercode.com](https://docs.rovercode.com)
34

45
## Building the website locally
56

67
[Hugo](https://gohugo.io/) is the static site-building used to turn the Markdown content in this repo into HTML webpages.
78
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+
These instructions explain how to install Hugo and use it to build and view the rovercode documentation website.
910

10-
* Clone this repository: `git clone https://github.com/rovercode/user-docs.git`
11+
* Clone this repository (it uses submodules): `git clone --recurse-submodules https://github.com/rovercode/user-docs.git`
1112

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.
13+
* Install Hugo using [these instructions](https://gohugo.io/getting-started/installing/). Note that there are more detailed instructions for each operating system if you scroll down past the Quick Install section.
1314

1415
* Open a command prompt in this directory. Run the command `hugo serve`.
1516

content/start/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ date: 2018-08-28T15:15:16-04:00
44
draft: false
55
---
66

7-
Congratulations on becoming a Rovercode engineer! Let's build your Rover, then get to coding.
8-
7+
Congratulations on becoming a Rovercode engineer! Let's unbox your rover. First, we'll build your Rover, then get to coding.

themes/learn

Submodule learn updated 105 files

0 commit comments

Comments
 (0)