diff --git a/content/projects/my-smart-home-setup.md b/content/projects/my-smart-home-setup.md deleted file mode 100644 index 24e305e..0000000 --- a/content/projects/my-smart-home-setup.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -date = '2026-02-19T17:49:15Z' -draft = false -title = 'My Smart Home Setup' -+++ - this is my amazing smart home! \ No newline at end of file diff --git a/content/projects/smart-home/featured.jpg b/content/projects/smart-home/featured.jpg new file mode 100644 index 0000000..2bcfd10 Binary files /dev/null and b/content/projects/smart-home/featured.jpg differ diff --git a/content/projects/smart-home/index.md b/content/projects/smart-home/index.md new file mode 100644 index 0000000..ee3c93e --- /dev/null +++ b/content/projects/smart-home/index.md @@ -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 + ![My Smart Home Dashboard](/img/projects/shrek.jpg) \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 9a204c4..f7f1897 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,7 +5,7 @@ languageCode = "en" defaultContentLanguage = "en" [pagination] pagerSize = 20 - + [params] author = "Ash Marlow" description = "Personal Portfolio & Projects" @@ -15,6 +15,7 @@ defaultContentLanguage = "en" footercontent = "Built with Hugo and 💙" colorProtocol = "prefer-dark" # Makes dark mode the default showColorToggle = true + colorscheme = "auto" # Social links for your CV [[params.social]] @@ -39,10 +40,10 @@ defaultContentLanguage = "en" url = "projects/" [[menu.main]] name = "Blog" - weight = 2 + weight = 3 url = "posts/" [[menu.main]] name = "Contact" - weight = 3 + weight = 4 url = "contact/" diff --git a/static/img/projects/shrek.jpg b/static/img/projects/shrek.jpg new file mode 100644 index 0000000..2bcfd10 Binary files /dev/null and b/static/img/projects/shrek.jpg differ