+ [6 years ago] aruns xmn: I am noticing dashes / hyphens in some of the curly brackets in the Minima Jekyll theme.
+ [6 years ago] aruns Is that just for readability purposes?
+ [6 years ago] aruns e.g. {%- assign social = site.minima.social_links -%}
+ [6 years ago] xmn No I think it for liquid use. I don't use it, but check out https://github.com/Shopify/slate/issues/541 and https://shopify.github.io/liquid/
+ [6 years ago] aruns Thanks.

message no. 171024

Posted by kaokao in #jekyll at 2019-03-31T18:47:09Z

Hello
+ [6 years ago] xmn np
+ [6 years ago] cryptic0 How would you set "baseurl" for a website that sits at http://WEB.example.com and not at http://example.com/WEB?
+ [6 years ago] cryptic0 Should it still be baseurl: "/WEB"
+ [6 years ago] jaybe there is no additional path so the baseurl is /
+ [6 years ago] jaybe which is defaut anyway