UBlogger Error Message in Hugo
When I first started out using Hugo, I was attempting to use the UBlogger theme.
When I tried to perform the hugo serve
command, I was prompted with this error:
|
|
Solution
Update your config file at the root of your Hugo project to have the correct version parameters.
Your config.toml file should have the following paramters:
|
|
Now if you run hugo serve
again the error should be resolved.
Why am I Seeing this Error?
You will be prompted with this error message if you don’t have the [params] section with a version number in your config.toml file in the root directory of your project. The version number is required by the UBlogger theme to run properly.