-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add your image to the venue page #64
Comments
Remi-Gau
changed the title
⭐ How to a add your own image to the venue page ⭐
How to a add your own image to the venue page
May 11, 2020
This was referenced Jun 10, 2020
Merged
Remi-Gau
changed the title
How to a add your own image to the venue page
Add your own image to the venue page
Jun 13, 2020
Remi-Gau
changed the title
Add your own image to the venue page
Add your image to the venue page
Jun 13, 2020
This was referenced Jun 13, 2020
Closed
Closed
Merged
Closed
Merged
Merged
Step 3: I think it should be changed from:
Cheers! |
This was referenced Jun 16, 2020
Merged
Good catch @sofievdbos |
This was referenced Jun 16, 2020
This was referenced Oct 1, 2020
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
😄 So you want to contribute an image to the venue page of the OHBM 2020 brainhack. 😄
You will have to add file of your image to the
img/venue
folder and modify the file_data/venue.yml
.So here are the steps you need to do to make a pull request to do so. If you have never made a pull request, you could join the Git and GitHub session of the TrainTrack and then use this as an exercise to practice.
Find a image you want to add
If you don't have one, you can search some freely available images on unsplash.
Fork the hackathon2020 repository to create a copy of it your github account
You can find more information about forking here
Clone the repository from your github account to your computer
Add the image file
Put a copy of your image in the
img/venue
folder and rename it with your github username liek soGITHUB_USERNAME.jpg
.Modify the
_data/venue.yml
You can simply add the following code to the top of the file and replace the YOUR NAME and IMAGE_FILENAME with the appropriate values.
Open a pull request
Go and open a pull request page from the
hackathon2020
repository.We (and the magic of automation) will take care of the rest. :-)
The text was updated successfully, but these errors were encountered: