josg 0.1.0 → 0.1.1

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: 633c1781868affbd41d7bc880fa8a4d1572798d0590e9d237754229a31e07d2a
4
- data.tar.gz: 6f32fb48c3dc005550959bf71e7d78836eb5adbf2dd8774e9d2e2342b3c190d5
3
+ metadata.gz: b9d246aed52940a4ffdc1d6cc4b5fd9ec8b4598dcab66ef9c8fc6cde45c6302a
4
+ data.tar.gz: 78854c8313651deffe25e6dc9bf1ca6bbaee503ccccc66d3402970b9ed7d423d
5
5
  SHA512:
6
- metadata.gz: f924859ded6c671048621790b09da9dd477d295be50f53dec366382671939be0676b110ab17c556b40eea281563b112e9a8143485a2de7a249be20958d38bd24
7
- data.tar.gz: 3db60c91da2d4c4c062d75b0b3f91fdb0b16d8682910686ea7dfaa06807e2b23447ad15d457f209629a1b52f53891a4c599f11f74472b06efd75b65b15e755df
6
+ metadata.gz: 52cd1f2554f9793e56b06a81bfc56b670d459b5b48ab9538ace45dab93bf7f110aa875cb227aa0538d35e665781f4380f42082b4ac2fcf76f9e92d1cc55495c5
7
+ data.tar.gz: 686ec9fc55750eb4f31f6170f646379b8a565ad297a9971d21dd6b8494980e25c0be17e7219ecaecb2599df66ea05dc728e88b3a227cf5da69d3b55effdedf98
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Ion Obreja
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,53 @@
1
+ Need to change ---
2
+ # josg
3
+
4
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
5
+
6
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
7
+
8
+ TODO: Delete this and the text above, and describe your gem
9
+
10
+
11
+ ## Installation
12
+
13
+ Add this line to your Jekyll site's `Gemfile`:
14
+
15
+ ```ruby
16
+ gem "josg"
17
+ ```
18
+
19
+ And add this line to your Jekyll site's `_config.yml`:
20
+
21
+ ```yaml
22
+ theme: josg
23
+ ```
24
+
25
+ And then execute:
26
+
27
+ $ bundle
28
+
29
+ Or install it yourself as:
30
+
31
+ $ gem install josg
32
+
33
+ ## Usage
34
+
35
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
36
+
37
+ ## Contributing
38
+
39
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
40
+
41
+ ## Development
42
+
43
+ To set up your environment to develop this theme, run `bundle install`.
44
+
45
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
46
+
47
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
48
+ To add a custom directory to your theme-gem, please edit the regexp in `josg.gemspec` accordingly.
49
+
50
+ ## License
51
+
52
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
53
+
@@ -0,0 +1 @@
1
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
metadata CHANGED
@@ -1,40 +1,94 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: josg
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
  - Ion Obreja
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-19 00:00:00.000000000 Z
11
+ date: 2021-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '3.5'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '3.5'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: jekyll-feed
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.9'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0.9'
47
+ - !ruby/object:Gem::Dependency
48
+ name: jekyll-seo-tag
15
49
  requirement: !ruby/object:Gem::Requirement
16
50
  requirements:
17
51
  - - "~>"
18
52
  - !ruby/object:Gem::Version
19
- version: '4.2'
53
+ version: '2.1'
20
54
  type: :runtime
21
55
  prerelease: false
22
56
  version_requirements: !ruby/object:Gem::Requirement
23
57
  requirements:
24
58
  - - "~>"
25
59
  - !ruby/object:Gem::Version
26
- version: '4.2'
60
+ version: '2.1'
61
+ - !ruby/object:Gem::Dependency
62
+ name: bundler
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
27
75
  description:
28
76
  email:
29
77
  - admin@josecret.com
30
78
  executables: []
31
79
  extensions: []
32
80
  extra_rdoc_files: []
33
- files: []
81
+ files:
82
+ - LICENSE.txt
83
+ - README.md
84
+ - _layouts/default.html
85
+ - _layouts/page.html
86
+ - _layouts/post.html
34
87
  homepage: https://github.com/joSecret/JoSG
35
88
  licenses:
36
89
  - MIT
37
- metadata: {}
90
+ metadata:
91
+ plugin_type: theme
38
92
  post_install_message:
39
93
  rdoc_options: []
40
94
  require_paths: