0

I'm making a theme for Jekyll, and I've hit a problem where the site only serves to localhost:4000, and when I add a baseurl, it ignores it, although the command line output says it is serving it to localhost:4000/baseurl/. The theme is on GitHub here.

Any help much appreciated!

edapm
  • 45
  • 1
  • 9
  • I think I've worked out the problem... see issue 3 - https://github.com/forgenst/jekyll-statuspage/issues/3 – edapm Sep 17 '20 at 18:36

2 Answers2

0

Should be fixed when you use {{ page.url | prepend: site.baseurl }}.

Mr. Hugo
  • 11,887
  • 3
  • 42
  • 60
0

It was a Windows problem. See https://github.com/forgenst/jekyll-statuspage/issues/3

edapm
  • 45
  • 1
  • 9