Files
blog/hugo.toml

28 lines
424 B
TOML

baseURL = 'https://dustin.coffee/'
languageCode = 'en-us'
title = 'd@n tech'
theme = 'personal'
[params]
description = "Personal website of Dustin"
author = "dustin"
[taxonomies]
tag = "tags"
category = "categories"
[[menu.main]]
name = "home"
pageRef = "/"
weight = 10
[[menu.main]]
name = "resume"
pageRef = "/resume"
weight = 20
[[menu.main]]
name = "blog"
pageRef = "/posts"
weight = 30