jekyll-agency 1.0.7 → 1.0.8
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 +4 -4
- data/README.md +9 -6
- data/_data/style.yml +3 -3
- data/assets/img/{map-image.png → contact.png} +0 -0
- data/assets/img/header.png +0 -0
- metadata +7 -8
- data/assets/img/header-bg.jpg +0 -0
- data/assets/img/header.gif +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2327da0c46c731cf2713d9bf7b6dcee7bb981dff5bb3a1e222f1164bb33c306
|
4
|
+
data.tar.gz: a6e7600626359d359e2659431f34012cecb345a3127530e5b495cc232d6e0e0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
[](https://github.com/raviriley/agency-jekyll-theme/blob/master/LICENSE.txt)
|
6
6
|
[](https://www.paypal.me/raviriley)
|
7
|
+
[](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
|
19
|
-
- about section (
|
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
|
-
- `
|
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
|
|
data/_data/style.yml
CHANGED
@@ -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
|
8
|
-
contact-image: "../img/
|
7
|
+
header-image: "../img/header.png"
|
8
|
+
contact-image: "../img/contact.png"
|
File without changes
|
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.
|
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
|
+
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: '
|
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: '
|
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/
|
117
|
-
- assets/img/header.
|
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:
|
158
|
+
version: 2.5.0
|
160
159
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
161
160
|
requirements:
|
162
161
|
- - ">="
|
data/assets/img/header-bg.jpg
DELETED
Binary file
|
data/assets/img/header.gif
DELETED
Binary file
|