From 74a146635cf8024cfb59292f7473f149a3e65306 Mon Sep 17 00:00:00 2001 From: sawall Date: Fri, 3 Oct 2014 08:10:55 -0500 Subject: [PATCH] more notes --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a54ea69..f19fe87 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,14 @@ pelicanconf.py: 1. Unit tests. 2. Update colorbox/galleria example themes to deal better with nested albums. 3. Streamline/refactor/merge modules. - + +## Notes +For more on creating Pelican generator plugins, see the [Pelican plugin documentation] +(http://docs.getpelican.com/en/latest/plugins.html#how-to-create-plugins) and +[Pelican internals](http://docs.getpelican.com/en/latest/internals.html). + ##Credits -* Around 2/3 of the core Python code is ported from [Sigal v0.8.0](http://sigal.saimon.org/) by Simon Conseil. +* Around 2/3 of the core Python code is ported from + [Sigal v0.8.0](http://sigal.saimon.org/) by Simon Conseil. * Heavily leverages Pelican, Jinja2, Colorbox, and Galleria. * Pelican generator plugin implementation and integration by Scott Boone (sawall@github). \ No newline at end of file