Skip to content

Instantly share code, notes, and snippets.

@akfish
Created April 16, 2014 22:27
Show Gist options
  • Save akfish/10938992 to your computer and use it in GitHub Desktop.
Save akfish/10938992 to your computer and use it in GitHub Desktop.
hexo-series concept

Hexo-Series Plugin Concept

Usage

See another document.

Source Storage

In source folder:

_posts
_drafts
_series

In _series folder:

introduction-to-foo.md
make-bar.md

In introcuction-to-foo.md:

title: Introduction To Foo
category:
- Foo
tags:
- what
- ever
articles:
- title: Background
  post: introduction-to-foo-1-background.md
- title: Install
  post: introduction-to-foo-2-install.md
- title: Usage
- title: Extension
---

All descriptions about this series.

Generated

(TBD)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment