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 +4 -4
- data/_config.yml +27 -2
- data/_includes/items/card-activities.html +1 -1
- data/_layouts/default.html +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3020bbb4b1fa54457326d27da9507b1fdc170cf6f60d3a33eb4abeb901a0fc67
|
4
|
+
data.tar.gz: 3ace206c186fc6939b1e5ebdb0dbfedbeee3f640a97edd49e833d10ef4a4cf66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
4
|
+
{% if include.iconClass %}
|
5
5
|
<i class="{{ include.iconClass }}"></i>
|
6
6
|
{% endif %}
|
7
7
|
<div class="card-activities__tags">{{ include.tagsText }}</div>
|
data/_layouts/default.html
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2022-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|