Bladeren bron

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

Patrick Fournier 10 jaren geleden
bovenliggende
commit
7204e865ff
3 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  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"]
 	path = 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
 
+Open graph                Generates Open Graph tags for your articles
+
 Optimize images           Applies lossless compression on JPEG and PNG images
 
 PDF generator             Automatically exports RST articles and pages as PDF files

+ 1 - 0
pelican-open_graph

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