jekyll-theme-ferris 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. checksums.yaml +4 -4
  2. metadata +1 -6
  3. data/404.html +0 -16
  4. data/LICENSE.txt +0 -21
  5. data/README.md +0 -52
  6. data/archive.html +0 -16
  7. data/index.html +0 -50
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 543001f1aefca1c7cfe8d9fe4155cdec73ea717ca46bc560d7f54635d59f1314
4
- data.tar.gz: 617eff7f5806fb0291e7e5a091c5c11755dc4671dc19036ac8682bc2dc6308fb
3
+ metadata.gz: 43ae46fbedb5d9ce9663c83ebdd6d15d30f5041bd2af07ced83a40e942d901c8
4
+ data.tar.gz: 44adc6ff7ec3bbe735733b17cdb2d53a1e906fca5ec8503b19a01f675253402c
5
5
  SHA512:
6
- metadata.gz: 9de7e488b2aa5500188f1fb48215861f52d8520aacbc0a50a13bc283a29acd9e111235dbe381549f2b1f2203678a1754c92117d430a79f9cb8c29b9cc2251a77
7
- data.tar.gz: 56bc9c76fe5fe8b07c62e83e14c8e8d940da8f11247ff75b9155842010d0cbace9146df544843850b1340208a453fa0b6bdab1b057b6b17892a0828d8fc6b389
6
+ metadata.gz: 2ac79d43715f21d5349ce53f49243c350cc45731aa81cbbbb51f5bd97640d81be49ab9bbfa6ae4b7b7ed2a0e888746775ed5e145f2a8548be780b95cb8f32365
7
+ data.tar.gz: 9dcf267e66f108ffdab0a85b0cdd67867ef18719bfe436a2f779de9f2c84376764a0117f06a7b52e3e9e88836d6b67c3fce6289dcd473ddf299a370b2e078f6e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ferris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - olivia
@@ -59,9 +59,6 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - 404.html
63
- - LICENSE.txt
64
- - README.md
65
62
  - _includes/event-inline.html
66
63
  - _includes/event-links.html
67
64
  - _includes/event-title.html
@@ -93,8 +90,6 @@ files:
93
90
  - _sass/_talks.scss
94
91
  - _sass/_template.scss
95
92
  - _sass/_text.scss
96
- - archive.html
97
- - index.html
98
93
  homepage: https://github.com/rust-community/jekyll-theme-ferris
99
94
  licenses:
100
95
  - MIT
data/404.html DELETED
@@ -1,16 +0,0 @@
1
- ---
2
- layout: default
3
- title: Not Found
4
- permalink: /404.html
5
- not_in_menu: true
6
- ---
7
- <article class="page" role="main">
8
- <h2>404 &ndash; Not Found</h2>
9
-
10
- <p>
11
- The page you were looking for could not be found.
12
- </p>
13
- <p>
14
- <a href="/">Take me back to the beginning.</a>
15
- </p>
16
- </article>
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Olivia Hugger
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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.
data/README.md DELETED
@@ -1,52 +0,0 @@
1
- # jekyll-theme-ferris
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 "jekyll-theme-ferris"
16
- ```
17
-
18
- And add this line to your Jekyll site's `_config.yml`:
19
-
20
- ```yaml
21
- theme: jekyll-theme-ferris
22
- ```
23
-
24
- And then execute:
25
-
26
- $ bundle
27
-
28
- Or install it yourself as:
29
-
30
- $ gem install jekyll-theme-ferris
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 `jekyll-theme-ferris.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
-
data/archive.html DELETED
@@ -1,16 +0,0 @@
1
- ---
2
- layout: default
3
- title: Archive of all meetups
4
- permalink: /archive/
5
- ---
6
- <article class="page" role="main">
7
- <h1>All Meetups</h1>
8
-
9
- <ul class="event-list is-short">
10
- {% for event in site.posts %}
11
- <li class="event-item">
12
- {% include event-inline.html event=event %}
13
- </li>
14
- {% endfor %}
15
- </ul>
16
- </article>
data/index.html DELETED
@@ -1,50 +0,0 @@
1
- ---
2
- layout: default
3
- header-variant: start-page
4
- ---
5
- {% assign curDate = site.time %}
6
- {% assign next_meetups = site.posts | where_exp: "item", "item.date > curDate" | sort: "date" %}
7
- {% assign past_meetups = site.posts | where_exp: "item", "item.date <= curDate" | sort: "date" %}
8
- {% assign next_meetup = next_meetups | first %}
9
- {% assign prev_meetup = past_meetups | last %}
10
- {% assign further_down_the_line = next_meetups | shift %}
11
-
12
- <div class="page-home" role="main">
13
- <section class="next-meetup">
14
- {% if next_meetup %}
15
- <p class="section-headline">Next</p>
16
- <article class="event is-next-meetup">
17
- {% if next_meetup.talks != false %}
18
- {% include event.html event=next_meetup skip_date=true call_for_talks=true show_abstracts=false %}
19
- {% else %}
20
- {% include event.html event=next_meetup skip_date=true call_for_talks=false %}
21
- {% endif %}
22
- </article>
23
- {% else %}
24
- <h1>
25
- We are currently planning our next meetup!
26
- </h1>
27
- <p>
28
- <a href="{{ site.feedback_url }}">
29
- Help us!
30
- </a>
31
- </p>
32
- {% endif %}
33
- </section>
34
-
35
- {% if further_down_the_line.size > 0 %}
36
- <section class="future-meetups">
37
- <p class="section-headline">Upcoming</p>
38
- {% for event in further_down_the_line %}
39
- {% include event-inline.html event=event %}
40
- {% endfor %}
41
- </section>
42
- {% endif %}
43
-
44
- {% if prev_meetup %}
45
- <section class="prev-meetup">
46
- <p class="section-headline">Previous</p>
47
- {% include event-inline.html event=prev_meetup %}
48
- </section>
49
- {% endif %}
50
- </div>