Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.