11 lines
278 B
TOML
11 lines
278 B
TOML
baseURL = 'https://nvim.pro'
|
|
languageCode = 'en-us'
|
|
title = "Nvim.Pro ~ links to my website, profile and contact information"
|
|
theme = "LucentLink-Hugo"
|
|
minVersion = "0.115.0"
|
|
|
|
[params]
|
|
description = "A landing page for all my important links"
|
|
|
|
[outputs]
|
|
home = ["HTML"]
|