Updated, improved and bug-fixed hugo-bootstrap-premium

I have just updated, improved and fixed all bugs in hugo-bootstrap-premium and added multilingual support, moved main menu and footer menu data and config to the config.toml file so it follows common conventions and is easy to i18n integrate.

Examples of i18n integration are in the exampleSite folder for strings, content and menus.

So now it is easy to build a multilingual site with a structure like this:

mywebsite.com/ <- English
mywebsite.com/sv/ <- Swedish
mywebsite.com/fr/ <- French

or

mywebsite.com/en/ <- English
mywebsite.com/sv/ <- Swedish
mywebsite.com/fr/ <- French

Theme Repo:

2 Likes