StaticMania / blogge-hugo-theme

Blogge is a clean and minimal blog hugo theme suitable for someone with easy creative features and effects who wants to create a personal blog site to make readers enjoy the pleasure of reading blog posts and blogs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little bug in startup

BozeBro opened this issue · comments

When I initially tried the setup tools, I believe there were some bugs but I might have run some things incorrectly.
git submodule add git@github.com:StaticMania/blogge-hugo.git themes/coHubloggeb should instead be
git submodule add git@github.com:StaticMania/blogge-hugo.git themes/blogge

and then the theme in config.toml should be blogge instead.

commented

Now you should use:

git submodule add https://github.com/StaticMania/blogge-hugo-theme themes/blogge-hugo-theme

And then update your config.toml:

theme = 'blogge-hugo-theme'