⚠️ IMPORTANT: Project Elara has switched over to the open-source forge Codeberg. The Project Elara website repository has been moved to this Codeberg page, and the up-to-date version of the website is now at elaraproject.org. This GitHub repository is no longer maintained.
This is Project Elara's website, the most up-to-date and authoritative source of information about Project Elara. This includes links to the latest research papers and assets, project announcements and news, as well as guides to our work.
The site is a static site, built on Zola. To get started, download Zola, clone the git repository, enter it, and simply run:
zola serveThis 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 posters, our logo, and icons) 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-DDformatdescription: 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
This website is released to the public domain. You may freely use it for any purpose.