Skip to content
forked from OpenAMP/website

This repo contains the static Jekyll website for OpenAMPProject.org

License

Notifications You must be signed in to change notification settings

DelaraGi/website

 
 

Repository files navigation

openampproject.org Static Jekyll Website

This is the git repository for static Jekyll-based openampproject.org website (https://www.openampproject.org/).

This static Jekyll site is using the jumbo-jekyll-theme.

Please take a moment to review the guides on the theme's GitHub wiki.


Contributing

To make it easier to contribute to the content, Linaro provides a couple of Docker containers for building and checking the site. All you need is Docker installed on your computer and enough RAM and disc space.

To build the site:

cd <git repository directory>
./build-site.sh

To build the site and then serve it so that you can check your contribution appears:

cd <git repository directory>
JEKYLL_ACTION=serve ./build-site.sh

To check that your contribution doesn't include any broken links:

cd <built web site directory>
../check-links.sh

The built web site directory will be production.openampproject.org.

For more information, please see the build container wiki and the link checker wiki.

About

This repo contains the static Jekyll website for OpenAMPProject.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 33.6%
  • CSS 30.7%
  • JavaScript 26.9%
  • SCSS 5.4%
  • Shell 2.6%
  • Ruby 0.8%