Okay so I am lost. I am trying to build me some website. I installed hugo. Looks like it works. But. In generated html I get double slashes. I ‘compiled’ website with ‘slim’ theme. In generated html on index page I get:
[wrong] //hinst.tk//css/slim.css
[wrong] //hinst.tk//css/highlight.min.css
[correct] //hinst.tk/index.xml
[correct] //hinst.tk/js/slim.js
err had to remove leading http because “new users can post only 2 links per message”
So some links are wrong but others are correct
Also I do not see a link to my “about” page
All links to css appear suffering from //
BaseURL is specified in config.toml like this:
BaseURL = “http://hinst.tk/”