sencilla 0.7 → 0.7.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -0
  3. data/_sass/sencilla/_layout.scss +0 -41
  4. metadata +5 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2ad70a432018250b44ee7fa2170e231e008ee2d6231c461c1a4ee3c1b249e48
4
- data.tar.gz: c2f4c23d22d70807c8ca4b1e7f4ddf65b41a43c035512ce6e31fd21673e2503a
3
+ metadata.gz: 564e5a485674084defdc1497ae936c40d6a5be5daddf633d41ba9654e81bf599
4
+ data.tar.gz: 7c5d2f1e91029584f2707bc5623f6a36c1d03cd406b9dd2791ebdb6925282918
5
5
  SHA512:
6
- metadata.gz: b643867350fd85f4665ee1ce978a0b528577825454bd888f5dde6b5da4603929abab723c8148bec55b2aff21420495705e7a71fd327879598a11ca86b88478d4
7
- data.tar.gz: 998fee84b441da9ea3da83ea8b62e49fb41d92b705233bc8171c8d3fd4521e6abe8cd61ca3d67dcd4899f1e6b212337082d98a62eded5b9248647f1d619e4369
6
+ metadata.gz: 70ae03f03b6200daf3a30a6da35304c312a8ec24347e539c599f7dd349041b0d65bc4f655e8c2715c721f58e3135799ef60ca28bc8eafe896c46523cf4661374
7
+ data.tar.gz: ce428dac8c1b16181b9dff7fda5128ba6c5a883b7bc6bd10203d7350d37f46aa55f163809e8fae8fe7022eed74aa3d24c646946e86e7c9e562f7b553113434e3
data/README.md CHANGED
@@ -33,6 +33,29 @@ Or install it yourself as:
33
33
 
34
34
  Bug reports and pull requests are welcome on GitHub at https://github.com/msaharan/sencilla/.
35
35
 
36
+ ## Releasing a New Version
37
+
38
+ To build and release a new version of the `sencilla` gem to [RubyGems.org](https://rubygems.org/gems/sencilla):
39
+
40
+ 1. **Update the version number** in `sencilla.gemspec` as needed.
41
+ 2. **Build the gem:**
42
+ ```sh
43
+ gem build sencilla.gemspec
44
+ ```
45
+ This will generate a file like `sencilla-x.y.z.gem`.
46
+
47
+ 3. **Sign in to RubyGems (if you haven't already):**
48
+ ```sh
49
+ gem signin
50
+ ```
51
+
52
+ 4. **Push the gem to RubyGems:**
53
+ ```sh
54
+ gem push sencilla-x.y.z.gem
55
+ ```
56
+
57
+ You must have a [RubyGems.org](https://rubygems.org/) account and permission to push to the `sencilla` gem.
58
+
36
59
  ## License
37
60
 
38
61
  This theme is available under the terms of [Apache License, Version 2.0](https://opensource.org/license/apache-2-0/).
@@ -394,47 +394,6 @@
394
394
  box-shadow: $shadow-body;
395
395
  }
396
396
 
397
- /* --------------- toc ---------------------- */
398
- /*
399
- .toc__list:before {
400
- content: "Table Of Contents";
401
- text-size: bold;
402
- }
403
-
404
- .toc__list {
405
- // display: block;
406
- text-align: center;
407
- // width: 100%;
408
- border-radius: 8px;
409
- border-width: 2px;
410
- height: auto;
411
- // padding-top: calc($spacing-unit / 2);
412
- // padding-bottom: calc($spacing-unit / 2);
413
- // padding-left: $spacing-unit;
414
- // padding-right: $spacing-unit;
415
- margin-left: auto;
416
- margin-right: auto;
417
- // background-color: $box-fill;
418
- font-size: $small-font-size;
419
- color: $text;
420
- }
421
-
422
- a {
423
- color: $text-muted;
424
- text-decoration: none;
425
-
426
- &:visited {
427
- color: $text-muted;
428
- text-decoration: none;
429
- }
430
-
431
- &:hover {
432
- color: $link;
433
- text-decoration: underline;
434
- }
435
- }
436
- */
437
-
438
397
 
439
398
  /* --------------- profile page ---------------------- */
440
399
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sencilla
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohit Saharan
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jekyll
@@ -66,7 +65,6 @@ dependencies:
66
65
  - - "~>"
67
66
  - !ruby/object:Gem::Version
68
67
  version: '2.1'
69
- description:
70
68
  email:
71
69
  - dyskun@yahoo.com
72
70
  executables: []
@@ -94,11 +92,10 @@ files:
94
92
  - assets/img/posts/ufw.png
95
93
  - assets/img/profile-picture.jpg
96
94
  - assets/img/site-logo
97
- homepage: https://github.com/dyskun/sencilla
95
+ homepage: https://github.com/msaharan/sencilla
98
96
  licenses:
99
- - MIT
97
+ - Apache-2.0
100
98
  metadata: {}
101
- post_install_message:
102
99
  rdoc_options: []
103
100
  require_paths:
104
101
  - lib
@@ -113,8 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
110
  - !ruby/object:Gem::Version
114
111
  version: '0'
115
112
  requirements: []
116
- rubygems_version: 3.5.6
117
- signing_key:
113
+ rubygems_version: 3.6.9
118
114
  specification_version: 4
119
115
  summary: A Jekyll theme for blogs and portfolio websites.
120
116
  test_files: []