sencilla 0.7.9 → 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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fd97bf10cacd555380c628f5aefaab7caf13db0f8548866938923aed0c02761
|
4
|
+
data.tar.gz: 88fa77e3c195bfdd3416d40269bfe570c7a5ba310fe6a3b695fed51ffd63f4f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/).
|
data/_includes/social.html
CHANGED
@@ -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.
|
4
|
+
version: 0.7.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mohit Saharan
|
@@ -84,7 +84,6 @@ files:
|
|
84
84
|
- _layouts/page.html
|
85
85
|
- _layouts/post.html
|
86
86
|
- _sass/sencilla.scss
|
87
|
-
- _sass/sencilla/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910
|
88
87
|
- _sass/sencilla/_base.scss
|
89
88
|
- _sass/sencilla/_layout.scss
|
90
89
|
- _sass/sencilla/_syntax-highlighting.scss
|
@@ -1 +0,0 @@
|
|
1
|
-
I"M{"source"=>"/mnt/storage/pdata/Utility/Git/dyskun/sencilla/_sass/sencilla", "destination"=>"/mnt/storage/pdata/Utility/Git/dyskun/sencilla/_sass/sencilla/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET
|