jekyll-theme-petridish 3.0 → 3.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 +4 -4
- data/_config.yml +5 -4
- data/_data/team.yml +3 -1
- data/_includes/footer.html +45 -23
- data/_includes/head.html +5 -5
- data/_includes/header.html +1 -1
- data/_includes/navbar.html +2 -2
- data/_layouts/home.html +10 -32
- data/_layouts/team.html +20 -8
- data/_sass/bootstrap/_accordion.scss +73 -33
- data/_sass/bootstrap/_alert.scss +25 -14
- data/_sass/bootstrap/_badge.scss +14 -5
- data/_sass/bootstrap/_breadcrumb.scss +22 -10
- data/_sass/bootstrap/_button-group.scss +6 -3
- data/_sass/bootstrap/_buttons.scss +133 -28
- data/_sass/bootstrap/_card.scss +60 -37
- data/_sass/bootstrap/_carousel.scss +22 -15
- data/_sass/bootstrap/_close.scss +33 -10
- data/_sass/bootstrap/_containers.scss +1 -1
- data/_sass/bootstrap/_dropdown.scss +86 -76
- data/_sass/bootstrap/_functions.scss +10 -10
- data/_sass/bootstrap/_grid.scss +9 -3
- data/_sass/bootstrap/_helpers.scss +3 -0
- data/_sass/bootstrap/_list-group.scss +60 -37
- data/_sass/bootstrap/_maps.scss +174 -0
- data/_sass/bootstrap/_mixins.scss +1 -2
- data/_sass/bootstrap/_modal.scss +71 -44
- data/_sass/bootstrap/_nav.scss +86 -28
- data/_sass/bootstrap/_navbar.scss +101 -147
- data/_sass/bootstrap/_offcanvas.scss +121 -61
- data/_sass/bootstrap/_pagination.scss +66 -21
- data/_sass/bootstrap/_placeholders.scss +1 -1
- data/_sass/bootstrap/_popover.scss +90 -52
- data/_sass/bootstrap/_progress.scss +30 -10
- data/_sass/bootstrap/_reboot.scss +31 -45
- data/_sass/bootstrap/_root.scss +155 -22
- data/_sass/bootstrap/_spinners.scss +38 -22
- data/_sass/bootstrap/_tables.scss +40 -24
- data/_sass/bootstrap/_toasts.scss +38 -16
- data/_sass/bootstrap/_tooltip.scss +60 -56
- data/_sass/bootstrap/_type.scss +2 -0
- data/_sass/bootstrap/_utilities.scss +209 -33
- data/_sass/bootstrap/_variables-dark.scss +87 -0
- data/_sass/bootstrap/_variables.scss +404 -294
- data/_sass/bootstrap/bootstrap-grid.scss +4 -9
- data/_sass/bootstrap/bootstrap-reboot.scss +4 -7
- data/_sass/bootstrap/bootstrap-utilities.scss +7 -6
- data/_sass/bootstrap/bootstrap.scss +5 -6
- data/_sass/bootstrap/forms/_floating-labels.scss +37 -5
- data/_sass/bootstrap/forms/_form-check.scss +51 -14
- data/_sass/bootstrap/forms/_form-control.scss +36 -41
- data/_sass/bootstrap/forms/_form-range.scss +3 -3
- data/_sass/bootstrap/forms/_form-select.scss +12 -4
- data/_sass/bootstrap/forms/_input-group.scss +20 -9
- data/_sass/bootstrap/helpers/_color-bg.scss +7 -0
- data/_sass/bootstrap/helpers/_colored-links.scss +20 -2
- data/_sass/bootstrap/helpers/_focus-ring.scss +5 -0
- data/_sass/bootstrap/helpers/_icon-link.scss +25 -0
- data/_sass/bootstrap/helpers/_position.scss +7 -1
- data/_sass/bootstrap/helpers/_ratio.scss +2 -2
- data/_sass/bootstrap/helpers/_vr.scss +2 -2
- data/_sass/bootstrap/mixins/_alert.scss +11 -4
- data/_sass/bootstrap/mixins/_banner.scss +7 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +8 -8
- data/_sass/bootstrap/mixins/_buttons.scss +32 -95
- data/_sass/bootstrap/mixins/_caret.scss +30 -25
- data/_sass/bootstrap/mixins/_color-mode.scss +21 -0
- data/_sass/bootstrap/mixins/_container.scss +4 -2
- data/_sass/bootstrap/mixins/_forms.scss +38 -19
- data/_sass/bootstrap/mixins/_gradients.scss +1 -1
- data/_sass/bootstrap/mixins/_grid.scss +14 -14
- data/_sass/bootstrap/mixins/_list-group.scss +2 -0
- data/_sass/bootstrap/mixins/_pagination.scss +4 -25
- data/_sass/bootstrap/mixins/_reset-text.scss +1 -1
- data/_sass/bootstrap/mixins/_table-variants.scss +12 -9
- data/_sass/bootstrap/mixins/_utilities.scss +14 -6
- data/_sass/bootstrap/mixins/_visually-hidden.scss +5 -1
- data/_sass/bootstrap/vendor/_rfs.scss +23 -29
- data/assets/theme/css/fontawesome-all.min.css +6 -2
- data/assets/theme/js/bootstrap.min.js +3 -3
- data/assets/theme/js/bootstrap.min.js.map +1 -1
- data/assets/theme/js/jquery.min.js +2 -2
- data/assets/theme/js/popper.min.js +2 -2
- data/assets/theme/js/popper.min.js.map +1 -1
- data/assets/theme/webfonts/fa-brands-400.ttf +0 -0
- data/assets/theme/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/theme/webfonts/fa-regular-400.ttf +0 -0
- data/assets/theme/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/theme/webfonts/fa-solid-900.ttf +0 -0
- data/assets/theme/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/theme/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/theme/webfonts/fa-v4compatibility.woff2 +0 -0
- metadata +12 -17
- data/assets/theme/css/academicons.min.css +0 -1
- data/assets/theme/fonts/academicons.eot +0 -0
- data/assets/theme/fonts/academicons.svg +0 -1663
- data/assets/theme/fonts/academicons.ttf +0 -0
- data/assets/theme/fonts/academicons.woff +0 -0
- data/assets/theme/webfonts/fa-brands-400.eot +0 -0
- data/assets/theme/webfonts/fa-brands-400.svg +0 -3717
- data/assets/theme/webfonts/fa-brands-400.woff +0 -0
- data/assets/theme/webfonts/fa-regular-400.eot +0 -0
- data/assets/theme/webfonts/fa-regular-400.svg +0 -801
- data/assets/theme/webfonts/fa-regular-400.woff +0 -0
- data/assets/theme/webfonts/fa-solid-900.eot +0 -0
- data/assets/theme/webfonts/fa-solid-900.svg +0 -5034
- data/assets/theme/webfonts/fa-solid-900.woff +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-petridish
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Desmet
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -77,6 +77,7 @@ files:
|
|
77
77
|
- _sass/bootstrap/_helpers.scss
|
78
78
|
- _sass/bootstrap/_images.scss
|
79
79
|
- _sass/bootstrap/_list-group.scss
|
80
|
+
- _sass/bootstrap/_maps.scss
|
80
81
|
- _sass/bootstrap/_mixins.scss
|
81
82
|
- _sass/bootstrap/_modal.scss
|
82
83
|
- _sass/bootstrap/_nav.scss
|
@@ -95,6 +96,7 @@ files:
|
|
95
96
|
- _sass/bootstrap/_transitions.scss
|
96
97
|
- _sass/bootstrap/_type.scss
|
97
98
|
- _sass/bootstrap/_utilities.scss
|
99
|
+
- _sass/bootstrap/_variables-dark.scss
|
98
100
|
- _sass/bootstrap/_variables.scss
|
99
101
|
- _sass/bootstrap/bootstrap-grid.scss
|
100
102
|
- _sass/bootstrap/bootstrap-reboot.scss
|
@@ -110,7 +112,10 @@ files:
|
|
110
112
|
- _sass/bootstrap/forms/_labels.scss
|
111
113
|
- _sass/bootstrap/forms/_validation.scss
|
112
114
|
- _sass/bootstrap/helpers/_clearfix.scss
|
115
|
+
- _sass/bootstrap/helpers/_color-bg.scss
|
113
116
|
- _sass/bootstrap/helpers/_colored-links.scss
|
117
|
+
- _sass/bootstrap/helpers/_focus-ring.scss
|
118
|
+
- _sass/bootstrap/helpers/_icon-link.scss
|
114
119
|
- _sass/bootstrap/helpers/_position.scss
|
115
120
|
- _sass/bootstrap/helpers/_ratio.scss
|
116
121
|
- _sass/bootstrap/helpers/_stacks.scss
|
@@ -120,12 +125,14 @@ files:
|
|
120
125
|
- _sass/bootstrap/helpers/_vr.scss
|
121
126
|
- _sass/bootstrap/mixins/_alert.scss
|
122
127
|
- _sass/bootstrap/mixins/_backdrop.scss
|
128
|
+
- _sass/bootstrap/mixins/_banner.scss
|
123
129
|
- _sass/bootstrap/mixins/_border-radius.scss
|
124
130
|
- _sass/bootstrap/mixins/_box-shadow.scss
|
125
131
|
- _sass/bootstrap/mixins/_breakpoints.scss
|
126
132
|
- _sass/bootstrap/mixins/_buttons.scss
|
127
133
|
- _sass/bootstrap/mixins/_caret.scss
|
128
134
|
- _sass/bootstrap/mixins/_clearfix.scss
|
135
|
+
- _sass/bootstrap/mixins/_color-mode.scss
|
129
136
|
- _sass/bootstrap/mixins/_color-scheme.scss
|
130
137
|
- _sass/bootstrap/mixins/_container.scss
|
131
138
|
- _sass/bootstrap/mixins/_deprecate.scss
|
@@ -145,14 +152,9 @@ files:
|
|
145
152
|
- _sass/bootstrap/mixins/_visually-hidden.scss
|
146
153
|
- _sass/bootstrap/utilities/_api.scss
|
147
154
|
- _sass/bootstrap/vendor/_rfs.scss
|
148
|
-
- assets/theme/css/academicons.min.css
|
149
155
|
- assets/theme/css/fontawesome-all.min.css
|
150
156
|
- assets/theme/css/main.scss
|
151
157
|
- assets/theme/css/pygments.css
|
152
|
-
- assets/theme/fonts/academicons.eot
|
153
|
-
- assets/theme/fonts/academicons.svg
|
154
|
-
- assets/theme/fonts/academicons.ttf
|
155
|
-
- assets/theme/fonts/academicons.woff
|
156
158
|
- assets/theme/images/chuttersnap-146799-unsplash.jpg
|
157
159
|
- assets/theme/images/farnsworth_angelo-abear-1662775-unsplash.jpg
|
158
160
|
- assets/theme/images/fry_ethan-hoover-311143-unsplash.jpg
|
@@ -163,22 +165,15 @@ files:
|
|
163
165
|
- assets/theme/js/jquery.min.js
|
164
166
|
- assets/theme/js/popper.min.js
|
165
167
|
- assets/theme/js/popper.min.js.map
|
166
|
-
- assets/theme/webfonts/fa-brands-400.eot
|
167
|
-
- assets/theme/webfonts/fa-brands-400.svg
|
168
168
|
- assets/theme/webfonts/fa-brands-400.ttf
|
169
|
-
- assets/theme/webfonts/fa-brands-400.woff
|
170
169
|
- assets/theme/webfonts/fa-brands-400.woff2
|
171
|
-
- assets/theme/webfonts/fa-regular-400.eot
|
172
|
-
- assets/theme/webfonts/fa-regular-400.svg
|
173
170
|
- assets/theme/webfonts/fa-regular-400.ttf
|
174
|
-
- assets/theme/webfonts/fa-regular-400.woff
|
175
171
|
- assets/theme/webfonts/fa-regular-400.woff2
|
176
|
-
- assets/theme/webfonts/fa-solid-900.eot
|
177
|
-
- assets/theme/webfonts/fa-solid-900.svg
|
178
172
|
- assets/theme/webfonts/fa-solid-900.ttf
|
179
|
-
- assets/theme/webfonts/fa-solid-900.woff
|
180
173
|
- assets/theme/webfonts/fa-solid-900.woff2
|
181
|
-
|
174
|
+
- assets/theme/webfonts/fa-v4compatibility.ttf
|
175
|
+
- assets/theme/webfonts/fa-v4compatibility.woff2
|
176
|
+
homepage: https://peterdesmet.github.io/petridish
|
182
177
|
licenses:
|
183
178
|
- MIT
|
184
179
|
metadata: {}
|
@@ -1 +0,0 @@
|
|
1
|
-
@font-face{font-family:Academicons;font-style:normal;font-weight:400;font-display:block;src:url(../fonts/academicons.eot);src:url(../fonts/academicons.eot) format('embedded-opentype'),url(../fonts/academicons.ttf) format('truetype'),url(../fonts/academicons.woff) format('woff'),url(../fonts/academicons.svg) format('svg')}.ai{font-family:Academicons;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.ai-academia:before{content:"\e9af"}.ai-academia-square:before{content:"\e93d"}.ai-acclaim:before{content:"\e92e"}.ai-acclaim-square:before{content:"\e93a"}.ai-acm:before{content:"\e93c"}.ai-acm-square:before{content:"\e95d"}.ai-acmdl:before{content:"\e96a"}.ai-acmdl-square:before{content:"\e9d3"}.ai-ads:before{content:"\e9cb"}.ai-ads-square:before{content:"\e94a"}.ai-africarxiv:before{content:"\e91b"}.ai-africarxiv-square:before{content:"\e90b"}.ai-arxiv:before{content:"\e974"}.ai-arxiv-square:before{content:"\e9a6"}.ai-biorxiv:before{content:"\e9a2"}.ai-biorxiv-square:before{content:"\e98b"}.ai-ceur:before{content:"\e96d"}.ai-ceur-square:before{content:"\e92f"}.ai-ciencia-vitae:before{content:"\e912"}.ai-ciencia-vitae-square:before{content:"\e913"}.ai-closed-access:before{content:"\e942"}.ai-closed-access-square:before{content:"\e943"}.ai-conversation:before{content:"\e94c"}.ai-conversation-square:before{content:"\e915"}.ai-coursera:before{content:"\e95f"}.ai-coursera-square:before{content:"\e97f"}.ai-crossref:before{content:"\e918"}.ai-crossref-square:before{content:"\e919"}.ai-cv:before{content:"\e9a5"}.ai-cv-square:before{content:"\e90a"}.ai-datacite:before{content:"\e91c"}.ai-datacite-square:before{content:"\e91d"}.ai-dataverse:before{content:"\e9f7"}.ai-dataverse-square:before{content:"\e9e4"}.ai-dblp:before{content:"\e94f"}.ai-dblp-square:before{content:"\e93f"}.ai-depsy:before{content:"\e97a"}.ai-depsy-square:before{content:"\e94b"}.ai-doi:before{content:"\e97e"}.ai-doi-square:before{content:"\e98f"}.ai-dryad:before{content:"\e97c"}.ai-dryad-square:before{content:"\e98c"}.ai-elsevier:before{content:"\e961"}.ai-elsevier-square:before{content:"\e910"}.ai-figshare:before{content:"\e981"}.ai-figshare-square:before{content:"\e9e7"}.ai-google-scholar:before{content:"\e9d4"}.ai-google-scholar-square:before{content:"\e9f9"}.ai-hal:before{content:"\e92c"}.ai-hal-square:before{content:"\e92d"}.ai-hypothesis:before{content:"\e95a"}.ai-hypothesis-square:before{content:"\e95b"}.ai-ideas-repec:before{content:"\e9ed"}.ai-ideas-repec-square:before{content:"\e9f8"}.ai-ieee:before{content:"\e929"}.ai-ieee-square:before{content:"\e9b9"}.ai-impactstory:before{content:"\e9cf"}.ai-impactstory-square:before{content:"\e9aa"}.ai-inaturalist:before{content:"\e900"}.ai-inaturalist-square:before{content:"\e901"}.ai-inpn:before{content:"\e902"}.ai-inpn-square:before{content:"\e903"}.ai-inspire:before{content:"\e9e9"}.ai-inspire-square:before{content:"\e9fe"}.ai-isidore:before{content:"\e936"}.ai-isidore-square:before{content:"\e954"}.ai-jstor:before{content:"\e938"}.ai-jstor-square:before{content:"\e944"}.ai-lattes:before{content:"\e9b3"}.ai-lattes-square:before{content:"\e99c"}.ai-mathoverflow:before{content:"\e9f6"}.ai-mathoverflow-square:before{content:"\e97b"}.ai-mendeley:before{content:"\e9f0"}.ai-mendeley-square:before{content:"\e9f3"}.ai-moodle:before{content:"\e907"}.ai-moodle-square:before{content:"\e908"}.ai-nakala:before{content:"\e940"}.ai-nakala-square:before{content:"\e941"}.ai-obp:before{content:"\e92a"}.ai-obp-square:before{content:"\e92b"}.ai-open-access:before{content:"\e939"}.ai-open-access-square:before{content:"\e9f4"}.ai-open-data:before{content:"\e966"}.ai-open-data-square:before{content:"\e967"}.ai-open-materials:before{content:"\e968"}.ai-open-materials-square:before{content:"\e969"}.ai-openedition:before{content:"\e946"}.ai-openedition-square:before{content:"\e947"}.ai-orcid:before{content:"\e9d9"}.ai-orcid-square:before{content:"\e9c3"}.ai-osf:before{content:"\e9ef"}.ai-osf-square:before{content:"\e931"}.ai-overleaf:before{content:"\e914"}.ai-overleaf-square:before{content:"\e98d"}.ai-philpapers:before{content:"\e98a"}.ai-philpapers-square:before{content:"\e96f"}.ai-piazza:before{content:"\e99a"}.ai-piazza-square:before{content:"\e90c"}.ai-preregistered:before{content:"\e906"}.ai-preregistered-square:before{content:"\e96b"}.ai-protocols:before{content:"\e952"}.ai-protocols-square:before{content:"\e953"}.ai-psyarxiv:before{content:"\e90e"}.ai-psyarxiv-square:before{content:"\e90f"}.ai-publons:before{content:"\e937"}.ai-publons-square:before{content:"\e94e"}.ai-pubmed:before{content:"\e99f"}.ai-pubmed-square:before{content:"\e97d"}.ai-pubpeer:before{content:"\e922"}.ai-pubpeer-square:before{content:"\e923"}.ai-researcherid:before{content:"\e91a"}.ai-researcherid-square:before{content:"\e95c"}.ai-researchgate:before{content:"\e95e"}.ai-researchgate-square:before{content:"\e99e"}.ai-ror:before{content:"\e948"}.ai-ror-square:before{content:"\e949"}.ai-sci-hub:before{content:"\e959"}.ai-sci-hub-square:before{content:"\e905"}.ai-scirate:before{content:"\e98e"}.ai-scirate-square:before{content:"\e99d"}.ai-scopus:before{content:"\e91e"}.ai-scopus-square:before{content:"\e91f"}.ai-semantic-scholar:before{content:"\e96e"}.ai-semantic-scholar-square:before{content:"\e96c"}.ai-springer:before{content:"\e928"}.ai-springer-square:before{content:"\e99b"}.ai-ssrn:before{content:"\e916"}.ai-ssrn-square:before{content:"\e917"}.ai-stackoverflow:before{content:"\e920"}.ai-stackoverflow-square:before{content:"\e921"}.ai-zenodo:before{content:"\e911"}.ai-zotero:before{content:"\e962"}.ai-zotero-square:before{content:"\e932"}.ai-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.ai-xs{font-size:.75em}.ai-sm{font-size:.875em}.ai-1x{font-size:1em}.ai-2x{font-size:2em}.ai-3x{font-size:3em}.ai-4x{font-size:4em}.ai-5x{font-size:5em}.ai-6x{font-size:6em}.ai-7x{font-size:7em}.ai-8x{font-size:8em}.ai-9x{font-size:9em}.ai-10x{font-size:10em}.ai-fw{text-align:center;width:1.25em}.ai-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.ai-ul>li{position:relative}.ai-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.ai-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.ai-pull-left{float:left}.ai-pull-right{float:right}.ai.ai-pull-left{margin-right:.3em}.ai.ai-pull-right{margin-right:.3em}.ai-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.ai-stack-1x,.ai-stack-2x{left:0;position:absolute;text-align:center;width:100%}.ai-stack-1x{line-height:inherit}.ai-stack-2x{font-size:2em}.ai-inverse{color:#fff}
|
Binary file
|