Major refactor, bordering on rewrite

- Rename the plugin (md_yaml -> md_metayaml)
- Rework directory structure for easier integration into Pelican
- Change markdown extension libary to a submodule
- Remove ugly path hacks
- Make the reader do less work (leverage the MarkdownReader class)
This commit is contained in:
pR0Ps
2014-12-25 00:08:52 -05:00
parent e4f7a2817c
commit 67e080a663
9 changed files with 34 additions and 204 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "markdown_metayaml"]
path = markdown_metayaml
url = git@github.com:pR0Ps/markdown_metayaml.git