https://github.com/centre-for-humanities-computing/hope_website
HOPE project website
https://github.com/centre-for-humanities-computing/hope_website
Last synced: 4 months ago
JSON representation
HOPE project website
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/hope_website
- Owner: centre-for-humanities-computing
- License: mit
- Created: 2020-03-20T21:17:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T16:14:22.000Z (about 6 years ago)
- Last Synced: 2025-09-09T23:58:32.558Z (9 months ago)
- Language: Vue
- Homepage: https://centre-for-humanities-computing.github.io/HOPE_website/#/
- Size: 3.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hope project website
hosted files are transpiled into /docs
website is hosted at https://hope-project.dk
to run the website off of github pages change the following setting in `./vue.config.js`:
```
publicPath: process.env.NODE_ENV === 'production' ? '/HOPE_website/' : '/' // account for the repo name offset with github Pages
```
as opposed to
```
publicPath: '/' // local server. no offset
```
end-user editable content is in the [HOPE_website_content repository](https://github.com/centre-for-humanities-computing/HOPE_website_content)