🍱 adding back 'varder' in img
10
src/pages/logs/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: 'Logs'
|
||||
description: ''
|
||||
layout: "../../layouts/Layout.astro"
|
||||
---
|
||||
All my logs where I keep track of movies/TV-shows I’ve watched and books I’ve read.
|
||||
|
||||
|
||||
|
||||
I don’t use any third-party services for my logs, I store everything in a JSON-format for this website.
|
|
@ -6,7 +6,7 @@ layout: "../layouts/Layout.astro"
|
|||
|
||||
[📜 CV (under construction)](/)
|
||||
|
||||
[📚 Logs (under construction)](/)
|
||||
[📚 Logs (under construction)](/logs)
|
||||
|
||||
[🌱 Digital garden (under construction)](/)
|
||||
|
||||
|
|
Before Width: | Height: | Size: 376 KiB |
Before Width: | Height: | Size: 485 KiB |
Before Width: | Height: | Size: 539 KiB |
Before Width: | Height: | Size: 397 KiB |
Before Width: | Height: | Size: 458 KiB |
Before Width: | Height: | Size: 476 KiB |
BIN
src/static/img/varder/varde060823.jpg
Normal file
After Width: | Height: | Size: 397 KiB |
BIN
src/static/img/varder/varde060923.jpg
Normal file
After Width: | Height: | Size: 372 KiB |
BIN
src/static/img/varder/varde071123.jpg
Normal file
After Width: | Height: | Size: 605 KiB |
BIN
src/static/img/varder/varde140623.jpg
Normal file
After Width: | Height: | Size: 147 KiB |
BIN
src/static/img/varder/varde191023.jpg
Normal file
After Width: | Height: | Size: 501 KiB |
BIN
src/static/img/varder/varde290723.jpg
Normal file
After Width: | Height: | Size: 486 KiB |
|
@ -60,6 +60,14 @@ body {
|
|||
}
|
||||
|
||||
/* BLOG */
|
||||
.blog p {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.blog li {
|
||||
list-style: disc inside;
|
||||
}
|
||||
|
||||
.blog h1 {
|
||||
display: none;
|
||||
}
|
||||
|
|