coder
This commit is contained in:
@@ -1,39 +1,41 @@
|
|||||||
baseURL = 'https://me.marlow.boats'
|
baseURL = "https://me.marlow.boats/"
|
||||||
languageCode = 'en-uk'
|
title = "Your Name | Portfolio"
|
||||||
# title = 'My Self-Hosted Blog'
|
theme = "hugo-coder"
|
||||||
theme = 'PaperMod'
|
languageCode = "en"
|
||||||
[author]
|
defaultContentLanguage = "en"
|
||||||
name = "Ash Marlow"
|
paginate = 20
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
defaultTheme = "auto"
|
|
||||||
showShareButtons = true
|
|
||||||
showCodeCopyButtons = true
|
|
||||||
author = "Ash Marlow"
|
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 💙"
|
||||||
|
|
||||||
# Profile Mode
|
# Social links for your CV
|
||||||
[params.profileMode]
|
[[params.social]]
|
||||||
enabled = true
|
name = "Github"
|
||||||
title = "Ash Marlow"
|
icon = "fa fa-2x fa-github"
|
||||||
subtitle = "Physics | Software Engineer | Automation"
|
weight = 1
|
||||||
imageUrl = "img/avatar.jpg" # Place your photo in static/img/avatar.pn
|
url = "https://github.com/ashtom50"
|
||||||
imageWidth = 150
|
[[params.social]]
|
||||||
imageHeight = 150
|
name = "LinkedIn"
|
||||||
|
icon = "fa fa-2x fa-linkedin"
|
||||||
[[params.profileMode.buttons]]
|
weight = 2
|
||||||
name = "View My Projects"
|
url = "https://www.linkedin.com/in/ash-marlow/"
|
||||||
url = "/posts"
|
|
||||||
|
|
||||||
[[params.profileMode.buttons]]
|
|
||||||
name = "Download CV"
|
|
||||||
url = "/cv.pdf" # Place your PDF in static/cv.pdf
|
|
||||||
|
|
||||||
# Social Icons for your CV
|
# The Menu (This links to your blog/projects)
|
||||||
[[params.socialIcons]]
|
[[menu.main]]
|
||||||
name = "github"
|
name = "About"
|
||||||
url = "https://your-gitea-link-or-github"
|
weight = 1
|
||||||
[[params.socialIcons]]
|
url = "about/"
|
||||||
name = "linkedin"
|
[[menu.main]]
|
||||||
url = "https://www.linkedin.com/in/ash-marlow/"
|
name = "Projects"
|
||||||
|
weight = 2
|
||||||
|
url = "projects/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Contact"
|
||||||
|
weight = 3
|
||||||
|
url = "contact/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user