18 lines
407 B
TOML
18 lines
407 B
TOML
|
baseURL = 'https://kevincotugno.com/'
|
||
|
languageCode = 'en-us'
|
||
|
title = 'Kevin Cotugno'
|
||
|
theme = 'PaperMod'
|
||
|
|
||
|
[params.profileMode]
|
||
|
enabled = true
|
||
|
Title = "Hello"
|
||
|
subtitle = "I am a software engineer with a passion for technical and business problem solving."
|
||
|
|
||
|
[[params.socialIcons]]
|
||
|
name = "github"
|
||
|
url = "https://github.com/kcotugno"
|
||
|
|
||
|
[[params.socialIcons]]
|
||
|
name = "email"
|
||
|
url = "mailto:kevin@kevincotugno.com"
|