This is a static web page used as the rovercode marketing landing page deployed at https://rovercode.com .
It is built using Hugo, though at the moment it is just a single index.html.
For responsiveness, menus, and buttons, it uses Semantic UI.
Check out this repo recursively like this:
git clone --recursive https://github.com/rovercode/rovercode-marketing-page.git
-
Use n to get node version 8.x.
-
Run
yarn install
. -
From the directory containing this README, run
hugo serve
. -
In your browser, go to the
http://localhost:XXXX
address that the output of thehugo serve
command specifies.
Currently, all of the html is in layouts/index.html.
Images should go in static/assets/images.
You can edit the Semantic UI theme at static/semantic/src/themes/rovercode/site.variables. Page-specific changes can be made in the CSS in index.html.
Logo and branding images are trademark of Rovercode LLC. They were created by Louis Durrant.