This repository hosts the GitHub page for the Python Accelerator Middle Layer.
The page is using the Jekyll theme Minimal Mistakes.
Documentation for configurating the them is available at https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/.
- Install Jekyll and other dependencies by following the instructions at https://jekyllrb.com/docs/installation/.
- Clone the repository
- Install the gems with
bundle install
- Build the page with
bundle exec jekyll serve
. In the terminal you should get a link to the server address to view the page.
You can add content locally or in the web interface. The changes are deployed when pushing to the main branch.
You might need to clear your browser history to be able to see the changes.