50 lines
1.2 KiB
TOML
50 lines
1.2 KiB
TOML
baseURL = "https://me.marlow.boats/"
|
|
title = "Ash Marlow | Portfolio"
|
|
theme = "hugo-coder"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
[pagination]
|
|
pagerSize = 20
|
|
|
|
[params]
|
|
author = "Ash Marlow"
|
|
description = "Personal Portfolio & Projects"
|
|
keywords = "blog,developer,personal"
|
|
info = "Systems Engineer & Self-Hosting Enthusiast"
|
|
avatarUrl = "img/avatar.jpg" # Place your photo in static/img/avatar.png
|
|
footercontent = "Built with Hugo and 💙"
|
|
colorProtocol = "prefer-dark" # Makes dark mode the default
|
|
showColorToggle = true
|
|
colorscheme = "auto"
|
|
|
|
# Social links for your CV
|
|
[[params.social]]
|
|
name = "Github"
|
|
icon = "fa fa-2x fa-github"
|
|
weight = 1
|
|
url = "https://github.com/ashtom50"
|
|
[[params.social]]
|
|
name = "LinkedIn"
|
|
icon = "fa fa-2x fa-linkedin"
|
|
weight = 2
|
|
url = "https://www.linkedin.com/in/ash-marlow/"
|
|
|
|
# The Menu (This links to your blog/projects)
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = 1
|
|
url = "about/"
|
|
[[menu.main]]
|
|
name = "Projects"
|
|
weight = 2
|
|
url = "projects/"
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
weight = 3
|
|
url = "posts/"
|
|
[[menu.main]]
|
|
name = "Contact"
|
|
weight = 4
|
|
url = "contact/"
|
|
|