jekyll-theme-saifas-it 0.1.3 → 0.1.6

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: 633132b3ca61fd38776216929c44cdedd218b26a7e428a25d18bb97224b2a842
4
- data.tar.gz: 521b406623425dfd540616b60bd2136389b1164a9d5a94a80056d46a158b18b2
3
+ metadata.gz: ce20e9b71efc3912a64f35d724562ce07e0a369e2dc98a7fc4c73662ce72eb01
4
+ data.tar.gz: 3aced357b670c0c883f6a20ecc90cbd884bc79d4c2698014adc0dcf9bf350c80
5
5
  SHA512:
6
- metadata.gz: 4067feaaeef2e4451ee4eadbe7e4fc3111b11a52fbfe1a504b7afff2afb1e9a68487edfe6958d15828e00672b09dc39b8040cdfc05858c83834756b4ed185e9f
7
- data.tar.gz: f818c7fdb3bc685c82048b783476f7356f1bf380dcec97b1420a3a48cca0106806a5cab0f164eef31a5b904b3a7c0c78b78945388663c4e302c17af243b5d01f
6
+ metadata.gz: a6c3cfcbd7a8beb99f2d6214ff85b73e56bc95f884cc82fee947e2abafe3fbb61fe71bfbf59545cb0ee33c9d7bd77ffeddf43585c46513c3aa40bbea2c5922e9
7
+ data.tar.gz: 857c6151e441884e976709775333b93c845f00c4738f247213a94916be16b7db2553b232e541c94e9fea81db4cc5c256ef3c1b2c9c3c6ef21c1f5ca4f08a45ac
data/_config.yml CHANGED
@@ -2,7 +2,7 @@ title: Jekyll theme SAIFAS IT
2
2
  author:
3
3
  name: SAIFAS
4
4
  copyright: © SAIFAS
5
- version: 0.1.3
5
+ version: 0.1.6
6
6
  lang: en_US
7
7
  author: SAIFAS
8
8
  email: jekyll@saifas.info
@@ -14,29 +14,4 @@ sass:
14
14
  sass_dir: /_sass/
15
15
 
16
16
  assets_root_path: /assets/
17
- assets_styles_path: /assets/sass/styles.css
18
-
19
- layout:
20
- header:
21
- logo:
22
- path:
23
- links:
24
- -
25
- title: Home
26
- url: /
27
- footer:
28
- contact_us: true
29
- form_url:
30
- socials:
31
- -
32
- name: github
33
- url: /
34
- -
35
- name: facebook
36
- url: /
37
- -
38
- name: linkedin
39
- url: /
40
- -
41
- name: twitter
42
- url: /
17
+ assets_styles_path: /assets/sass/styles.css
@@ -0,0 +1,5 @@
1
+ {% if include.href %}
2
+ <a class="btn" href="{{ include.href }}" onclick="{{ include.onclick }}">{{ include.text }}</a>
3
+ {% else %}
4
+ <a class="btn" onclick="{{ include.onclick }}">{{ include.text }}</a>
5
+ {% endif %}
@@ -1,9 +1,7 @@
1
- {::nomarkdown}
2
1
  <a href="{{ include.link }}" class="card-activities">
3
2
  {{ include.title }}
4
3
  {% if include.iconClass %}
5
4
  <i class="{{ include.iconClass }}"></i>
6
5
  {% endif %}
7
6
  <div class="card-activities__tags">{{ include.tagsText }}</div>
8
- </a>
9
- {:/nomarkdown}
7
+ </a>
@@ -1,4 +1,4 @@
1
- <section id="{{ section.id }}" class='page__section'>
1
+ <section id="{{ include.id }}" class='page__section'>
2
2
  {% include page/other/headline.html headline=include.headline %}
3
3
  <div class="section__body">
4
4
  {{ include.text }}
@@ -1,10 +1,8 @@
1
- <div style="display: flex; align-items: center; margin-left: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" id="breadcrumbs">
2
- {% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
3
- {% for crumb in crumbs offset: 1 %}
4
- {% if forloop.last %}
5
- > <a style="margin: 0 10px;" href="{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ page.breadcrumbs-title }}</a>
6
- {% else %}
7
- > <a style="margin: 0 10px;" href="{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a>
1
+ <div style="display: flex; align-items: center; margin-left: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" id="breadcrumb">
2
+ {% for crumb in site.data.breadcrumbs %}
3
+ {% assign url_prefix = page.url | slice: 0, crumb.url.size %}
4
+ {% if url_prefix == crumb.url %}
5
+ > <a style="margin: 0 10px;" href="{{ crumb.url }}">{{ crumb.title }}</a>
8
6
  {% endif %}
9
7
  {% endfor %}
10
- </div>
8
+ </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-saifas-it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAIFAS
@@ -37,6 +37,7 @@ files:
37
37
  - _includes/assets/head.html
38
38
  - _includes/assets/libs/highchart.html
39
39
  - _includes/assets/libs/lightgallery.html
40
+ - _includes/items/button.html
40
41
  - _includes/items/card-activities.html
41
42
  - _includes/items/card.html
42
43
  - _includes/items/circle-chart.html