sencilla 0.7.10 → 0.7.11

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 +0 -23
  3. data/_includes/social.html +16 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5946369e143cf1dd920a4703bf35064e30310fdc3d1dd79d7b964187f05d36c
4
- data.tar.gz: 9830729c33490388ce648ccb272b3ab081f07aa3de28c21941a4fef5db7d4fed
3
+ metadata.gz: 7fd97bf10cacd555380c628f5aefaab7caf13db0f8548866938923aed0c02761
4
+ data.tar.gz: 88fa77e3c195bfdd3416d40269bfe570c7a5ba310fe6a3b695fed51ffd63f4f2
5
5
  SHA512:
6
- metadata.gz: 60866cccd76ba3065344c2dec833794b378fdc97e06f72b0c1d261730438efda5d75b681cf8a4bcb161b7b1d990f5f2474e3fa6b9b340ceee5e93baa563872f1
7
- data.tar.gz: b34c5cc63dfd0a816b4f4fb77dc7bc9f331f7b2fea0607af8d322dfbe672677143f25ea1dfa105ec562d72fe24ffffd72038aab7cbe8d1d7fbda141f294167b4
6
+ metadata.gz: e83283c2d3fbceb8ff0bd12b68178533d3573301cae206ebfd43160c775f56cd9121b37ea5d5a554dc1a8ba41b28a484fa4961a18ed47d44ced2c634efa06d61
7
+ data.tar.gz: fc64302c79b7079d807fe7d920550d6fe2844ebbdfe56dc9cecad638cf96e3b3747c6fdcb30896938ce560cbd394d0f2df6b99770d259aeb2549ce70f1397e01
data/README.md CHANGED
@@ -33,29 +33,6 @@ 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
-
59
36
  ## License
60
37
 
61
38
  This theme is available under the terms of [Apache License, Version 2.0](https://opensource.org/license/apache-2-0/).
@@ -6,6 +6,18 @@
6
6
  <a href="https://github.com/{{ site.github }}"><i class="fab fa-github"></i></a>
7
7
  {%- endif -%}
8
8
 
9
+ {%- if site.huggingface -%}
10
+ <a href="https://huggingface.co/{{ site.huggingface }}">HF</a>
11
+ {%- endif -%}
12
+
13
+ {%- if site.kaggle -%}
14
+ <a href="https://kaggle.com/{{ site.kaggle }}"><i class="fab fa-kaggle"></i></a>
15
+ {%- endif -%}
16
+
17
+ {%- if site.leetcode -%}
18
+ <a href="https://leetcode.com/{{ site.leetcode }}"><i class="fa-solid fa-code"></i></a>
19
+ {%- endif -%}
20
+
9
21
  {%- if site.twitter -%}
10
22
  <a href="https://twitter.com/{{ site.twitter }}"><i class="fa-brands fa-x-twitter"></i></a>
11
23
  {%- endif -%}
@@ -22,14 +34,14 @@
22
34
  <a href="https://instagram.com/{{ site.instagram }}"><i class="fab fa-instagram"></i></a>
23
35
  {%- endif -%}
24
36
 
25
- {%- if site.linkedin -%}
26
- <a href="https://linkedin.com/in/{{ site.linkedin }}"><i class="fab fa-linkedin"></i></a>
27
- {%- endif -%}
28
-
29
37
  {%- if site.youtube -%}
30
38
  <a href="https://youtube.com/@{{ site.youtube }}"><i class="fab fa-youtube"></i></a>
31
39
  {%- endif -%}
32
40
 
41
+ {%- if site.linkedin -%}
42
+ <a href="https://linkedin.com/in/{{ site.linkedin }}"><i class="fab fa-linkedin"></i></a>
43
+ {%- endif -%}
44
+
33
45
  {%- if site.website -%}
34
46
  <a href="{{ site.website }}"><i class="fa fa-globe"></i></a>
35
47
  {%- endif -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sencilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohit Saharan