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"