HellO @jescalan,
Yes I think I understand where you're going at, we been storing plenty of .md
files for our blog using the /admin
combined with netlify. So far it is manageable, but we are limited to many blogging features such as tagging, feeds, categorize, searching, and so on. I guess this is one of the major disadvantage of roots compare to Hexo & Jekyll. But we have had no regrets in choosing roots to back our cms sites for the past 2 yrs.
For the life of me I cannot get this template to compile. I get :1 SyntaxError: Invalid or unexpected token
, the unexpected token is the first character which is a #
. currentDateTime
is a custom helper which outputs a formatted timestamp.
Template is defined like:
const defaultChangelogTemplate = `# Release {{releaseNumber}} - {{currentDateTime}}
{{#each entryGroups}}## {{capitalize label}}
{{#each items}}- {{this}}
{{/each}}
{{/each}}
---
`;