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
- Host: GitHub
- URL: https://github.com/elaraproject/elaraproject.github.io
- Owner: elaraproject
- License: unlicense
- Created: 2024-03-10T06:16:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T15:37:06.000Z (12 months ago)
- Last Synced: 2025-06-29T16:37:06.428Z (12 months ago)
- Topics: applied-physics, computational-physics, nonprofit, open-science, open-source, public-domain, research, research-paper, ssg, zola
- Language: Tcl
- Homepage: https://elaraproject.github.io/
- Size: 10.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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**.