CIRALabs / IX-website

Easily configurable Jinja 2 HTML templates for IXP (Internet Exchange Point) websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IX-website

Jinja2 templates for IXP (Internet Exchange Point) websites.

Install

Tested on python 3.6.x

pip install staticjinja2

Configuration

Some website content is modified through the config file templates/globals.yaml. The rest will have to be done manually through HTML.

We are planning to make the entire website content configurable through the globals.yaml file, however the following yaml settings currently work:

  • Logos settings, contact emails, name, URL
  • ix_home.html content
  • ix_locations.html content

Modifying HTML content

For the pages where the content cannot yet be changed through yaml, make edits to the relevant template file under templates/page/. For example, to modify the peers table, change the contents of templates/page/ix_peers.html.

Usage

To build into the www/ directory after modifying the settings/templates according to your needs:

staticjinja build --srcpath=templates --static=static --outpath=www --globals=globals.yaml

IXPs currently using IX-website:

  • MonctonIX

About

Easily configurable Jinja 2 HTML templates for IXP (Internet Exchange Point) websites.

License:Apache License 2.0


Languages

Language:HTML 89.4%Language:JavaScript 5.8%Language:CSS 4.8%