portfolio/config.toml

28 lines
541 B
TOML
Raw Normal View History

2025-10-23 17:57:01 -04:00
baseURL = "/"
languageCode = "en-us"
title = "Miguel Loy — Portfolio"
theme = "gokarna"
[params]
description = "Engineer | Maker | Robotics Enthusiast"
showPostsOnHomePage = true
showTags = true
avatarURL = "/images/avatar.jpg"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 2
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 3