shanep-class 1.0.12 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db1d610d5a414d69e8aa0c0b271393ec1c822a8f4aec0131a94ce1f4a4c5a5f7
4
- data.tar.gz: d931d25a00083d2922a454c36168ac6be8d646683c0ed53286af1c7f71faef6a
3
+ metadata.gz: 6124905ce56640ef45e906e79327c69a436af24280c005a2de459856625d73a6
4
+ data.tar.gz: 0aeddc06f632ea2b71bb3f1d671c2f5fc2b8f263bbfa35d06d12b0746379c712
5
5
  SHA512:
6
- metadata.gz: 2ad639f562aa7ce552ce51dcf943a29648b9fd26a0930f363c958b5ba45ed88ca17082e812324c559d36ba795dd24bf3652b2248ed82456505e0e9993217364c
7
- data.tar.gz: 1d4b6118783d21fc6eed9c0a6a2a4b77e1dcc995aa59ccc1d537bac8f20b68e1ce2e7919cf1fbec362b5e6cd760b92db5c9688f54931e3e80063f555f2d948ec
6
+ metadata.gz: 53701e291239a4e7b89cf2a64e6668446a6ab9ab89cb507471dbd7147ed377c0984d36a0c607795e8cf5dafb49a086a751dff4f052811c703353d52000a11735
7
+ data.tar.gz: 2753b58f7eb5bf503f70d875258ce81d6904f91ae5ce4b1a01e3dc28fa363770b359f31ebac60626ab5927189810d4fe815815041533fe00c968cc0df97259a8
data/README.md CHANGED
@@ -24,20 +24,22 @@ Or install it yourself as:
24
24
 
25
25
  $ gem install shanep-class
26
26
 
27
- ## Usage
28
-
29
- You can see an example at [shanep-cs2.github.io](https://github.com/shanep-cs2/shanep-cs2.github.io)
30
-
31
27
  ## Development
32
28
 
33
29
  To set up your environment to develop this theme, run `bundle install`.
34
30
 
35
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
31
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll
32
+ serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your
33
+ theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make
34
+ modifications to your theme and to your content, your site will regenerate and you should see the
35
+ changes in the browser after a refresh, just like normal.
36
36
 
37
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
38
- To add a custom directory to your theme-gem, please edit the regexp in `shanep-class.gemspec` accordingly.
37
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked
38
+ with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in
39
+ `shanep-class.gemspec` accordingly.
39
40
 
40
41
  ## License
41
42
 
42
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
43
+ The theme is available as open source under the terms of the [MIT
44
+ License](https://opensource.org/licenses/MIT).
43
45
 
@@ -4,9 +4,7 @@
4
4
  <li>
5
5
  {% if page.date %} {{page.date | date: "%Y-%m-%d"}}{% else %} {{"now" | date: "%Y-%m-%d" }} {% endif%} | layout: {{page.layout}}</li>
6
6
  <li>contact: {{site.data.semester-info.email}}</li>
7
- {% if site.theme %}
8
- <li>theme: {{site.theme}}</li>
9
- {% endif %}
7
+ <li>theme: <a href="https://github.com/shanep/shanep-class">shanep-class</a></li>
10
8
  {% if page.tags %}
11
9
  <li>tags:
12
10
  {% for tag in page.tags %}
@@ -2,6 +2,8 @@
2
2
  layout: course
3
3
  ---
4
4
 
5
+ {{content}}
6
+
5
7
  <h2 id="project-information">Project information</h2>
6
8
 
7
9
  <p>This is a multistage project consisting of the following lessons:</p>
@@ -13,9 +15,7 @@ layout: course
13
15
  </ul>
14
16
 
15
17
  <p>
16
- At the end of each lesson your code will be <a
17
- href="https://en.wikipedia.org/wiki/Smoke_testing_(software)">smoke tested</a>
18
- This is a pass/fail checkpoint, no partial credit will be given.
18
+ Your code will be <strong>randomly</strong> spot checked at several points during this project.
19
+ You are expected to have made progress each week. 10% of your grade will be based on completion
20
+ of the checkpoints on time. The spot checks are pass/fail, no partial credit will be given.
19
21
  </p>
20
-
21
- {{content}}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shanep-class
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-19 00:00:00.000000000 Z
11
+ date: 2022-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll