-
Notifications
You must be signed in to change notification settings - Fork 4
4. Editing content on Github directly
Daniel Pett edited this page Dec 19, 2018
·
2 revisions
If you have decided not to go for the full on tech route, you can use the web interface to make changes. This is pretty simple and is documented below. There is one serious limitation here! You can only change one file already on the site at a time.
Let's go for a hypothetical scenario, you want to change Senuitef's landing page. This is simple.
- Go to https://github.com/FitzwilliamMuseum/egyptiancoffins
- Now look for the link to _senuitef
- Click on this
- Now look for the link to index.md
- Click on this
- You get presented with a page showing the code as it stands (sort of scary?)
- Now look for the edit button which is a pencil
- Click this
- Make your changes (remember the style guide for using markdown earlier)
- When you have finished your changes scroll down the page to commit changes box
- Add a title for why you made the change - for example "Fix a spelling mistake"
- Add a description - "Amended spelling of coffin"
- Don't touch any of the radio buttons
- Press commit changes button (bright green)
Your changes will then get written to the website and go live in a couple of minutes. Well done!
Images are held in the folder labelled images and then each section has its own subfolder. For example, senuitef's images are in images/senuitef, news in images/news. You can upload images using the routine described below.
- Click on the link to images
- Click on the link to senuitef
- Look for the upload images button
- Press this
- Either drag images into the area that you see or choose images using the select files button
- When you have finished your uploads scroll down the page to commit changes box
- Add a title for why you made the change - for example "Added images of Senuitef"
- Add a description - "Added coffin detail images"
- Don't touch any of the radio buttons
- Press commit changes button (bright green)
Your images are now uploaded and ready for using across the site.