-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
Hi,
On Jekyll if I wanted to split a post up into several smaller markdown files (as they are easier to review and proof-read) I would merely include these smaller markdown files into the main post file using Liquid tags by something like:
{% include_relative post-part01.md %}
{% include_relative post-part02.md %}
{% include_relative post-part03.md %}
...
{% include_relative post-partn.md %}where n is the number of markdown files I had split the post into. Is something like this possible with Hexo? My understanding of EJS templates is minimal, but based on available documentation I cannot see a way of doing this with this particular templating engine.
Thanks for your time,
Brenton
bennycode
Metadata
Metadata
Assignees
Labels
No labels