Files
website/hugo.toml
caiowakamatsu 1c71f35e1d
All checks were successful
Build Hugo Site / build (push) Successful in 10s
use example website
2025-11-10 03:35:24 -03:00

107 lines
2.8 KiB
TOML

baseURL = "https://m03315.github.io/nomad-tech/"
defaultContentLanguage = "zh"
theme = "nomad-tech"
[pagination]
pagerSize = 6
[taxonomies]
category = "categories"
tag = "tags"
[languages]
[languages.zh]
languageCode = "zh-CN"
title = "Your Name - Digital Nomad | Tech | Life"
weight = 1
[languages.en]
languageCode = "en-US"
title = "Your Name - Digital Nomad | Tech Insights | Life Stories"
weight = 2
[languages.fr]
languageCode = "fr-FR"
title = "Your Name - Nomade Numérique | Tech | Vie"
weight = 3
[params]
author = "m03315"
logo = "NOMAD-TECH"
subtitle = "Digital Nomad • Tech Explorer • Life Recorder"
description = "Sharing tech insights, recording nomad life, providing practical guides"
# Analytics (optional)
googleAnalytics = "G-2310RJEC91"
# Social Media Links
[[params.social]]
name = "YouTube"
class = "youtube"
icon = "📺"
description = "Tech reviews and nomad vlogs"
url = "https://www.youtube.com/@GP_ARC"
button_text = "Visit Channel"
[[params.social]]
name = "Twitter"
class = "wechat"
icon = "🐦"
description = "Tech thoughts and daily updates"
url = "https://x.com/m03315_"
button_text = "Follow Me"
# Portfolio Items
[[params.portfolio]]
title = "Digital Nomad Community App"
type = "Mobile Application"
icon = "📱"
description = "A comprehensive platform for nomads to connect and collaborate"
tags = ["React Native", "Node.js", "MongoDB"]
project_url = "/projects/nomad-app/"
[[params.portfolio]]
title = "Another Project"
type = "Web Application"
icon = "🌐"
description = "Web application description"
tags = ["React", "Vue.js"]
# Travel Timeline
[[params.travels]]
city = "Bangkok"
country = "Thailand"
flag = "🇹🇭"
period = "2024.01 - 2024.03"
description = "Started my nomad journey in the vibrant capital of Thailand"
highlights = ["Co-working spaces", "Street food", "Tech meetups"]
[[params.travels]]
city = "Chiang Mai"
country = "Thailand"
flag = "🇹🇭"
period = "2024.04 - 2024.06"
description = "Digital nomad hub with amazing community and low cost of living"
highlights = ["Nomad Summit", "Temples", "Mountain views"]
[[params.travels]]
city = "Bali"
country = "Indonesia"
flag = "🇮🇩"
period = "2024.07 - Present"
description = "Current base with perfect blend of work and surf lifestyle"
highlights = ["Surfing", "Rice terraces", "Startup scene"]
# Contact Information
[[params.contact]]
icon = "📧"
name = "email"
value = "me@m03315.top"
[[params.contact]]
icon = "💬"
name = "wechat"
value = "m03315_"
[[params.contact]]
icon = "🐦"
name = "twitter"
value = "@m03315_"