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:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "markdown_metayaml"]
|
||||
path = markdown_metayaml
|
||||
url = git@github.com:pR0Ps/markdown_metayaml.git
|
Reference in New Issue
Block a user