A template that gives you jekyll-like static blog functionality for the latest spike version. Includes dynamic content with frontmatter, dates parsed from the file paths, and pagination. Can be configured to work with multiple collections.
This is the default template for use within spike when running spike new without a template option.
npm i spike -gspike tpl add jekyll [email protected]:static-dev/spike-tpl-jekyll.gitspike new <projectname> -t jekyllnpm run watchNOTE: Because this template uses Spike Collections, you cannot use the globally installed spike CLI with this template. Instead, you must use the locally installed spike via npm.
Spike uses sprout internally to generate it's project templates. This means you can even use this template without spike by using sprout directly.
npm i sprout-cli -gsprout add spike-tpl-jekyll [email protected]:static-dev/spike-tpl-jekyll.gitsprout new spike-tpl-jekyll <myproject>