Skip to content

micro-ROS2/micro-ROS.github.io

Repository files navigation

Jekyll Doc Theme

Go to the website for detailed information and demo.

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# clone the project
git clone https://github.com/aksakalli/jekyll-doc-theme.git
cd jekyll-doc-theme

# run jekyll with dependencies
bundle exec jekyll serve

Docker

Alternatively, you can deploy it using the multi-stage Dockerfile that serves files from Nginx for better performance in production.

Build the image for your site's JEKYLL_BASEURL:

docker build --build-arg JEKYLL_BASEURL="/" -t jekyll-doc-theme .

and serve it:

docker run -p 8080:80 jekyll-doc-theme

License

Released under the MIT license.

About

A platform for seamless integration of resource constrained devices in the ROS ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 87.3%
  • JavaScript 8.9%
  • HTML 3.6%
  • Other 0.2%