make the webpage more sparkly
All checks were successful
ci/woodpecker/push/deploy-rsync Pipeline was successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
ci/woodpecker/push/deploy-cloudflare Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-04-25 12:21:58 +02:00
parent d808e54608
commit bef60f775b
Signed by: adoralaura
GPG key ID: E2E0F82107536C1B
10 changed files with 25 additions and 24 deletions

23
hugo.toml Normal file
View file

@ -0,0 +1,23 @@
baseURL = "https://adora.codes/"
languageCode = "en-us"
title = "Adoras Website <3"
enableGitInfo = true
[params]
description = "Adoras personal website and portfolio 💖"
author = "Adora Laura Kalb"
meta_title = "Adoras Website"
[params.display]
readingTime = true
author = true
[[menu.main]]
name = "Portfolio"
pageRef = "/portfolio"
weight = 2
[[menu.main]]
name = "Projects"
pageRef = "/projects"
weight = 3

View file

@ -1,22 +0,0 @@
baseURL: https://adora.codes/
languageCode: en-us
title: "Adoras Website <3"
enableGitInfo: true
params:
description: "Adoras personal website and portfolio 💖"
display:
readingTime: true
author: true
menu:
main:
# - name: Blog
# pageRef: /blog
# weight: 1
- name: Portfolio
pageRef: /portfolio
weight: 2
- name: Projects
pageRef: /projects
weight: 3

View file

@ -1,7 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Laura Kalb">
<meta property="og:title" content="Lauras Website">
<meta name="author" content="{{ .Site.Params.Author }}">
<meta property="og:title" content="{{ .Site.Params.Meta_title }}">
<meta property="og:image" content="/android-chrome-512x512.png">
{{ $summary := or .Page.Params.Description .Site.Params.Description }}
<meta property="og:description" content="{{ $summary }}">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB