diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..95442a2 --- /dev/null +++ b/hugo.toml @@ -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 diff --git a/hugo.yaml b/hugo.yaml deleted file mode 100644 index 56a5353..0000000 --- a/hugo.yaml +++ /dev/null @@ -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 diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html index 20524e2..02d4c84 100644 --- a/layouts/partials/head/meta.html +++ b/layouts/partials/head/meta.html @@ -1,7 +1,7 @@ - - + + {{ $summary := or .Page.Params.Description .Site.Params.Description }} diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png index 86ab289..88ae0b3 100644 Binary files a/static/android-chrome-192x192.png and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png index f02c09e..11e2df4 100644 Binary files a/static/android-chrome-512x512.png and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index d8404bb..651620f 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png index a8dc180..8db372c 100644 Binary files a/static/favicon-16x16.png and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png index 1fbe4a2..0d1882a 100644 Binary files a/static/favicon-32x32.png and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 5a9b510..e718149 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/images/portrait_old.webp b/static/images/portrait_old.webp deleted file mode 100644 index 72d693e..0000000 Binary files a/static/images/portrait_old.webp and /dev/null differ