jekyll-theme-saifas 0.1.0
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 +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_includes/block-iframe.html +1 -0
- data/_includes/canvas-powerbi-custom-visual.html +42 -0
- data/_includes/card-powerbi-custom-visual.html +23 -0
- data/_includes/card-powerbi-report.html +28 -0
- data/_includes/card-thumbnail.html +20 -0
- data/_includes/lib-charting-assets.html +4 -0
- data/_includes/lib-gallery-assets.html +7 -0
- data/_includes/news-item-archive.html +21 -0
- data/_includes/news-item.html +21 -0
- data/_includes/page-base-assets.html +22 -0
- data/_includes/page-footer.html +107 -0
- data/_includes/page-header-logo.html +4 -0
- data/_includes/page-header-path-item.html +5 -0
- data/_includes/page-headline.html +3 -0
- data/_includes/page-preloader.html +6 -0
- data/_layouts/cards-layout.html +29 -0
- data/_layouts/default.html +1 -0
- data/_layouts/error-404.html +24 -0
- data/_layouts/home.html +27 -0
- data/_layouts/news-item.html +11 -0
- data/_layouts/news.html +26 -0
- data/_sass/_base.sass +676 -0
- data/_sass/_layout.sass +67 -0
- data/_sass/_variables.sass +27 -0
- data/_sass/buttons.sass +52 -0
- data/_sass/custom-styles.sass +153 -0
- data/_sass/custom-variables.sass +0 -0
- data/_sass/initialize.sass +7 -0
- data/_sass/media-requests.sass +104 -0
- data/_sass/preloader.sass +57 -0
- data/assets/css/styles.sass +4 -0
- data/assets/graphics/fonts/readme.md +1 -0
- data/assets/graphics/images/content/empty/empty-image-224px-224px.png +0 -0
- data/assets/graphics/images/content/empty/empty-showcase-sample-report/empty-image-500px-400px.jpg +0 -0
- data/assets/graphics/images/content/powerbi-icon-960px-1280px.png +0 -0
- data/assets/graphics/images/content/powerbi-icon-report-theme-white-black-900px-900px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-calendar-120px-120px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-legend-120px-120px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-map-120px-120px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-project-120px-120px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-table-120px-120px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-company-employees-300px-300px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-legend-for-heatmap-300px-300px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-personal-schedule-300px-300px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-project-road-300px-300px.png +0 -0
- data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-world-population-300px-300px.png +0 -0
- data/assets/graphics/images/domain/saifas-bi/backgrounds/about.md +0 -0
- data/assets/graphics/images/domain/saifas-bi/icons/button-icons/about.md +0 -0
- data/assets/graphics/images/domain/saifas-bi/icons/fav-icons/saifas-brand-logo-star-theme-blue-black-256px-256px.ico +0 -0
- data/assets/graphics/images/domain/saifas-bi/icons/launch-shortcut-icons/about.md +0 -0
- data/assets/graphics/images/domain/saifas-bi/logos/saifas-brand-logo-star-theme-blue-black-276px-269px.png +0 -0
- data/assets/scripts/gallery.js +3 -0
- data/assets/scripts/highchart.js +104 -0
- data/assets/scripts/index.js +50 -0
- metadata +141 -0
metadata
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: jekyll-theme-saifas
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- SAIFAS
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2022-01-14 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: jekyll
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '3.8'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '3.8'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: bundler
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 2.3.0
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: 2.3.0
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rake
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '12.0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '12.0'
|
|
55
|
+
description:
|
|
56
|
+
email:
|
|
57
|
+
- jekyll@saifas.info
|
|
58
|
+
executables: []
|
|
59
|
+
extensions: []
|
|
60
|
+
extra_rdoc_files: []
|
|
61
|
+
files:
|
|
62
|
+
- LICENSE.txt
|
|
63
|
+
- README.md
|
|
64
|
+
- _includes/block-iframe.html
|
|
65
|
+
- _includes/canvas-powerbi-custom-visual.html
|
|
66
|
+
- _includes/card-powerbi-custom-visual.html
|
|
67
|
+
- _includes/card-powerbi-report.html
|
|
68
|
+
- _includes/card-thumbnail.html
|
|
69
|
+
- _includes/lib-charting-assets.html
|
|
70
|
+
- _includes/lib-gallery-assets.html
|
|
71
|
+
- _includes/news-item-archive.html
|
|
72
|
+
- _includes/news-item.html
|
|
73
|
+
- _includes/page-base-assets.html
|
|
74
|
+
- _includes/page-footer.html
|
|
75
|
+
- _includes/page-header-logo.html
|
|
76
|
+
- _includes/page-header-path-item.html
|
|
77
|
+
- _includes/page-headline.html
|
|
78
|
+
- _includes/page-preloader.html
|
|
79
|
+
- _layouts/cards-layout.html
|
|
80
|
+
- _layouts/default.html
|
|
81
|
+
- _layouts/error-404.html
|
|
82
|
+
- _layouts/home.html
|
|
83
|
+
- _layouts/news-item.html
|
|
84
|
+
- _layouts/news.html
|
|
85
|
+
- _sass/_base.sass
|
|
86
|
+
- _sass/_layout.sass
|
|
87
|
+
- _sass/_variables.sass
|
|
88
|
+
- _sass/buttons.sass
|
|
89
|
+
- _sass/custom-styles.sass
|
|
90
|
+
- _sass/custom-variables.sass
|
|
91
|
+
- _sass/initialize.sass
|
|
92
|
+
- _sass/media-requests.sass
|
|
93
|
+
- _sass/preloader.sass
|
|
94
|
+
- assets/css/styles.sass
|
|
95
|
+
- assets/graphics/fonts/readme.md
|
|
96
|
+
- assets/graphics/images/content/empty/empty-image-224px-224px.png
|
|
97
|
+
- assets/graphics/images/content/empty/empty-showcase-sample-report/empty-image-500px-400px.jpg
|
|
98
|
+
- assets/graphics/images/content/powerbi-icon-960px-1280px.png
|
|
99
|
+
- assets/graphics/images/content/powerbi-icon-report-theme-white-black-900px-900px.png
|
|
100
|
+
- assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-calendar-120px-120px.png
|
|
101
|
+
- assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-legend-120px-120px.png
|
|
102
|
+
- assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-map-120px-120px.png
|
|
103
|
+
- assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-project-120px-120px.png
|
|
104
|
+
- assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-table-120px-120px.png
|
|
105
|
+
- assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-company-employees-300px-300px.png
|
|
106
|
+
- assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-legend-for-heatmap-300px-300px.png
|
|
107
|
+
- assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-personal-schedule-300px-300px.png
|
|
108
|
+
- assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-project-road-300px-300px.png
|
|
109
|
+
- assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-world-population-300px-300px.png
|
|
110
|
+
- assets/graphics/images/domain/saifas-bi/backgrounds/about.md
|
|
111
|
+
- assets/graphics/images/domain/saifas-bi/icons/button-icons/about.md
|
|
112
|
+
- assets/graphics/images/domain/saifas-bi/icons/fav-icons/saifas-brand-logo-star-theme-blue-black-256px-256px.ico
|
|
113
|
+
- assets/graphics/images/domain/saifas-bi/icons/launch-shortcut-icons/about.md
|
|
114
|
+
- assets/graphics/images/domain/saifas-bi/logos/saifas-brand-logo-star-theme-blue-black-276px-269px.png
|
|
115
|
+
- assets/scripts/gallery.js
|
|
116
|
+
- assets/scripts/highchart.js
|
|
117
|
+
- assets/scripts/index.js
|
|
118
|
+
homepage: https://github.com/SAIFAS/saifas-theme-on-jekyll
|
|
119
|
+
licenses:
|
|
120
|
+
- MIT
|
|
121
|
+
metadata: {}
|
|
122
|
+
post_install_message:
|
|
123
|
+
rdoc_options: []
|
|
124
|
+
require_paths:
|
|
125
|
+
- lib
|
|
126
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
|
+
requirements:
|
|
128
|
+
- - ">="
|
|
129
|
+
- !ruby/object:Gem::Version
|
|
130
|
+
version: '0'
|
|
131
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
|
+
requirements:
|
|
133
|
+
- - ">="
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
version: '0'
|
|
136
|
+
requirements: []
|
|
137
|
+
rubygems_version: 3.1.2
|
|
138
|
+
signing_key:
|
|
139
|
+
specification_version: 4
|
|
140
|
+
summary: Jekyll theme 'SAIFAS'
|
|
141
|
+
test_files: []
|