shanep-class 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +10 -8
- data/_includes/footer.html +1 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6124905ce56640ef45e906e79327c69a436af24280c005a2de459856625d73a6
|
|
4
|
+
data.tar.gz: 0aeddc06f632ea2b71bb3f1d671c2f5fc2b8f263bbfa35d06d12b0746379c712
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
38
|
-
To add a custom directory to your theme-gem, please edit the regexp in
|
|
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
|
|
43
|
+
The theme is available as open source under the terms of the [MIT
|
|
44
|
+
License](https://opensource.org/licenses/MIT).
|
|
43
45
|
|
data/_includes/footer.html
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2022-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|