Browse Source

Adding pelican-open_graph plugin, which adds Open Graph tags to articles.

Patrick Fournier 10 years ago
parent
commit
7204e865ff
3 changed files with 6 additions and 0 deletions
  1. 3 0
      .gitmodules
  2. 2 0
      Readme.rst
  3. 1 0
      pelican-open_graph

+ 3 - 0
.gitmodules

@@ -67,3 +67,6 @@
 [submodule "image_process"]
 [submodule "image_process"]
 	path = image_process
 	path = image_process
 	url = https://github.com/whiskyechobravo/image_process
 	url = https://github.com/whiskyechobravo/image_process
+[submodule "pelican-open_graph"]
+	path = pelican-open_graph
+	url = https://github.com/whiskyechobravo/pelican-open_graph.git

+ 2 - 0
Readme.rst

@@ -102,6 +102,8 @@ Multi parts posts         Allows you to write multi-part posts
 
 
 Neighbor articles         Adds ``next_article`` (newer) and ``prev_article`` (older) variables to the article's context
 Neighbor articles         Adds ``next_article`` (newer) and ``prev_article`` (older) variables to the article's context
 
 
+Open graph                Generates Open Graph tags for your articles
+
 Optimize images           Applies lossless compression on JPEG and PNG images
 Optimize images           Applies lossless compression on JPEG and PNG images
 
 
 PDF generator             Automatically exports RST articles and pages as PDF files
 PDF generator             Automatically exports RST articles and pages as PDF files

+ 1 - 0
pelican-open_graph

@@ -0,0 +1 @@
+Subproject commit 9be23fda58571aa335186b6a4fdee53ed0608843