https://github.com/amydevs/jekyll-blank-template
https://github.com/amydevs/jekyll-blank-template
31268 uts web-systems
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amydevs/jekyll-blank-template
- Owner: amydevs
- Created: 2024-02-27T01:40:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T23:57:09.000Z (about 2 years ago)
- Last Synced: 2025-01-24T06:48:14.040Z (over 1 year ago)
- Topics: 31268, uts, web-systems
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blank Jekyll Template
This is a no-theme barebones Jekyll template that is used for HTML templating and that only. Intended for use with the UTS WebSys Web Assignment.
## Edstem Integration
If your Edstem workspace for your project does not support remote Git, you can run `./scripts/upload.sh` to automatically upload everything in `./_site` to the workspace.
To do this you will need to have the environment variables `ED_API_TOKEN` and `ED_WORKSPACE_ID` set.
The `ED_API_TOKEN` can be obtained from [https://edstem.org/au/settings/api-tokens].
The `ED_WORKSPACE_ID` can be obtained by opening up the inspect element page in your browser while you have an lesson's workspace open, and then uploading a file to that workspace. You will see a request to an endpoint that ends in `upload`, the request body will will contain a `wid` field, this is your `ED_WORKSPACE_ID`.