Move config.toml into config/_default

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
Change-Id: I33a186a07e82e5b3081865585e53d08b6d3839de
This commit is contained in:
baalajimaestro 2021-10-16 17:40:19 +05:30
parent 1f77cec0a9
commit d739526d37
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +0,0 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'

View file

@ -0,0 +1,10 @@
baseURL = "https://baalajimaestro.me"
languageCode = "en-US"
title = "baalajimaestro"
[author]
name = "Baalaji"
image = ""
links = [
{ twitter = "https://twitter.com/baalajimaestro" }
]