/zombie

My blog - life, musings, tech talks

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Zombie

Zombie is a minimalist ghost theme for code-accustomed eyes. Heavily inspired by ganymede. Demo here.

Configuring Routes

Modify the routes.yaml to contain the following:

routes:
  /archives/: 
    template: archives


collections:
  /:
    permalink: /{slug}/
    template: index

taxonomies:
  tag: /tag/{slug}/
  author: /author/{slug}/