images
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
+++
|
|
||||||
date = '2026-02-19T17:49:15Z'
|
|
||||||
draft = false
|
|
||||||
title = 'My Smart Home Setup'
|
|
||||||
+++
|
|
||||||
this is my amazing smart home!
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: "Smart Home Setup"
|
||||||
|
date: 2026-02-19
|
||||||
|
draft: false
|
||||||
|
featured_image: "featured.jpg"
|
||||||
|
---
|
||||||
|
|
||||||
|
this is my amazing smart home!
|
||||||
|
|
||||||
|
test image
|
||||||
|

|
||||||
@@ -5,7 +5,7 @@ languageCode = "en"
|
|||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
[pagination]
|
[pagination]
|
||||||
pagerSize = 20
|
pagerSize = 20
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "Ash Marlow"
|
author = "Ash Marlow"
|
||||||
description = "Personal Portfolio & Projects"
|
description = "Personal Portfolio & Projects"
|
||||||
@@ -15,6 +15,7 @@ defaultContentLanguage = "en"
|
|||||||
footercontent = "Built with Hugo and 💙"
|
footercontent = "Built with Hugo and 💙"
|
||||||
colorProtocol = "prefer-dark" # Makes dark mode the default
|
colorProtocol = "prefer-dark" # Makes dark mode the default
|
||||||
showColorToggle = true
|
showColorToggle = true
|
||||||
|
colorscheme = "auto"
|
||||||
|
|
||||||
# Social links for your CV
|
# Social links for your CV
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
@@ -39,10 +40,10 @@ defaultContentLanguage = "en"
|
|||||||
url = "projects/"
|
url = "projects/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
weight = 2
|
weight = 3
|
||||||
url = "posts/"
|
url = "posts/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
weight = 3
|
weight = 4
|
||||||
url = "contact/"
|
url = "contact/"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Reference in New Issue
Block a user