Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 996 Bytes

File metadata and controls

20 lines (12 loc) · 996 Bytes

This repository hosts the GitHub page for the Python Accelerator Middle Layer.

The page is using the Jekyll theme Minimal Mistakes.

Configuration

Documentation for configurating the them is available at https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/.

To build the page locally

  1. Install Jekyll and other dependencies by following the instructions at https://jekyllrb.com/docs/installation/.
  2. Clone the repository
  3. Install the gems withbundle install
  4. Build the page with bundle exec jekyll serve. In the terminal you should get a link to the server address to view the page.

Add content

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.