How to contribute
We invite everyone to contribute to this website by submitting a pull request here. After careful review, all accepted changes will be merged into the main repository. Please ensure all PRs are built using the following steps:
ZKPs in the Real World
- Create an author profile by adding your information in
config.yml
(line 15). Profile images can be uploaded to./assets/images/{yourname}.png
- Create a new post in
./_posts/
using the following naming convention:YYYY-MM-DD-post-name.md
. We provide a template at./_posts/2024-03-27-template.md
. - Set the
hidden
attribute tofalse
at the top of your file. Do not worry aboutfeatured
- we will rotate the featured posts regularly. - Write your post! Images can be uploaded to your own custom folder at
./assets/images/{new folder}
. - Create a pull request. We will review and accept the changes, or reach out with any questions.
Notable Works
- Create an entry in the corresponding section for the year of the work in
./_pages/notable.md
. - Make sure to specify whether it is a paper or blog, with the correct link to the work. Please also credit the authors of the work and the venue or site in which the work was presented.
- Create a pull request. We will review and accept the changes, or reach out with any questions.