langara-department-jekyll-theme 0.2.0 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0f4f52cba06f63281389deddd47b29397a21b536589bcda799d575c47b37050
4
- data.tar.gz: 8cafa10555646529d414a030131a643260771c67c792a91aa63369707e175e6b
3
+ metadata.gz: cc37c744511a7e5c7f47d046c16145eb76b5b68304aaed04ffb686d19f6cc3eb
4
+ data.tar.gz: e68b0d919a77a5325ac5ef5d49c3e0b4dceae137de73e5181e46a331580020b3
5
5
  SHA512:
6
- metadata.gz: eb1a5ac51b5af985a913c6df2d03d0f81c5738541ce90ee7ab34dd7e11810707931f63a3b791df97a56c207d283c0b50a6a2b6778ba152acb336100dafd7724f
7
- data.tar.gz: aa08aa0bdf34021e645a93980e2b55285e05134e6d12d96e62ccf1ab46f9a6df49789aca814dad7f28b0e8c96324213bd6652a54a2e39cd7e295b9690d2dbe55
6
+ metadata.gz: 3ef0326560a36a7bf0d5e0de9ad773af10fe120a86d35fbc61dad0ae0c8d4cc14b0a676df4edb755e1b806254efd22bbe8c64e7cabefe8a87bc05e4fe9cd37e2
7
+ data.tar.gz: 30c236b4446fe9632cf1dc0111b5beff0fa887f0f7c90402f894529fffe188c2323779ded0db3a7b5062c574c8ed1d86968dc770a49c7f4fe2c70ba06af9cc3a
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ MIT License
2
2
 
3
- Copyright (c) 2016-present Parker Moore and the minima contributors
3
+ Copyright (c) 2019 Brian Koehler
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,2 +1,52 @@
1
1
  # Langara Department Jekyll Theme
2
2
 
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "langara-department-jekyll-theme"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: langara-department-jekyll-theme
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install langara-department-jekyll-theme
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ 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.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `department-jekyll-theme.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -15,4 +15,4 @@
15
15
  </footer><!--END DOCUMENT FOOTER -->
16
16
 
17
17
 
18
- <script src="https://cdn.langara.ca/prod/dept/csis/assets/js/script.js" charset="utf-8">//Currently Empty</script>
18
+ <!-- <script src="https://cdn.langara.ca/prod/dept/csis/assets/js/script.js" charset="utf-8">//Currently Empty</script> -->
data/_includes/head.html CHANGED
@@ -6,13 +6,16 @@
6
6
  <link href="//langara.ca/_files/responsive/images/favicon.ico" rel="shortcut icon">
7
7
 
8
8
  <!-- DOCUMENT STYLES -->
9
- <link rel="stylesheet" href="https://cdn.langara.ca/prod/dept/csis/assets/css/style.css">
9
+ <link rel="stylesheet" href="//cdn.langara.ca/prod/dept/csis/assets/css/style.css">
10
+
11
+ <!-- JQUERY -->
12
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
10
13
 
11
14
  <!-- BOOTSTRAP STYLE LINKS -->
12
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
13
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
15
+ <link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
16
+ <script src="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
14
17
  <!-- FONTAWESOME ICON LINK -->
15
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
18
+ <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
16
19
 
17
20
  <!-- LANGARA FONTSET -->
18
21
  <script src="//use.typekit.net/qbl8uug.js"></script>
@@ -23,7 +26,7 @@
23
26
  } catch (e) {}
24
27
  </script>
25
28
 
26
- <link rel="stylesheet" href="//use.typekit.net/c/00c20c/1w;adelle,2,XKC:W:n6/l?3bb2a6e53c9684ffdc9a9bf51c5b2a621190870d5c463695d5239f66491c6493e5793795e99c12a7e59d231f36ff9060aa3673925bc5f6e33d62a301a165b57dc662e0ab462e8d8049e0622863bd88b8647148c99085d1496aa444cee30ae9abd59ac064b102ae1a87f4cad698de4273ebf7e6e51cb1405cc9bcd31ab73aa8d98df6bc1c84d15e9f" media="all">
29
+ <!-- <link rel="stylesheet" href="//use.typekit.net/c/00c20c/1w;adelle,2,XKC:W:n6/l?3bb2a6e53c9684ffdc9a9bf51c5b2a621190870d5c463695d5239f66491c6493e5793795e99c12a7e59d231f36ff9060aa3673925bc5f6e33d62a301a165b57dc662e0ab462e8d8049e0622863bd88b8647148c99085d1496aa444cee30ae9abd59ac064b102ae1a87f4cad698de4273ebf7e6e51cb1405cc9bcd31ab73aa8d98df6bc1c84d15e9f" media="all"> -->
27
30
  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
28
31
  {%- seo -%}
29
32
  <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: langara-department-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Koehler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-02 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.5'
19
+ version: '3.8'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.5'
26
+ version: '3.8'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-feed
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '12.0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '12.0'
69
83
  description:
70
84
  email:
71
85
  - bkoehler@langara.ca
@@ -73,7 +87,7 @@ executables: []
73
87
  extensions: []
74
88
  extra_rdoc_files: []
75
89
  files:
76
- - LICENSE.txt
90
+ - LICENSE
77
91
  - README.md
78
92
  - _includes/disqus_comments.html
79
93
  - _includes/footer.html
@@ -91,11 +105,10 @@ files:
91
105
  - _sass/langara/_syntax-highlighting.scss
92
106
  - assets/css/style.scss
93
107
  - assets/minima-social-icons.svg
94
- homepage: https://gitlab.csis.1angara.ca/brian/langara-department-jekyll-theme
108
+ homepage: https://gitlab.com/langara/department-jekyll-theme
95
109
  licenses:
96
110
  - MIT
97
- metadata:
98
- plugin_type: theme
111
+ metadata: {}
99
112
  post_install_message:
100
113
  rdoc_options: []
101
114
  require_paths:
@@ -111,8 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
124
  - !ruby/object:Gem::Version
112
125
  version: '0'
113
126
  requirements: []
114
- rubyforge_project:
115
- rubygems_version: 2.7.6
127
+ rubygems_version: 3.0.1
116
128
  signing_key:
117
129
  specification_version: 4
118
130
  summary: A Langara branded theme for Jekyll