Compare commits
6 commits
167a1abe68
...
bae6304dbf
Author | SHA1 | Date | |
---|---|---|---|
bae6304dbf | |||
685caebc18 | |||
dae4eb65ee | |||
ad8f622167 | |||
ec670592d2 | |||
4643e8debe |
9 changed files with 23 additions and 9 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.2.4
|
||||
0.2.6
|
||||
|
|
|
@ -8,3 +8,14 @@
|
|||
width: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
// Image ratio is very strange by default.
|
||||
.single .content .lazyloaded {
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
font-family: "object-fit: contain;";
|
||||
}
|
||||
|
||||
.single .content img {
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
@ -304,3 +304,6 @@ languages:
|
|||
typeit: true
|
||||
social: true
|
||||
disclaimer: ''
|
||||
|
||||
posts:
|
||||
enable: false
|
||||
|
|
|
@ -3,12 +3,12 @@ title: "About us"
|
|||
date: 2022-12-01T18:04:49+01:00
|
||||
draft: false
|
||||
description: "About JILITS"
|
||||
images: ["wp2535788-1280px.jpg"]
|
||||
images: ["servers_and_cross.png"]
|
||||
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
![Hoggar Mountains](wp2535788-1280px.jpg)
|
||||
![Clouds, servers and a cross](servers_and_cross.png)
|
||||
|
||||
## Background
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@ title: "Om oss"
|
|||
date: 2022-12-01T18:04:49+01:00
|
||||
draft: false
|
||||
description: "Om JILITS"
|
||||
images: ["wp2535788-1280px.jpg"]
|
||||
images: ["servers_and_cross.png"]
|
||||
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
![Hoggarbergen](wp2535788-1280px.jpg)
|
||||
![Moln, servrar och ett kors](servers_and_cross.png)
|
||||
|
||||
## Bakgrund
|
||||
|
||||
|
|
BIN
content/about/servers_and_cross.png
Normal file
BIN
content/about/servers_and_cross.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 350 KiB |
Binary file not shown.
Before Width: | Height: | Size: 72 KiB |
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
weight: 1
|
||||
title: "First post"
|
||||
title: "Welcome!"
|
||||
date: 2022-12-01T18:04:49+01:00
|
||||
draft: false
|
||||
description: "Just a greeting!"
|
||||
images: []
|
||||
images: ["featured-image.png"]
|
||||
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
weight: 1
|
||||
title: "Första inlägget"
|
||||
title: "Välkommen!"
|
||||
date: 2022-12-01T18:04:49+01:00
|
||||
draft: false
|
||||
description: "Bara en hälsning!"
|
||||
images: []
|
||||
images: ["featured-image.png"]
|
||||
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
|
|
Loading…
Reference in a new issue