diff --git a/content/projects/my-smart-home-setup.md b/content/projects/my-smart-home-setup.md new file mode 100644 index 0000000..4137a92 --- /dev/null +++ b/content/projects/my-smart-home-setup.md @@ -0,0 +1,5 @@ ++++ +date = '2026-02-19T17:49:15Z' +draft = true +title = 'My Smart Home Setup' ++++ diff --git a/hugo.toml b/hugo.toml index 8029f69..fe94237 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,8 +5,35 @@ theme = 'PaperMod' [author] name = "Ash Marlow" + + [params] defaultTheme = "auto" showShareButtons = true showCodeCopyButtons = true - author = "Ash Marlow" \ No newline at end of file + author = "Ash Marlow" + + # Profile Mode + [params.profileMode] + enabled = true + title = "Ash Marlow" + subtitle = "Systems Engineer | Self-Hosting Enthusiast | Problem Solver" + imageUrl = "img/avatar.png" # Place your photo in static/img/avatar.jpg + imageWidth = 150 + imageHeight = 150 + + [[params.profileMode.buttons]] + name = "View My Projects" + url = "/posts" + + [[params.profileMode.buttons]] + name = "Download CV" + url = "/cv.pdf" # Place your PDF in static/cv.pdf + + # Social Icons for your CV + [[params.socialIcons]] + name = "github" + url = "https://your-gitea-link-or-github" + [[params.socialIcons]] + name = "linkedin" + url = "https://linkedin.com/in/yourprofile" \ No newline at end of file diff --git a/static/img/avatar.jpg b/static/img/avatar.jpg new file mode 100644 index 0000000..fe9fc3e Binary files /dev/null and b/static/img/avatar.jpg differ