maxima 1.0.6 → 1.0.7

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
  SHA1:
3
- metadata.gz: 741e9b014ac8864675cdd547604fcdfca54943cb
4
- data.tar.gz: b8034fd85df942e40f3f4b88c7b47f94c2d9637e
3
+ metadata.gz: d89069e85a08b3ffae075f4b07a62ed1c3f20bb0
4
+ data.tar.gz: 78ac658576e60b2c6e4677ceb952382197e4feeb
5
5
  SHA512:
6
- metadata.gz: f2e70ea49dc567998d5113ab89e94658fe352cb16a43b9647843fa2200cb93d24f01b1a7ec78f78ffff9eb025b148af41e46842e51f19a4e1867fd7476d459c1
7
- data.tar.gz: e7f2494d219726eaa35cd83ec1517181a1324863f9dfe5e4cf0c041b217a07e22d5009b30db0ab65744399bd66f4852877be671387b9cb9e95525f0d6d38e1a8
6
+ metadata.gz: 128b5bd4d04417ae9e54b44e70fb19f4d2b76ecd9da683f5ba5d3ca0bd6098bf3735dab84c8f92dc5e06db4fe7b8e3f2991f18e2a99bea403d19df6b272cded5
7
+ data.tar.gz: 63e3f9cd8a9adf22f9716f1929929b6564e829a0fa27573e7623c1b156166ae419dbddd6395865a4e729e271c9128c07615d87090b359c7af1e1dbf5bf2d3969
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Parker Moore
3
+ Copyright (c) 2016 Tomer Lichtash
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
data/README.md CHANGED
@@ -1,90 +1,2 @@
1
- # minima
2
-
3
- *Minima is a one-size-fits-all Jekyll theme for writers*. It's Jekyll's default (and first) theme. It's what you get when you run `jekyll new`.
4
-
5
- ![minima theme preview](/screenshot.png)
6
-
7
- ## Installation
8
-
9
- Add this line to your Jekyll site's Gemfile:
10
-
11
- ```ruby
12
- gem "minima"
13
- ```
14
-
15
- And add this line to your Jekyll site:
16
-
17
- ```yaml
18
- theme: minima
19
- ```
20
-
21
- And then execute:
22
-
23
- $ bundle
24
-
25
-
26
- ## Usage
27
-
28
- ### Customization
29
-
30
- To override the default structure and style of minima, simply create the concerned directory at the root of your site, copy the file you wish to customize to that directory, and then edit the file.
31
- e.g., to override the [`_includes/head.html `](_includes/head.html) file to specify a custom style path, create an `_includes` directory, copy `_includes/head.html` from minima gem folder to `<yoursite>/_includes` and start editing that file.
32
-
33
- The site's default CSS has now moved to a new place within the gem itself, [`assets/main.scss`](assets/main.scss). To **override the default CSS**, the file has to exist at your site source. Do either of the following:
34
- - Create a new instance of `main.scss` at site source.
35
- - Create a new file `main.scss` at `<your-site>/assets/`
36
- - Add the frontmatter dashes, and
37
- - Add `@import "minima";`, to `<your-site>/assets/main.scss`
38
- - Add your custom CSS.
39
- - Download the file from this repo
40
- - Create a new file `main.scss` at `<your-site>/assets/`
41
- - Copy the contents at [assets/main.scss](assets/main.scss) onto the `main.scss` you just created, and edit away!
42
- - Copy directly from Minima 2.0 gem
43
- - Go to your local minima gem installation directory ( run `bundle show minima` to get the path to it ).
44
- - Copy the `assets/` folder from there into the root of `<your-site>`
45
- - Change whatever values you want, inside `<your-site>/assets/main.scss`
46
-
47
- --
48
-
49
- ### Enabling comments (via Disqus)
50
-
51
- Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post.
52
-
53
- To enable it, add the following lines to your Jekyll site:
54
-
55
- ```yaml
56
- disqus:
57
- shortname: my_disqus_shortname
58
- ```
59
-
60
- You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208).
61
-
62
- Comments are enabled by default and will only appear in production, i.e., `JEKYLL_ENV=production`
63
-
64
- If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter.
65
-
66
- --
67
-
68
- ### Enabling Google Analytics
69
-
70
- To enable Google Anaytics, add the following lines to your Jekyll site:
71
-
72
- ```yaml
73
- google_analytics: UA-NNNNNNNN-N
74
- ```
75
-
76
- Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
77
-
78
- ## Contributing
79
-
80
- Bug reports and pull requests are welcome on GitHub at https://github.com/jekyll/minima. 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.
81
-
82
- ## Development
83
-
84
- To set up your environment to develop this theme, run `bundle install`.
85
-
86
- To test your theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/minima/`. This starts a Jekyll server using your theme and the contents of the `example/` directory. As you make modifications to your theme and to the example site, your site will regenerate and you should see the changes in the browser after a refresh.
87
-
88
- ## License
89
-
90
- The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
1
+ [![Build Status](https://travis-ci.org/tomerlichtash/maxima.svg?branch=master)](https://travis-ci.org/tomerlichtash/maxima)
2
+ [![CircleCI](https://circleci.com/gh/tomerlichtash/maxima.svg?style=shield&circle-token=969c2650d96579d34128d242dc25206501e5644e)](https://circleci.com/gh/tomerlichtash/maxima)
data/_includes/head.html CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
10
10
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
11
- <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
11
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "//feed.xml" | relative_url }}">
12
12
 
13
13
  <link rel="shortcut icon" href="{{ site.favicon }}" type="image/x-icon" />
14
14
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div class="wrapper">
4
4
 
5
- <a class="site-title" href="{{ "/" | relative_url}}">{{ site.title | escape }}</a>
5
+ <a class="site-title" href="{{ site.baseurl | relative_url}}">{{ site.title | escape }}</a>
6
6
 
7
7
  <nav class="site-nav">
8
8
  <span class="menu-icon">
data/_layouts/home.html CHANGED
@@ -20,6 +20,6 @@ layout: default
20
20
  {% endfor %}
21
21
  </ul>
22
22
 
23
- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
23
+ <p class="rss-subscribe">subscribe <a href="{{ "//feed.xml" | relative_url }}">via RSS</a></p>
24
24
 
25
25
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxima
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomer Lichtash
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-01 00:00:00.000000000 Z
11
+ date: 2017-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -24,20 +24,34 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: html-proofer
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: bundler
29
43
  requirement: !ruby/object:Gem::Requirement
30
44
  requirements:
31
45
  - - "~>"
32
46
  - !ruby/object:Gem::Version
33
- version: '1.12'
47
+ version: '1.14'
34
48
  type: :development
35
49
  prerelease: false
36
50
  version_requirements: !ruby/object:Gem::Requirement
37
51
  requirements:
38
52
  - - "~>"
39
53
  - !ruby/object:Gem::Version
40
- version: '1.12'
54
+ version: '1.14'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: rake
43
57
  requirement: !ruby/object:Gem::Requirement