latest 20 messages by Calinou
+
[2016-03-07T18:51:24Z]
Calinou
Sass building that's built-in Jekyll can compress your CSS
+
[2016-02-29T17:27:37Z]
Calinou
can you link to the repository you're using on GitHub?
+
[2016-02-29T17:27:31Z]
Calinou
causasui, your post file has front matter? is it named appropriately?
+
[2016-02-24T12:36:41Z]
Calinou
there are ways to make it work with relative paths but this means all your pages and posts will end with .html, and there will be no folders other than css/ and js/
+
[2016-02-24T12:36:04Z]
Calinou
this is why you need to be at the root, and with file:// protocol you're not at the root
+
[2016-02-24T12:35:51Z]
Calinou
Jekyll needs absolute paths to work well, typically
+
[2015-10-25T17:11:22Z]
Calinou
15.04 or 15.10? :)
+
[2015-10-10T16:13:09Z]
Calinou
you're going to insert bare HTML into your Markdown files.
+
[2015-10-10T16:13:01Z]
Calinou
jaybe, how are you going to use the grid and such?
+
[2015-10-10T16:12:53Z]
Calinou
we plan to ditch Bootstrap some day, but that's not for today :)
+
[2015-10-10T16:12:46Z]
Calinou
(I'm on a Bootstrap-using site)
+
[2015-10-10T16:12:35Z]
Calinou
Markdown is too limited, especially if you want to use Bootstrap :/
+
[2015-10-10T15:58:34Z]
Calinou
like this
+
[2015-10-10T15:58:33Z]
Calinou
http://haml.info/
+
[2015-10-10T15:57:12Z]
Calinou
diyfupeco, can you write "reduced" HTML like with HAML?
+
[2015-10-10T15:52:20Z]
Calinou
less tedious to write and maintain
+
[2015-10-10T15:51:44Z]
Calinou
I mean, something that makes your HTML easier to edit
+
[2015-10-10T15:34:31Z]
Calinou
tempted to use a HTML preprocessor for a site I'm using
+
[2015-10-10T15:34:25Z]
Calinou
no, it was a general question
+
[2015-10-10T15:33:53Z]
Calinou
HAML? Jade?