https://github.com/centre-for-humanities-computing/hope_website_content
editable texts and lists for the hope website
https://github.com/centre-for-humanities-computing/hope_website_content
Last synced: 4 months ago
JSON representation
editable texts and lists for the hope website
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/hope_website_content
- Owner: centre-for-humanities-computing
- Created: 2020-03-20T16:27:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T12:01:26.000Z (about 6 years ago)
- Last Synced: 2025-01-03T21:41:57.587Z (over 1 year ago)
- Homepage: https://hope-project.dk
- Size: 24.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: newsfeed/AltingetMichael_da.md
Awesome Lists containing this project
README
# Editing content for the HOPE website
Please be careful when editing these files, they follow strict syntactic rules.
While this website has dedicated pages with fixed content slots, markdown documents from the content repository can be viewed and linked to as individual pages with the following url template:
```
/#/document/:directory/:filename
```
## Procedure:
Webmaster:
- edit a file
- commit your changes with a concise note with the purpose of your change
- notify Max to pull your changes
Max:
- login to the server in AU's VPN
- cd into the website directory
- `git pull origin master`
- `npm run build`
### Markdown files
markdown is rather forgiving, but its layout depends on whitespace
[Markdown convention used](https://markdown-it.github.io/)
caveats: too few or too many whitespace characters?
### JSON files
people.json uses the JSON standard.
[JSON standard](https://www.json.org/json-en.html)
caveats:
- comma after the last item in an array?
- single quotes instead of double quotes?
- forgot to quote string value?
- typos?