make the webpage more ✨ sparkly ✨
23
hugo.toml
Normal 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
|
22
hugo.yaml
|
@ -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
|
|
@ -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 }}">
|
||||
|
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 747 B After Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 33 KiB |