7 ms·
The URL of the bootstap CSS file indicates that it is flatstrap: http://littlesparkvt.com/flatstrap/ http://littlesparkvt.com/flatstrap/
by hxseven 14y ago
The URL of the bootstap CSS file indicates that it is flatstrap: http://littlesparkvt.com/flatstrap/ http://littlesparkvt.com/flatstrap/
- strawberrysauce 14y agoi did take a look at it, but they look quite different... has he customized flatstrap? or is it some out of the box theme? basically, where did 2.css come from?
- h2s 14y agoYeah I customised flatstrap (colors and fonts mainly). 2.css is part of the little CSS build process I came up with for this site. There are a bunch of LESS files in a directory (https://github.com/h2s/ppladdressbook.org/tree/master/_stylesheets/ppl https://github.com/h2s/ppladdressbook.org/tree/master/_style...). Then there's a rake task to build them into {{site.version}}.css. This means I can update the CSS, bump the version number, run jekyll, and push the changes live being certain that there won't be any annoying caching issues stopping people from getting the updated CSS.
- strawberrysauce 14y agonice! n thanks..