This is the official website for the Simons Collaboration on Learning the Universe.
View the website here: https://learning-the-universe.org/
To edit the various webpages, you can find the source Markdown source files here:
- About: _pages/about.md
- Names and affiliations: _pages/people.md
- Working groups: _working_groups
- Publications: _bibliography/papers.bib
- Projects: _projects
- Repositories: _data/repositories.yml
To compile the website, follow the instructions in INSTALL.md.
Once you've installed the necessary dependencies, you can compile the website by running the following command:
bundle exec jekyll serve
To [optionally] run prettier:
npx prettier . --check # to check
npx prettier . --write # to make changes