amp_base_theme 0.0.3 → 0.0.4

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: 664c79d2ee3d5e93a1c02b0ecd7b7903e137e5817f6d7d49a28d43a955b2359e
4
- data.tar.gz: 577d2865fa50d68a893693a1df784e0cf478945925833c4ccdd3393b3fb2d481
3
+ metadata.gz: af6ee181b277eece147d3c0283b5f79e878c62b7acd643cec3f7170b54a3e890
4
+ data.tar.gz: 218c5dd190bb997eb1738bfff7a0d38ac970d376d1175206cb80cf8f4edc2aa7
5
5
  SHA512:
6
- metadata.gz: af73f7c2837ff595422d8770ee76c5453796d1e27f1ed4066e983ee0cc370d30b34b52fca9d3cb508211446c513ae63194d3f6c62f1eee9e84044aed6f6187c9
7
- data.tar.gz: a3e7b1b67c32f6fabe695afba7bbd10ba4d25a712056f4a0277a57635d6a12edf50446eeaee26a61da7b76525925cb6dd7e0847dfec4b6ab3389e0035aa210ef
6
+ metadata.gz: 724241038addc1103b38892f2fddad95864f1efaf14082ccb3821bbf96c6de7c0984829da832654051f69acf766486860c474d7d20311b1b03d1ae8d801cbd62
7
+ data.tar.gz: bb8a4cca546178cfc44eaa01c1f6316f0ef0b504ba40e6745eec79c2df78b1529ff6900b901a6f373cd36d7cf91d11aaccad0e2b40abe0a4a7e79fd73db5e259
File without changes
@@ -1,5 +1,5 @@
1
1
  ---
2
- permalink: "_headers"
2
+ layout: none
3
3
  ---
4
4
 
5
5
  /*
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: none
3
- permalink: "/feed.xml"
4
3
  ---
5
4
 
6
5
  <?xml version="1.0" encoding="UTF-8"?>
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: none
3
- permalink: "/google-news.xml"
4
3
  ---
5
4
 
6
5
  <?xml version="1.0" encoding="UTF-8"?>
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: none
3
- permalink: "/humans.txt"
4
3
  ---
5
4
 
6
5
  /* TEAM */
@@ -1,5 +1,4 @@
1
1
  ---
2
- permalink: "/manifest.json"
3
2
  layout: none
4
3
  ---
5
4
 
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: none
3
- permalink: "/robots.txt"
4
3
  ---
5
4
 
6
5
  User-agent: *
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: none
3
- permalink: "/sitemap-pages.xml"
4
3
  ---
5
4
 
6
5
  <?xml version="1.0" encoding="UTF-8"?>
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: none
3
- permalink: "/sitemap-posts.xml"
4
3
  ---
5
4
 
6
5
  <?xml version="1.0" encoding="UTF-8"?>
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: none
3
- permalink: "/sitemap.xml"
4
3
  ---
5
4
 
6
5
  <?xml version="1.0" encoding="UTF-8"?>
@@ -1,5 +1,4 @@
1
1
  ---
2
- permalink: "/sw.html"
3
2
  layout: none
4
3
  ---
5
4
 
@@ -1,5 +1,4 @@
1
1
  ---
2
- permalink: "/sw.js"
3
2
  layout: none
4
3
  ---
5
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amp_base_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Himsel
@@ -46,10 +46,12 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - 404.md
49
+ - CHANGLELOG.md
49
50
  - LICENSE.txt
50
51
  - README.md
51
52
  - _data/amp_components.yaml
52
53
  - _data/pwa_ignore.yaml
54
+ - _headers
53
55
  - _includes/analytics/cookie-consent.html
54
56
  - _includes/analytics/facebook-analytics.html
55
57
  - _includes/analytics/google-analytics.html
@@ -65,17 +67,16 @@ files:
65
67
  - _layouts/default.html
66
68
  - _layouts/page.html
67
69
  - _layouts/post.html
68
- - meta/_headers
69
- - meta/feed.xml
70
- - meta/google-news.xml
71
- - meta/humans.txt
72
- - meta/robots.txt
73
- - meta/sitemap-pages.xml
74
- - meta/sitemap-posts.xml
75
- - meta/sitemap.xml
76
- - pwa/manifest.json
77
- - pwa/sw.html
78
- - pwa/sw.js
70
+ - feed.xml
71
+ - google-news.xml
72
+ - humans.txt
73
+ - manifest.json
74
+ - robots.txt
75
+ - sitemap-pages.xml
76
+ - sitemap-posts.xml
77
+ - sitemap.xml
78
+ - sw.html
79
+ - sw.js
79
80
  homepage: https://github.com/lukas-h/amp_base_theme
80
81
  licenses:
81
82
  - MIT