jekyll-theme-saifas-it 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35182fc8f1f42013061bcfb961012599e2fa65054763ca4a0fc545a445e6b648
4
- data.tar.gz: 4426e746c846d93ab460ea795e3a5ee304706b05dde6175bdf198cc51d119502
3
+ metadata.gz: 3020bbb4b1fa54457326d27da9507b1fdc170cf6f60d3a33eb4abeb901a0fc67
4
+ data.tar.gz: 3ace206c186fc6939b1e5ebdb0dbfedbeee3f640a97edd49e833d10ef4a4cf66
5
5
  SHA512:
6
- metadata.gz: ccadced4d3093968bde202d77f9ca0a257b84765ee7bf9d11ed68918ca7a68a81feb9769278fc94275ecdd474a0f009835bcf594756f4c4f5d5afa593f5730a0
7
- data.tar.gz: '058c0948d18a9e93a4c24c4ecd81b294c440f492f23d723fbf37698460cbcc4f3700fc40bdcad886a3a31e0008b3ef33a8c7ff1ba19606e9898096c9b9311284'
6
+ metadata.gz: ef7ce32606ce77aecb908d0818be674a5f00da80ad42cbf31ccb4e475f7fa6e822f0b04fb55a588f765644d491df2cbaad07ef45fa27e528c9143f3c86e2688e
7
+ data.tar.gz: a2f9e59f1019d2bd654c9fe6f80da8ba58cc1426a172837b073d7020f0e984f8c9531cd332099d546391f823749e51fe033bd46b7c027711fe62cf62a5017a2a
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.0
5
+ version: 0.1.1
6
6
  lang: en_US
7
7
  author: SAIFAS
8
8
  email: jekyll@saifas.info
@@ -14,4 +14,29 @@ sass:
14
14
  sass_dir: /_sass/
15
15
 
16
16
  assets_root_path: /assets/
17
- assets_styles_path: /assets/sass/styles.css
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: /
@@ -1,7 +1,7 @@
1
1
  {::nomarkdown}
2
2
  <a href="{{ include.link }}" class="card-activities">
3
3
  {{ include.title }}
4
- {% if include.icon %}
4
+ {% if include.iconClass %}
5
5
  <i class="{{ include.iconClass }}"></i>
6
6
  {% endif %}
7
7
  <div class="card-activities__tags">{{ include.tagsText }}</div>
@@ -8,8 +8,6 @@
8
8
  </title>
9
9
 
10
10
  {% include assets/head.html %}
11
- {% include assets/libs/highchart.html %}
12
- {% include assets/libs/lightgallery.html %}
13
11
 
14
12
  <body>
15
13
 
@@ -23,4 +21,7 @@
23
21
 
24
22
  </body>
25
23
 
24
+ {% include assets/libs/highchart.html %}
25
+ {% include assets/libs/lightgallery.html %}
26
+
26
27
  </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-saifas-it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAIFAS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-10 00:00:00.000000000 Z
11
+ date: 2022-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll