Skip to content

Commit 4e7fa3c

Browse files
committed
Changed images to webp, added image key to qmds
- Changed images to webp - Added image to yaml for all qmds for listing - Fixed pagetitle
1 parent ae84304 commit 4e7fa3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+67
-67
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
/.luarc.json
66
/.quarto/
77
.DS_Store
8-
todo.txt
98
**/*_cache/
109
**/__pycache__
11-
slides/**/*_files
12-
labs/**/*_files
10+
todo.txt

README.md

Lines changed: 3 additions & 3 deletions

_quarto.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ project:
33
output-dir: docs
44

55
website:
6-
image: "assets/images/featured.jpg"
6+
image: "assets/images/featured.webp"
77
favicon: "assets/favicon.png"
88
navbar:
9-
logo: "assets/logos/nbis-scilifelab.png"
9+
logo: "assets/logos/nbis-scilifelab.webp"
1010
logo-alt: "logo"
1111
right:
1212
- text: "Home"
@@ -45,12 +45,12 @@ format:
4545
df-print: paged
4646
standalone: false
4747
fig-align: left
48-
title-block-banner: "assets/images/banner.jpg"
48+
title-block-banner: "assets/images/banner.webp"
4949
subtitle: "Specky quarto theme"
5050
callout-icon: true
5151
date: last-modified
5252
date-format: "DD-MMM-YYYY"
53-
image: "assets/images/featured.png"
53+
image: "assets/images/featured.webp"
5454
revealjs:
5555
quarto-required: ">=1.4.0"
5656
include-in-header: "assets/include_head.html"
@@ -73,17 +73,17 @@ format:
7373
fig-align: left
7474
chalkboard: true
7575
callout-icon: true
76-
image: "/assets/images/featured.jpg"
77-
hero: "/assets/images/slide-hero.png"
76+
image: "/assets/images/featured.webp"
77+
hero: "/assets/images/slide-hero.webp"
7878
title-slide-attributes:
79-
data-background-image: "/assets/images/cover.jpg"
79+
data-background-image: "/assets/images/cover.webp"
8080
data-background-size: "cover"
8181
data-background-opacity: "1"
8282
subtitle: "Specky quarto theme"
83-
header-logo-left: /assets/logos/nbis.png
83+
header-logo-left: /assets/logos/nbis.webp
8484
header-logo-left-height: 25px
8585
header-logo-left-url: https://royfrancis.github.io/specky/home_contents.html
86-
header-logo-right: /assets/logos/scilifelab.png
86+
header-logo-right: /assets/logos/scilifelab.webp
8787
header-logo-right-height: 25px
8888
header-logo-right-url: https://royfrancis.github.io/specky/home_contents.html
8989
template-partials:

assets/css/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
background-image: url("../images/home.jpg");
2+
background-image: url("../images/home.webp");
33
-webkit-background-size: cover;
44
-moz-background-size: cover;
55
background-size: cover;

assets/images/banner.jpg

-38.1 KB
Binary file not shown.

assets/images/banner.webp

28.9 KB
Binary file not shown.

assets/images/cover.jpg

-162 KB
Binary file not shown.

assets/images/cover.webp

112 KB
Binary file not shown.

assets/images/featured.jpg

-236 KB
Binary file not shown.

assets/images/featured.webp

160 KB
Binary file not shown.

0 commit comments

Comments
 (0)