manoverboard-alpha 0.1.0 → 0.1.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.
@@ -0,0 +1,4 @@
1
+ ---
2
+ layout: search
3
+ ---
4
+
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: none
3
+ ---
4
+ [
5
+ {% for post in site.posts %}
6
+ {
7
+
8
+ "title" : "{{ post.title | escape }}",
9
+ "url" : "{{ site.baseurl }}{{ post.url }}",
10
+ "categories" : "{{ post.category | join: ', ' }}",
11
+ "tags" : "{{ post.tags | join: ', ' }}",
12
+ "date" : "{{ post.date }}"
13
+
14
+ } {% unless forloop.last %},{% endunless %}
15
+ {% endfor %}
16
+ ]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manoverboard-alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manoverboard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-16 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -30,7 +30,30 @@ email:
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
- files: []
33
+ files:
34
+ - LICENSE.txt
35
+ - README.md
36
+ - _config.yml
37
+ - _includes/footer.html
38
+ - _includes/head.html
39
+ - _layouts/archive.html
40
+ - _layouts/blog.html
41
+ - _layouts/default.html
42
+ - _layouts/home.html
43
+ - _layouts/page.html
44
+ - _layouts/post.html
45
+ - _layouts/search.html
46
+ - _sass/init.scss
47
+ - _sass/layout.scss
48
+ - _sass/responsive.scss
49
+ - assets/config-file-example_config.yml
50
+ - assets/css/main.scss
51
+ - assets/css/style-print.css
52
+ - assets/favicon.ico
53
+ - assets/js/global.js
54
+ - assets/js/html5shiv.js
55
+ - assets/search/search.html
56
+ - assets/search/search.json
34
57
  homepage: https://github.com/manoverboard/mob-theme-jekyll
35
58
  licenses:
36
59
  - MIT