I have sent an email about it, but I'll write it here as well.
I would love for this package to be more Jekyll friendly.
As of right now, it's not very receptive of YAML front matter without writing it as plain text. In the index.jade file, that entails that I have to write the doctype line as regular html as opposed to Jade:
// output:index.html
|---
|---
<!doctype html>
html
head
as opposed to
// output:index.html
---
---
doctype html
html
head
The latter code, when saved, prompts a warning: "Assigning to rvalue (6:0) Assigning to rvalue (6:0)" and won't compile.
Also, I have to set pretty to false in order for the front matter not to be displayed—as it's supposed to—in the browser.
Really hope you can solve this. Sure, it's nitpicking, but it would make me a very happy camper.
I have sent an email about it, but I'll write it here as well.
I would love for this package to be more Jekyll friendly.
As of right now, it's not very receptive of YAML front matter without writing it as plain text. In the index.jade file, that entails that I have to write the doctype line as regular html as opposed to Jade:
// output:index.html |--- |--- <!doctype html> html headas opposed to
The latter code, when saved, prompts a warning: "Assigning to rvalue (6:0) Assigning to rvalue (6:0)" and won't compile.
Also, I have to set pretty to false in order for the front matter not to be displayed—as it's supposed to—in the browser.
Really hope you can solve this. Sure, it's nitpicking, but it would make me a very happy camper.