From 40b4e7765b39d63083146ca43e7a9457b09aed83 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Sat, 21 Sep 2024 21:54:34 +0300 Subject: [PATCH] edit configuration --- .gitignore | 1 + config.toml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c41f01 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hugo_build.lock \ No newline at end of file diff --git a/config.toml b/config.toml index 7e568b8..80c96d3 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ -baseURL = 'https://example.org/' +baseURL = 'https://bokku.xyz/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Bokku' +theme = 'zmin' \ No newline at end of file