Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jekyll friendliness #19

Open
aronhoyer opened this issue Mar 4, 2016 · 0 comments
Open

Jekyll friendliness #19

aronhoyer opened this issue Mar 4, 2016 · 0 comments

Comments

@aronhoyer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant