Hello, I'm following the blogdown book to build my first website and picked a theme (https://github.com/upagge/ublogger).
However, when I try to Serve Site, I got this error:
> blogdown:::serve_site()
Launching the server via the command:
/Users/liuxiaochi/Library/Application Support/Hugo/0.80.0/hugo server --bind 127.0.0.1 -p 3467 --themesDir themes -t uBlogger -D -F --navigateToChanged
Error: Error building site: logged 1 error(s)
And when I try to Build Website, I got this error:
==> rmarkdown::render_site(encoding = 'UTF-8')
Start building sites …
ERROR 2021/02/06 09:11:30 Failed to read Git log: fatal: not a git repository (or any of the parent directories): .git
Total in 606 ms
Error: Error building site: logged 1 error(s)
This is annoying because other themes (such as the default one) just work fine.
Your kind guidance is much appreciated!