Skip to content
B D Hall edited this page Nov 20, 2023 · 6 revisions

The Mlayer wiki has information related to the MLayer website

Theme

The theme used is called "Documentation". There is a live site, which serves as documentation for using the theme. The theme iself is available on github.

The theme uses Jekyll's Liquid template language (see).

Running on localhost

The command to serve the site locally is

bundle exec jekyll serve

Open a command window in the root folder of the site and run the bundle command. Then point the browser to the localhost indicated.

Clone this wiki locally