Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Support non-HTML content pages #6

Open
aprescott opened this issue Nov 29, 2012 · 1 comment
Open

Support non-HTML content pages #6

aprescott opened this issue Nov 29, 2012 · 1 comment

Comments

@aprescott
Copy link
Owner

For now, the only non-HTML content allowed is Markdown in _posts and _drafts. This means that if you want an About page, it has to go in about.html and must be regular HTML.

Both of these should be allowed in the same site: foo.html and bar.md should work as expected.

It might be worth using Tilt for this.

It's possible that both this and #5 would be solved with the same thing. .html files could be defined to be "pass-through" by default, and .md files would use whichever renderer is used for Markdown files, then all files in _posts could have an implicit .md extension, otherwise you could have a different extension altogether, such as:

_posts
├── 2012-11-28-foo.html
├── 2012-11-29-bar
└── 2012-11-30-baz.md
@aprescott
Copy link
Owner Author

It's not quite clear how Liquid would play with this if there is a two-stage conversion process going on.

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

No branches or pull requests

1 participant