An open API service indexing awesome lists of open source software.

https://github.com/elaraproject/elaraproject.github.io

Project Elara's website
https://github.com/elaraproject/elaraproject.github.io

applied-physics computational-physics nonprofit open-science open-source public-domain research research-paper ssg zola

Last synced: 3 months ago
JSON representation

Project Elara's website

Awesome Lists containing this project

README

          

# Project Elara website (legacy)

> :warning: **IMPORTANT:** Project Elara has switched over to the open-source forge [Codeberg](https://codeberg.org/). The Project Elara website repository has been moved to [this Codeberg page](https://codeberg.org/elaraproject/website), and the up-to-date version of the website is now at [elaraproject.org](https://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.

## Getting started

The site is a static site, built on [Zola](https://www.getzola.org/). To get started, download Zola, clone the git repository, enter it, and simply run:

```sh
zola serve
```

This should open a local developer server to live-reload the website.

## Developer information

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:

```yml
+++
var1 = value1
var2 = value2
# ...
+++
```

The variables include the following:

- `title`: the name of the page, placed in double-quotes
- `date`: the date the page was first published, in `YYYY-MM-DD` format
- `description`: 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 article
- `subtitle` (only on homepage): the subheader text of the front page

## Licensing info

This website is released to the public domain. You may freely use it for **any purpose**.