소스 검색

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

Patrick Fournier 11 년 전
부모
커밋
7204e865ff
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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