This is Project Elara's website, the most up-to-date and authoritative source of information about Project Elara. This includes the latest research papers and assets and project announcements and news.
The site is a static site, built on Zola. To get started, download Zola, clone the git repository, enter it, and simply run:
zola serve
This should open a local developer server to live-reload the website.
The site is built on templates in the templates/
folder. The pages themselves are in content/
with a few exceptions (such as the research papers and other hosted assets) in the static/
folder. Each page is markdown with some pages including a bit of HTML where it's necessary.
Page variables are specified in YAML format like so:
+++
var1 = value1
var2 = value2
# ...
+++
The variables include the following:
title
: the name of the page, placed in double-quotesdate
: the date the page was first published, inYYYY-MM-DD
formatdescription
: a short description of the page, placed in double-quotes- Several variables placed below
[extra]
author
: for news pages only, the name of the person who wrote the articlesubtitle
(only on homepage): the subheader text of the front page
Icons are from boxicons.