jekyll-theme-easygoing 0.1.0 → 0.1.2

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
  SHA256:
3
- metadata.gz: 20fb2e6101c6c902e623e71174cff32df54436ca8bbdc79c203e9d9ce882636a
4
- data.tar.gz: 2b1606ab618d47ea8d9e648305bc0cea6e8a54d0846052618ae850301c9cae82
3
+ metadata.gz: ca9768c4908b5b73ff4dc9e0a8da6ada62e3c46b272778e35e53a769c3a90858
4
+ data.tar.gz: 189fc818157c1f43651eec41f20fc967e97b2ee93e6ea5e7b45d849918a6845f
5
5
  SHA512:
6
- metadata.gz: 239df130a927b1e9b55cb49415ac962114909d8af8187925a2139245fea16f1eb09d080824e2cb28f2c24d2b4f217be129363bd82f49be341e86e8b7c8c31013
7
- data.tar.gz: fdebf6e075f571bfbe6b00136c16516e0c973aac8f2901e96a2919bfecc2945add898397230c246e542fc1bf51621188cdbe093480e7ac43c8e55bdd7d6b722d
6
+ metadata.gz: 0d724905c1a360eef9f81c13bc72fb7f3f73d7fd2bd9dbc1ba788f9510b8dc795f9d89237992db85015793ff97c2380cc1c357b170448542f8e754dd32f20c5a
7
+ data.tar.gz: edf2db10267a4a346474602570c9972f4fc302e2e80f8155d84d5e503d03d5cffbf5dec469665c6a5e9f69d88f5f0bbbcd0b62ab3dc095e23bb188480ac87554
data/README.md CHANGED
@@ -1,50 +1 @@
1
- # note-central
2
-
3
- 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`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
-
7
- TODO: Delete this and the text above, and describe your gem
8
-
9
- ## Installation
10
-
11
- Add this line to your Jekyll site's `Gemfile`:
12
-
13
- ```ruby
14
- gem "note-central"
15
- ```
16
-
17
- And add this line to your Jekyll site's `_config.yml`:
18
-
19
- ```yaml
20
- theme: note-central
21
- ```
22
-
23
- And then execute:
24
-
25
- $ bundle
26
-
27
- Or install it yourself as:
28
-
29
- $ gem install note-central
30
-
31
- ## Usage
32
-
33
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34
-
35
- ## Contributing
36
-
37
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/note-central. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
38
-
39
- ## Development
40
-
41
- To set up your environment to develop this theme, run `bundle install`.
42
-
43
- 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.
44
-
45
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
46
- To add a custom directory to your theme-gem, please edit the regexp in `note-central.gemspec` accordingly.
47
-
48
- ## License
49
-
50
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
1
+ Readme is WIP
data/_includes/head.html CHANGED
@@ -1,4 +1,7 @@
1
1
  <head>
2
+
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
4
+
2
5
  {% seo %}
3
6
  <!-- Latest compiled and minified CSS -->
4
7
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
data/assets/style.css CHANGED
@@ -263,27 +263,4 @@ p {
263
263
  --bs-gutter-x: 0;
264
264
  }
265
265
 
266
- }
267
-
268
-
269
- /*
270
- @media screen and (min-width: 769px) and (max-width: 992px){
271
- .post-container{
272
- width: 85%;
273
- margin-top: 12px
274
- }
275
- }
276
-
277
- @media screen and (min-width: 991px) and (max-width: 1200px){
278
- .post-container{
279
- width: 60%;
280
- margin-top: 12px
281
- }
282
- }
283
-
284
- @media screen and (min-width: 1200px) {
285
- .post-container{
286
- width: 55%;
287
- margin-top: 12px
288
- }
289
- }
266
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-easygoing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RyanxLoi