agency-jekyll-theme 0.1.0 → 0.1.0.1
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 +4 -4
- data/screenshot.png +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 014e004297666608e0ee5a479a6fb2b689ee2898
|
|
4
|
+
data.tar.gz: dc05d11174fde6ee15240066f27771e0471cb6cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce0d53fd6e0ed215a470c3214821dd80c68d46269ebc8f4c83bcf489afa86353efcdc02f84f9812f75d6676ceba37c61bd4eee62c24b234663c75755c874d8de
|
|
7
|
+
data.tar.gz: 5c54d50f589130ecc69217ab1f82af580f6832443f44a080d23d3f3cb449a56df98bc9c6ee3bf9ec854b7d50a0ba874c7505444ad194772b80e453d5fca73632
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Agency Jekyll Theme
|
|
2
2
|
|
|
3
|
-
Welcome to
|
|
3
|
+
Welcome to Agency Jekyll Theme! To experiment with this code, add some sample content in the yaml files in `_data` and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
|
4
4
|
|
|
5
|
-
[Agency Jekyll Theme](http://github.com/laklau/agency-jekyll-theme/tree/gh-pages) is a jekyll theme gem, the jekyllization by [Adab1ts] (http://github.com/adab1ts) of Agency theme.
|
|
5
|
+
[Agency Jekyll Theme](http://github.com/laklau/agency-jekyll-theme/tree/gh-pages) is a jekyll theme [gem](https://rubygems.org/gems/agency-jekyll-theme), the jekyllization by [Adab1ts] (http://github.com/adab1ts) of Agency theme.
|
|
6
6
|
|
|
7
7
|
[Agency](http://startbootstrap.com/template-overviews/agency/) is a one page agency portfolio theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).
|
|
8
8
|
|
|
@@ -32,8 +32,8 @@ Or install it yourself as:
|
|
|
32
32
|
|
|
33
33
|
## Usage
|
|
34
34
|
|
|
35
|
-
This theme is a single page with several includes (one for each section)
|
|
36
|
-
The content is
|
|
35
|
+
This theme is a single page with several includes (one for each section).
|
|
36
|
+
The content is in '_data' folder, ready to be customizated with you information.
|
|
37
37
|
|
|
38
38
|
## Contributing
|
|
39
39
|
|
data/screenshot.png
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agency-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Klaudia Alvarez
|
|
@@ -118,6 +118,7 @@ files:
|
|
|
118
118
|
- assets/js/jqBootstrapValidation.js
|
|
119
119
|
- assets/main.scss
|
|
120
120
|
- index.md
|
|
121
|
+
- screenshot.png
|
|
121
122
|
- vendor/bootstrap/css/bootstrap.css
|
|
122
123
|
- vendor/bootstrap/css/bootstrap.min.css
|
|
123
124
|
- vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
|