Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amydevs/jekyll-blank-template
https://github.com/amydevs/jekyll-blank-template
31268 uts web-systems
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amydevs/jekyll-blank-template
- Owner: amydevs
- Created: 2024-02-27T01:40:36.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-01T05:36:38.000Z (11 months ago)
- Last Synced: 2024-03-01T06:39:08.250Z (11 months ago)
- Topics: 31268, uts, web-systems
- Language: Shell
- Homepage:
- Size: 4.88 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`.