lucid-jekyll-theme 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: be8d76a06cc68693e6a814c651d17b9c12fd2cfa618e71806f3ed8da6444d3bf
4
- data.tar.gz: 584ef1b32396a34f797a3238f61600bb945603356bf9cf84604ed2dca18780b0
3
+ metadata.gz: ed7d530d2dbed59dbe51469a14e375de9f62cbab0b72b7b69a24df3c7e2956fa
4
+ data.tar.gz: bd32be773aff223c16860b6cc4adb7d2a0e88b0b9ceb8d37540d191897fe0163
5
5
  SHA512:
6
- metadata.gz: 9a878d911dbeea3f4a2c55fd22773a2c6de75ad0d46d1857343b1e88e2eb544350e13b7fa08719d7aa5cfcb618c8fddcc34d1e508a23aedcd98520be678ab82d
7
- data.tar.gz: 857739772106ab9312b195b3eb834c047a4300eacb33863adbab8a388fa89a8e10ff60138f4aa13efc03377d50fabd1838b2d503fa95c87feb6820448ad9fbef
6
+ metadata.gz: 175e6ab878ca1c6744536c517631547b30cc0c8b7894ec5c77a74437ffaec66da64b0c0ee18c019d90e83db239e45baa1f2af07cd70d86e8ffb9fe31f3e3184a
7
+ data.tar.gz: 621a32ed499275251fea8f884728a2526a51526121c0f0270bb8944ac5965ec045a41b4b6222822456bd5778ce27c53177ef11224cbc2f76ecef1bcd0786f0d0
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # Lucid Jekyll theme [![Build Status](https://api.travis-ci.org/kelley12/lucid-jekyll-theme.svg?branch=master)](https://travis-ci.org/kelley12/lucid-jekyll-theme/) ![license](https://img.shields.io/badge/license-MIT-blue.svg?link=https://github.com/Kelley12/liminal-jekyll-theme/blob/master/LICENSE)
1
+ # Lucid Jekyll theme [![Build Status](https://travis-ci.org/Kelley12/lucid-jekyll-theme.svg?branch=master)](https://travis-ci.org/kelley12/lucid-jekyll-theme/) ![license](https://img.shields.io/badge/license-MIT-blue.svg?link=https://github.com/Kelley12/lucid-jekyll-theme/blob/master/LICENSE)
2
2
 
3
3
  Jekyll theme based on [Freelancer bootstrap theme](http://startbootstrap.com/template-overviews/freelancer/)
4
4
 
5
5
  ## Screenshot
6
6
 
7
- ![Screenshot](/screenshot.png)
7
+ ![Screenshot](assets/img/screenshot.png)
8
8
 
9
9
  ## Installation
10
10
 
@@ -20,6 +20,12 @@ And add this line to your Jekyll site's `_config.yml`:
20
20
  theme: lucid-jekyll-theme
21
21
  ```
22
22
 
23
+ If you are using this theme for GitHub pages, also ass this line to `_config.yml`:
24
+
25
+ ```yaml
26
+ remote-theme: kelley12/lucid-jekyll-theme
27
+ ```
28
+
23
29
  And then execute:
24
30
 
25
31
  ```bash
@@ -18,7 +18,7 @@
18
18
  {% endif %}
19
19
 
20
20
  <!-- Custom Theme JavaScript -->
21
- <script src="{{ '/assets/js/freelancer.js' }}"></script>
21
+ <script src="{{ '/assets/js/freelancer.js' | relative_url }}"></script>
22
22
 
23
23
  {% if site.contact == "disqus" %}
24
24
  <!-- Disqus Stuff -->
data/assets/css/main.scss CHANGED
@@ -5,12 +5,11 @@
5
5
 
6
6
  // variables.less
7
7
  $theme-primary: {{ site.color.primary | default: '#18bc9c' }};
8
- $theme-primary-rgb: {{ site.color.primary-rgb | default: '24,288,156' }};
9
8
  $theme-secondary: {{ site.color.secondary | default: '#18bc9c' }};
10
9
  $theme-secondary-dark: {{ site.color.secondary-dark | default: '#233140' }};
11
10
 
12
11
  // Import partials from `sass_dir` (defaults to `_sass`)
13
12
  @import
14
- "base",
15
- "bootstrap.min"
13
+ "bootstrap.min",
14
+ "base"
16
15
  ;
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucid-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Kelley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-01 00:00:00.000000000 Z
11
+ date: 2019-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -182,6 +182,7 @@ files:
182
182
  - assets/img/portfolio/safe.png
183
183
  - assets/img/portfolio/submarine.png
184
184
  - assets/img/profile.png
185
+ - assets/img/screenshot.png
185
186
  - assets/js/bootstrap.js
186
187
  - assets/js/bootstrap.min.js
187
188
  - assets/js/cbpAnimatedHeader.js
@@ -199,6 +200,7 @@ licenses:
199
200
  - MIT
200
201
  metadata:
201
202
  plugin_type: theme
203
+ source_code_uri: https://github.com/Kelley12/lucid-jekyll-theme
202
204
  post_install_message:
203
205
  rdoc_options: []
204
206
  require_paths: