Big change to template
This commit is contained in:
@@ -1,46 +0,0 @@
|
|||||||
baseURL = "https://me.marlow.boats/"
|
|
||||||
title = "Ash Marlow"
|
|
||||||
theme = "hugo-profile"
|
|
||||||
|
|
||||||
[pagination]
|
|
||||||
pagerSize = 20
|
|
||||||
|
|
||||||
[params]
|
|
||||||
# General Info
|
|
||||||
author = "Ash Marlow"
|
|
||||||
description = "Systems Engineer & Self-Hosting Enthusiast"
|
|
||||||
avatar = "img/avatar.jpg" # Place your photo in static/img/avatar.jpg
|
|
||||||
|
|
||||||
# Theme Toggle (Dark/Light)
|
|
||||||
# This theme handles it automatically with a built-in toggle
|
|
||||||
|
|
||||||
# Homepage Sections
|
|
||||||
[params.about]
|
|
||||||
enable = true
|
|
||||||
title = "About Me"
|
|
||||||
content = "Systems Engineer passionate about home labs, networking, and automation."
|
|
||||||
image = "img/avatar.jpg"
|
|
||||||
|
|
||||||
[params.experience]
|
|
||||||
enable = true
|
|
||||||
title = "Experience"
|
|
||||||
[[params.experience.list]]
|
|
||||||
company = "Your Company"
|
|
||||||
position = "Systems Engineer"
|
|
||||||
duration = "2024 - Present"
|
|
||||||
content = "Working on LXC, Docker, and Webhooks."
|
|
||||||
|
|
||||||
# Social Icons
|
|
||||||
[[params.social]]
|
|
||||||
icon = "github"
|
|
||||||
url = "https://github.com/ashtom50"
|
|
||||||
[[params.social]]
|
|
||||||
icon = "linkedin"
|
|
||||||
url = "https://www.linkedin.com/in/ash-marlow/"
|
|
||||||
|
|
||||||
[params.sections]
|
|
||||||
about = true
|
|
||||||
experience = true
|
|
||||||
education = true
|
|
||||||
projects = true
|
|
||||||
contact = true
|
|
||||||
@@ -0,0 +1,132 @@
|
|||||||
|
baseURL: "https://me.marlow.boats"
|
||||||
|
languageCode: "en-us"
|
||||||
|
title: "Ash Marlow"
|
||||||
|
theme: hugo-profile
|
||||||
|
outputs:
|
||||||
|
home:
|
||||||
|
- "HTML"
|
||||||
|
- "RSS"
|
||||||
|
- "JSON"
|
||||||
|
page:
|
||||||
|
- "HTML"
|
||||||
|
- "RSS"
|
||||||
|
|
||||||
|
pagination:
|
||||||
|
pagerSize: 3
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
unsafe: true
|
||||||
|
|
||||||
|
Menus:
|
||||||
|
main:
|
||||||
|
- identifier: blog
|
||||||
|
name: Blog
|
||||||
|
title: Blog posts
|
||||||
|
url: /blogs
|
||||||
|
weight: 1
|
||||||
|
- identifier: projects
|
||||||
|
name: Projects
|
||||||
|
title: Projects
|
||||||
|
url: /projects
|
||||||
|
weight: 2
|
||||||
|
|
||||||
|
params:
|
||||||
|
title: "Ash Marlow"
|
||||||
|
description: My CV, Blog and Projects
|
||||||
|
favicon: "/img/AM.ico"
|
||||||
|
animate: true
|
||||||
|
theme:
|
||||||
|
defaultTheme: "dark"
|
||||||
|
font:
|
||||||
|
fontSize: 1rem # default: 1rem
|
||||||
|
fontWeight: 400 # default: 400
|
||||||
|
lineHeight: 1.5 # default: 1.5
|
||||||
|
textAlign: left # default: left
|
||||||
|
navbar:
|
||||||
|
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
|
||||||
|
# brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
|
||||||
|
# showBrandLogo: false # Show brand logo in nav bar | default is true
|
||||||
|
disableSearch: false
|
||||||
|
# searchPlaceholder: "Search"
|
||||||
|
stickyNavBar:
|
||||||
|
enable : true
|
||||||
|
showOnScrollUp : true
|
||||||
|
enableSeparator: false
|
||||||
|
menus:
|
||||||
|
disableAbout: false
|
||||||
|
disableExperience: false
|
||||||
|
disableEducation: false
|
||||||
|
disableProjects: false
|
||||||
|
disableAchievements: false
|
||||||
|
disableContact: false
|
||||||
|
|
||||||
|
|
||||||
|
about:
|
||||||
|
enable: true
|
||||||
|
title: "About me"
|
||||||
|
image: "/img/me.jpg"
|
||||||
|
content: |-
|
||||||
|
Software engineer passionate about building automation tools, embedded systems, and retro tech projects. As a Cyber Security Engineer, I leverage Tanium, Deep Instinct and Python to help customers with endpoint management. In my spare time you will find me tinkering with electronics, 3D printing, Retro Gaming, or making yet another part of my house Smart. Im a big fan of Home Assistant and since purchasing my own home, automating everything possible has become my biggest project.
|
||||||
|
skills:
|
||||||
|
title: "Here are a few technologies I've been working with recently:"
|
||||||
|
items:
|
||||||
|
- "HTML"
|
||||||
|
- "CSS"
|
||||||
|
- "JavaScript"
|
||||||
|
- "React"
|
||||||
|
- "Node"
|
||||||
|
- "Express"
|
||||||
|
|
||||||
|
experience:
|
||||||
|
enable: true
|
||||||
|
items:
|
||||||
|
- company: "Facebook"
|
||||||
|
companyUrl: "https://example.com"
|
||||||
|
jobs:
|
||||||
|
- name: "Senior Software Developer"
|
||||||
|
date: "Jan 2023 - present"
|
||||||
|
content: "I am currently working as a senior software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
|
||||||
|
info:
|
||||||
|
content: Working as a senior software developer
|
||||||
|
featuredItems:
|
||||||
|
fontAwesomeIcons:
|
||||||
|
- icon: fa-brands fa-react
|
||||||
|
url: https://react.dev/
|
||||||
|
tooltip: Example tooltip content
|
||||||
|
- icon: fab fa-x-twitter
|
||||||
|
url: https://example.com
|
||||||
|
# tooltip: Example tooltip content
|
||||||
|
customIcons:
|
||||||
|
- icon: /fav.png
|
||||||
|
url: "https://example.com"
|
||||||
|
tooltip: Example tooltip content
|
||||||
|
|
||||||
|
education:
|
||||||
|
enable: true
|
||||||
|
title: "Qualifications"
|
||||||
|
index: false
|
||||||
|
items:
|
||||||
|
- title: "Master of Business Administration"
|
||||||
|
school:
|
||||||
|
name: "University of California, Berkeley"
|
||||||
|
url: "https://example.org"
|
||||||
|
date: "2013 - 2015"
|
||||||
|
content: |-
|
||||||
|
Extracurricular Activities
|
||||||
|
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
||||||
|
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
|
||||||
|
|
||||||
|
contact:
|
||||||
|
enable: true
|
||||||
|
# title: "Custom Name"
|
||||||
|
content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
|
||||||
|
btnName: Mail me
|
||||||
|
btnLink: mailto:ash@ash-marlow.co.uk
|
||||||
|
# formspree:
|
||||||
|
# enable: true # `contact.email` value will be ignored
|
||||||
|
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
|
||||||
|
# emailCaption: "Enter your email address"
|
||||||
|
# messageCaption: "Enter your message here"
|
||||||
|
# messageRows: 5
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 4.2 MiB |
Reference in New Issue
Block a user