🍱 adding back 'varder' in img

This commit is contained in:
Sindre Kjelsrud 2023-12-09 22:08:06 +01:00
parent 18f66fb732
commit 085c650bc7
15 changed files with 19 additions and 1 deletions

10
src/pages/logs/index.md Normal file
View file

@ -0,0 +1,10 @@
---
title: 'Logs'
description: ''
layout: "../../layouts/Layout.astro"
---
All my logs where I keep track of movies/TV-shows Ive watched and books Ive read.
I dont use any third-party services for my logs, I store everything in a JSON-format for this website.

View file

@ -6,7 +6,7 @@ layout: "../layouts/Layout.astro"
[📜 CV (under construction)](/)
[📚 Logs (under construction)](/)
[📚 Logs (under construction)](/logs)
[🌱 Digital garden (under construction)](/)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

View file

@ -60,6 +60,14 @@ body {
}
/* BLOG */
.blog p {
margin: 10px 0 0 0;
}
.blog li {
list-style: disc inside;
}
.blog h1 {
display: none;
}