jekyll-agency 1.0.7 → 1.0.8

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: 51141f929b4c53b1c5a5abfb44172821847d5779fde0b9ec1caffc08fdb8532a
4
- data.tar.gz: 9e30803b61d4cfe587d60726b856c11a577b020814975bdd237cfdb35fa726cd
3
+ metadata.gz: e2327da0c46c731cf2713d9bf7b6dcee7bb981dff5bb3a1e222f1164bb33c306
4
+ data.tar.gz: a6e7600626359d359e2659431f34012cecb345a3127530e5b495cc232d6e0e0b
5
5
  SHA512:
6
- metadata.gz: 9e170c4505619b635736b31519d5009ea09f51ef19852ed678a2da53a95dac4f3b48a3c16d1a1837674a5694f8733255e90f35bef9f0a9d93a9cf2daef002795
7
- data.tar.gz: 13ee010be106984023571f77519445aec430319fbbf967eb3b03900c6cda8a5672750657cc9ac0928fe38266f3f9223bb053405f12677888d776cbd299c600eb
6
+ metadata.gz: df408e38908abd9d6743ec9df5ab219068ae1aa3be7034bb31ddc91633e09aad95c801da4bc341f7a950df118571310422a137e263a245299792c52d8d2d4c87
7
+ data.tar.gz: c62d6a6d19ad1d7a2059b84fa4d1f95e2e8725a21361d2eb310a526f991dde778924ef723b669f6d8692363ab185b190f347bbbc4a63b5e5bfe820a0d6c238f0
data/README.md CHANGED
@@ -1,12 +1,15 @@
1
- [Creating Gem Based Themes For Jekyll](https://www.chrisanthropic.com/blog/2016/creating-gem-based-themes-for-jekyll/)
1
+ <!--[Creating Gem Based Themes For Jekyll](https://www.chrisanthropic.com/blog/2016/creating-gem-based-themes-for-jekyll/)-->
2
2
 
3
3
  # [Agency Jekyll Theme](https://raviriley.github.io/agency-jekyll-theme) - Work in Progress
4
4
 
5
5
  [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/raviriley/agency-jekyll-theme/blob/master/LICENSE.txt)
6
6
  [![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/raviriley)
7
+ [![RubyGems Downloads](https://img.shields.io/gem/dt/jekyll-agency.svg)](https://rubygems.org/gems/jekyll-agency)
8
+
7
9
 
8
10
  This is the [Agency Bootstrap theme](https://startbootstrap.com/themes/agency/) converted to a gem-based Jekyll theme. While this had been done before, ([here](https://github.com/y7kim/agency-jekyll-theme), [here](https://github.com/SotiriosVrachas/jekyll-theme-startbootstrap-agency), and [here](https://github.com/laklau/agency-jekyll-theme/)), these are outdated and have not been updated or maintained for years. I built this theme from the most recent Bootstrap source. I also added a lot of new features that go beyond the original theme's capabilities:
9
11
 
12
+ - contact form functionality powered by [Formspree.io](https://formspree.io)
10
13
  - custom pages
11
14
  - 404 page
12
15
  - legal/Privacy Policy page
@@ -15,16 +18,16 @@ This is the [Agency Bootstrap theme](https://startbootstrap.com/themes/agency/)
15
18
  - custom images
16
19
  - logo support (instead of just text)
17
20
  - automatically updating copyright years
18
- - custom navigation bar, even without the header images
19
- - about section (not the timeline)
21
+ - custom navigation bar, even without the header image(s)
22
+ - about section (different from the timeline)
20
23
  - custom footer
21
- - portfolio carousel (coming soon)
24
+ <!-- - portfolio carousel (coming soon) -->
22
25
  - custom colors with automatic gradient generation (coming soon)
23
26
  - site title logo text font customization (coming soon)
24
27
 
25
28
  The Jekyll structure of this theme includes:
26
29
 
27
- - `_projects` files - what generate the portfolio grid, YAML front matter handles all the details
30
+ - `_portfolio` files - what generate the portfolio grid. YAML front matter handles all the details
28
31
  - the `page` layout allows custom pages, as seen in the legal and 404 pages
29
32
  - `sitetext.yml` enables complete customization of all site text
30
33
  - `nav.yml` enables fully customizable navigation
@@ -61,7 +64,7 @@ Then, replace the contents of your `_config.yml` file with [this](https://github
61
64
 
62
65
  ## Usage
63
66
 
64
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
67
+ <!--TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.-->
65
68
 
66
69
  navheader is used only for the home page. nav is used everywhere else.
67
70
 
@@ -1,8 +1,8 @@
1
1
  #Color Customization
2
2
  #highlight: "#54bfff"
3
3
  #white: "#FF0000"
4
- black: "#000"
4
+ #black: "#000"
5
5
 
6
6
  #Image Customization
7
- header-image: "../img/header-bg.jpg"
8
- contact-image: "../img/map-image.png"
7
+ header-image: "../img/header.png"
8
+ contact-image: "../img/contact.png"
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-agency
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ravi Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-11 00:00:00.000000000 Z
11
+ date: 2020-05-02 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.8'
19
+ version: '4.0'
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.8'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -113,9 +113,8 @@ files:
113
113
  - assets/img/clients/designmodo.jpg
114
114
  - assets/img/clients/envato.jpg
115
115
  - assets/img/clients/themeforest.jpg
116
- - assets/img/header-bg.jpg
117
- - assets/img/header.gif
118
- - assets/img/map-image.png
116
+ - assets/img/contact.png
117
+ - assets/img/header.png
119
118
  - assets/img/portfolio/01-full.jpg
120
119
  - assets/img/portfolio/01-thumbnail.jpg
121
120
  - assets/img/portfolio/02-full.jpg
@@ -156,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
155
  requirements:
157
156
  - - ">="
158
157
  - !ruby/object:Gem::Version
159
- version: '0'
158
+ version: 2.5.0
160
159
  required_rubygems_version: !ruby/object:Gem::Requirement
161
160
  requirements:
162
161
  - - ">="
Binary file
Binary file