urban-static 0.1.4 → 0.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 366c7276af780c62efc2ef134f319c4761f01350
4
- data.tar.gz: fe38c81033e991309446dffc7147a1a4e264d9f4
3
+ metadata.gz: 6ac4e1484c1a105d5168673dc5c6ce5e58aad354
4
+ data.tar.gz: 7d08bc63d4b4b4ac01dd91a1f744d73d46361561
5
5
  SHA512:
6
- metadata.gz: b6b65ea04126ad8ff9ccce094fcdb235211cf831c42cc1404e26cc6b9dbc17160ea58a037122905ce3ae116ffa4089138f9aea5443b9d3a47c6087f2d9bac6d9
7
- data.tar.gz: a5c9b51d43f1d1ac80e750b8187d7cf749075409f2935498154dbd9d3a81d133db6f1b912d27fea9ad237ac607b3ccb03edce556267297a11153bc314d598bbb
6
+ metadata.gz: d9adaa35bc1b7ab16109b1551dc9a17db20532cb64c889550b09a03de26862446c3721dc73bf313cb3133c2a076ad1965bff5c05d0892bfd731bb88fcdd2a723
7
+ data.tar.gz: e897384f4799c567e32dc5befd390b20ee19930020fab2be1ecd9b5d25844f050da66b55e41cff5b009648d91ae15580a2211b0146e952024dc1d32a9ebff3fe
data/README.md CHANGED
@@ -36,6 +36,7 @@ Todo:
36
36
  * split out theme scss files
37
37
  * split out custom javascript (into library stuff vs custom page stuff vs settings)
38
38
  * lity - video light box
39
+ * data file for the site-map - more flexible
39
40
 
40
41
  ## Contributing
41
42
 
@@ -55,4 +56,4 @@ The theme is available as open source under the terms of the [MIT License](http:
55
56
 
56
57
  ## Inspiration
57
58
 
58
- This theme was inspired by Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
59
+ This theme was inspired by Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
@@ -9,15 +9,15 @@
9
9
  <meta name="mobile-web-app-capable" content="yes">
10
10
  <meta property="og:title" content="{{ site.title }}" />
11
11
  <meta property="og:type" content="website" />
12
- <meta property="og:image" content="{{ site.share_image | prepend: site.baseurl }}" />
12
+ <meta property="og:image" content="{{ site.share_image | prepend: site.baseurl | prepend: site.url }}" />
13
13
  <meta property="og:description" content="{{ site.description }}" />
14
14
 
15
- <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl }}">
15
+ <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
16
16
 
17
17
 
18
18
  <!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
19
- <link rel="stylesheet" href="{{ "/assets/css/bootstrap.min.css" | prepend: site.baseurl }}">
20
- <link rel="shortcut icon" href="{{ "/img/favicon.png" | prepend: site.baseurl }}" />
19
+ <link rel="stylesheet" href="{{ "/assets/css/bootstrap.min.css" | prepend: site.baseurl | prepend: site.url }}">
20
+ <link rel="shortcut icon" href="{{ "/img/favicon.png" | prepend: site.baseurl | prepend: site.url }}" />
21
21
  <!-- Custom Fonts -->
22
22
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
23
23
 
@@ -6,18 +6,18 @@
6
6
  var map_center_lat = {{ site.map-center-lat }},
7
7
  map_center_lng = {{ site.map-center-lng }};
8
8
  </script>
9
- <script src="{{ "/assets/js/libs/jquery.js" | prepend: site.baseurl }}"></script>
9
+ <script src="{{ "/assets/js/libs/jquery.js" | prepend: site.baseurl | prepend: site.url }}"></script>
10
10
 
11
11
  <!-- Bootstrap Core JavaScript -->
12
- <script src="{{ "/assets/js/libs/bootstrap.min.js" | prepend: site.baseurl }}"></script>
12
+ <script src="{{ "/assets/js/libs/bootstrap.min.js" | prepend: site.baseurl | prepend: site.url }}"></script>
13
13
 
14
14
  <!-- Plugin JavaScript -->
15
- <script src="{{ "/assets/js/libs/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
15
+ <script src="{{ "/assets/js/libs/jquery.easing.min.js" | prepend: site.baseurl | prepend: site.url }}"></script>
16
16
 
17
17
  <!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
18
18
  <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB-fjiF76Uh_s7gIZ7-KDfKWPQZWaMZNrk"></script>
19
19
 
20
20
  <!-- Custom Theme JavaScript -->
21
- <script src="{{ "/assets/js/urban-static.js" | prepend: site.baseurl }}"></script>
21
+ <script src="{{ "/assets/js/urban-static.js" | prepend: site.baseurl | prepend: site.url }}"></script>
22
22
 
23
23
  {% include extra_js.html %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urban-static
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Miller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-25 00:00:00.000000000 Z
11
+ date: 2017-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll