Skip to content

biker314/openbikesensor.github.io

 
 

Repository files navigation

openbikesensor.github.io

You can find this site at https://www.openbikesensor.org/

Development

Make sure to clone the repository with the --recursive flag, or if you forgot that, initialize submodules like this:

git submodule update --init --recursive

Install postcss and other postprocessing tools using npm:

npm install

To build the site for development, you can choose between docker and a locally installed version og hugo.

Run hugo with docker

All you need to do is:

docker-compose up

Run hugo locally

Install hugo (extended version!) and then run:

hugo server -D

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • HTML 28.9%
  • CSS 15.7%
  • SCSS 3.8%