kylekirkby / devicetree-website

Website content for devicetree.org

Home Page:https://www.devicetree.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devicetree.org Static Jekyll Site

This is the git repository for the 96Boards.ai static Jekyll-based website.

Hosted in this repo are the markdown content files associated with the website. Feel free to submit a PR / Issue if there is anything you would like to change.

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, a couple of Docker containers are provided 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>
JEKYLLACTION="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.devicetree.org.

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

About

Website content for devicetree.org

https://www.devicetree.org


Languages

Language:PostScript 81.3%Language:HTML 16.9%Language:CSS 1.5%Language:JavaScript 0.1%Language:SCSS 0.1%Language:Ruby 0.1%Language:Shell 0.0%