jekyll-webmaps-simple-theme 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/assets/main.scss ADDED
@@ -0,0 +1,5 @@
1
+ ---
2
+ # Only the main Sass file needs front matter (the dashes are enough)
3
+ ---
4
+
5
+ @import "jekyll-webmaps-simple-theme";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-webmaps-simple-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lerry William
@@ -76,6 +76,10 @@ files:
76
76
  - _layouts/home.html
77
77
  - _layouts/page.html
78
78
  - _layouts/post.html
79
+ - _sass/bootstrap.min.css.map
80
+ - _sass/bootstrap.min.scss
81
+ - _sass/font-awesome.min.scss
82
+ - _sass/jekyll-webmaps-simple-theme.scss
79
83
  - assets/css/bootstrap.min.css
80
84
  - assets/css/bootstrap.min.css.map
81
85
  - assets/css/font-awesome.min.css
@@ -101,6 +105,7 @@ files:
101
105
  - assets/js/jquery.min.js
102
106
  - assets/js/leaflet.js
103
107
  - assets/js/main.js
108
+ - assets/main.scss
104
109
  - favicon.ico
105
110
  - index.md
106
111
  homepage: https://github.com/wslerry/jekyll-webmaps-simple-theme.git