Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 1000 Bytes

File metadata and controls

46 lines (27 loc) · 1000 Bytes

Arcetri cluster official site

Presentation site for the CISCO Arcetri cluster

Avaliable at arcetri.github.io

Prerequisites

Things you need to install: Jinja2

pip install jinja2

Cloning and modifying code

Run this code in your terminal:

git clone https://github.com/arcetri/arcetri.github.io.git

Notice: .html files in a root directory are generated automatically - do not change them!

Instead, modify files in templates/ directory. Do not forget to make changes in compile.py file to compile new files.

Compilation

Execute this command in your terminal in a root project directory:

python compile.py

Built With

  • Bootstrap - The web framework used
  • Jinja2 - Templating language for Python

Authors

  • Bogdan Salyp - Initial work - trntga

Acknowledgments

  • Hat tip to anyone who's code was used