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