edit configuration

This commit is contained in:
Alexandru 2024-09-21 21:54:34 +03:00
parent 0c4800c9eb
commit 40b4e7765b
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.hugo_build.lock

View File

@ -1,3 +1,4 @@
baseURL = 'https://example.org/' baseURL = 'https://bokku.xyz/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'My New Hugo Site' title = 'Bokku'
theme = 'zmin'