/ultrasonic.github.io

Website of the Ultrasonic project

Primary LanguageSCSSGNU General Public License v3.0GPL-3.0

Ultrasonic Website

This is the Ultrasonic Website repository.

How to modify

  • Clone this repository git clone https://github.com/ultrasonic/ultrasonic.github.io.git.
  • Enter in repository directory cd ultrasonic.github.io.

If you have Docker.

  • Build Jekyll container docker build -t ultrasonic_jekyll . using the included Dockerfile.
  • Run container docker run -t -i --rm -p 4000:4000 -v `pwd`:/app ultrasonic_jekyll.

If you don't use Docker.

  • Install Jekyll in your machine.
  • Run jekyll serve.

Now can work in http://127.0.0.1:4000/.