latest 20 messages by Calinou
+
[9 years ago]
Calinou
Sass building that's built-in Jekyll can compress your CSS
+
[9 years ago]
Calinou
can you link to the repository you're using on GitHub?
+
[9 years ago]
Calinou
causasui, your post file has front matter? is it named appropriately?
+
[9 years ago]
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/
+
[9 years ago]
Calinou
this is why you need to be at the root, and with file:// protocol you're not at the root
+
[9 years ago]
Calinou
Jekyll needs absolute paths to work well, typically
+
[9 years ago]
Calinou
15.04 or 15.10? :)
+
[9 years ago]
Calinou
you're going to insert bare HTML into your Markdown files.
+
[9 years ago]
Calinou
jaybe, how are you going to use the grid and such?
+
[9 years ago]
Calinou
we plan to ditch Bootstrap some day, but that's not for today :)
+
[9 years ago]
Calinou
(I'm on a Bootstrap-using site)
+
[9 years ago]
Calinou
Markdown is too limited, especially if you want to use Bootstrap :/
+
[9 years ago]
Calinou
like this
+
[9 years ago]
Calinou
http://haml.info/
+
[9 years ago]
Calinou
diyfupeco, can you write "reduced" HTML like with HAML?
+
[9 years ago]
Calinou
less tedious to write and maintain
+
[9 years ago]
Calinou
I mean, something that makes your HTML easier to edit
+
[9 years ago]
Calinou
tempted to use a HTML preprocessor for a site I'm using
+
[9 years ago]
Calinou
no, it was a general question
+
[9 years ago]
Calinou
HAML? Jade?