diff --git a/src/content/docs/contributors/add-event-to-website b/src/content/docs/contributors/add-event-to-website new file mode 100644 index 00000000..10d8ee1c --- /dev/null +++ b/src/content/docs/contributors/add-event-to-website @@ -0,0 +1,54 @@ +--- +title: How to add an event to the web3privacy.info website +--- + +`WORK IN PROGRESS` + +## Preamble + +The purpose of this Guide is to help you add a new event to [Web3PrivacyNow website](https://web3privacy.info) by committing to the /data repository and deploying the change via Github Pages. + +It is important to understand the the website is managed by Astro and is created by the magic of code and it fetches automatically any changes to the /data repository where our events, speakers, and other data is held. + +*CAUTION* - to add an event to the website you need to edit the /data repository within Github. Within our Github is also a repository called /web which holds the code which displays the website - DO NOT EDIT THIS CODE. + +## Pre-requisites +- Github account and a fork o this repository [https://github.com/web3privacy/data](https://github.com/web3privacy/data) +- Have all information about the event you want to add ready at hand +- Have one image for the event which will be uploaded to the repository (resolution must be 000 x 000 pixels) +- some knowledge of Github / Pull-Request mechanism + + +## Step-by-step Guide + + +### Part 1: Github +- [ ] Navigate to the project repository main page (https://github.com/web3privacy/web](https://github.com/web3privacy/web) +- [ ] +- [ ] +- [ ] + +### Part 2: +- [ ] +- [ ] +- [ ] +- [ ] + +### Part 3: Testing +- [ ] +- [ ] +- [ ] + +### Troubleshooting + +- +- +- +- Ask in W3PN chats for support or help + + +### External resources + +[Github Pages Documentation](https://docs.github.com/en/pages) + +