kylekirkby / lavasoftware

Repository for the https://lavasoftware.org/ static website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lavasoftware.org Static Jekyll Website

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

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

Please take a moment to review the guides on the theme's documentation site.


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.lavasoftware.org.

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

About

Repository for the https://lavasoftware.org/ static website.

License:Eclipse Public License 2.0


Languages

Language:JavaScript 75.8%Language:SCSS 14.3%Language:Shell 6.3%Language:Ruby 1.9%Language:HTML 1.8%