On Thu, Jun 16, 2016 at 7:32 AM, Rich Siegel <[email protected]> wrote:
> Yes; but I encourage you to go back and review these requirements. From my > reading of the Jekyll documentation, content is stored in either Markdown > (.md) or HTML (.html) or combination (.html.md), and there is no case in > which YAML used by Jekyll is stored in a file whose name ends in anything > other than ".yml". > Well, there's one case I know of: YAML metadata at the top of a file, which pretty much 100% of the Jekyll-related files I work with have. (While it'd be nice if BBEdit recognized those, the omission has never been a really big deal in my experience.) If Alain's file is really *all* YAML, though, I'm not sure why it's being put in a Markdown file; that sounds more like it's configuration information, or perhaps other data being used by the build process -- our company's web site has a few custom files like that to generate sidebar indexes, for instance. But since they're pure YAML, we use the .yml extension. -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
