Contacts page template
This commit is contained in:
@@ -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.
|
||||||
@@ -3,8 +3,9 @@ title = "Ash Marlow | Portfolio"
|
|||||||
theme = "hugo-coder"
|
theme = "hugo-coder"
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
paginate = 20
|
[pagination]
|
||||||
|
pagerSize = 20
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "Ash Marlow"
|
author = "Ash Marlow"
|
||||||
description = "Personal Portfolio & Projects"
|
description = "Personal Portfolio & Projects"
|
||||||
|
|||||||
Reference in New Issue
Block a user