mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Createe add-event-to-website as placeholder for future Guide
This commit is contained in:
parent
4dbc75d017
commit
0b68c66151
1 changed files with 54 additions and 0 deletions
54
src/content/docs/contributors/add-event-to-website
Normal file
54
src/content/docs/contributors/add-event-to-website
Normal file
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue