README.md in jekyll-theme-csu-cs-0.1.1 vs README.md in jekyll-theme-csu-cs-0.1.2
- old
+ new
@@ -44,11 +44,17 @@
* `resources/intelliJ.html` - intelliJ install information including student account signup, and toolbox install.
* `resources/teams.html` - resources about Microsoft Teams, including install recommendations and links to ACNS.
* `resources/randomJavaLinks.html` - resources about random help / practice sites for java programming.
* `grading/wholeGradesOnly.html` - table with the 60,70,80,90 grade scale (no +/- options)
* `helpdesk.html` - MS Teams helpdesk instructions
-(TODO: add +/- options table)
+* `clone.html` - Used for including a link to a git clone.
+ This include utilizes the following parameters, `url` and `text`. url is required, and will insert
+ the url of the git repository after >git clone. If text is included, a link will appear
+ at the bottom based on the text. For example:
+ ```handlebars
+ {% include clone.html url="https://github.com/CSU-CS150/lectureExamples.git" text="Lecture Examples" %}
+ ```
The following includes are all part of `resources/university.html`
* `resources/canvasTech.html` - information about technical support for canvas, usually not needed as already provided
in `resources/university.html`.
* `resources/counseling.html` - information about counseling services, usually not needed as already provided
@@ -418,10 +424,9 @@
See [usage](https://github.com/jekyll/jekyll-seo-tag#usage) to know how to set it up.
* [`jekyll-feed`](https://github.com/jekyll/jekyll-feed) - A Jekyll plugin to generate an Atom (RSS-like)
feed of your Jekyll posts
-TODO: add zybooks link plugin
## Contributing
Bug reports and pull requests are welcome on GitHub at
https://github.com/Dept-of-Computer-Science/jekyll-theme-csu-cs.