From f35226fe8169940a008e21bad140b277a754d1c8 Mon Sep 17 00:00:00 2001 From: ash Date: Thu, 19 Feb 2026 18:44:23 +0000 Subject: [PATCH] Contacts page template --- content/contact.md | 24 ++++++++++++++++++++++++ hugo.toml | 5 +++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 content/contact.md diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..af44007 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,24 @@ +--- +title: "Contact" +date: 2026-02-19 +draft: false +--- + +# Let's Connect + +If you have a project in mind or just want to chat about self-hosting and systems engineering, feel free to reach out through any of the channels below. + +### 📧 Email +The best way to reach me is via email: **[yourname@email.com](mailto:yourname@email.com)** + +### 💬 Socials & Platforms +* **LinkedIn:** [linkedin.com/in/yourprofile](https://linkedin.com/in/yourprofile) +* **GitHub / Gitea:** [git.yourdomain.com/youruser](https://git.yourdomain.com/youruser) +* **Discord:** `YourUsername#0000` + +--- + +### 📍 Availability +I am currently based in **[Your City/Timezone]** and am open to remote opportunities or local collaborations. I typically respond within 24–48 hours. + +> **Privacy Note:** I value your privacy. Your contact details will only be used for our professional correspondence. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index d447bcf..9a204c4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,8 +3,9 @@ title = "Ash Marlow | Portfolio" theme = "hugo-coder" languageCode = "en" defaultContentLanguage = "en" -paginate = 20 - +[pagination] + pagerSize = 20 + [params] author = "Ash Marlow" description = "Personal Portfolio & Projects"