Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

ultrasonic/ultrasonic.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.