shanep-class 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -8
  3. data/_includes/footer.html +1 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7c2a54b66c4c753d323fddc33f787cbc0cce110177e3ebbe06090bb02c868b1
4
- data.tar.gz: 3e45c4504ea02515c51a3e0756dd198589f10b603f3d619e3cd3cc06df4861ee
3
+ metadata.gz: 6124905ce56640ef45e906e79327c69a436af24280c005a2de459856625d73a6
4
+ data.tar.gz: 0aeddc06f632ea2b71bb3f1d671c2f5fc2b8f263bbfa35d06d12b0746379c712
5
5
  SHA512:
6
- metadata.gz: c5a8a05fa9ab09887a6b176745594d69e631317110fb76a2edf42e5cf86f9fd5f5a3c6208ec468bafd94867cfdcb8c45380e2219444c593bd12a231ec0cdcdf8
7
- data.tar.gz: 297b605f8fddad59e8bc9c9bf71a9f5eaacd31889b685809efcc1e722d4103ca2aee1875d11a656d8bf3a82b7a3bef7c453f00c6776eb5990325d94dc1ec7858
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 %}
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.14
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