https://github.com/coldnew/org-pelican
org-mode export function for pelican static site
https://github.com/coldnew/org-pelican
Last synced: over 1 year ago
JSON representation
org-mode export function for pelican static site
- Host: GitHub
- URL: https://github.com/coldnew/org-pelican
- Owner: coldnew
- Created: 2015-05-01T10:17:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T01:41:14.000Z (almost 11 years ago)
- Last Synced: 2025-01-15T12:14:26.867Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 277 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: org-pelican -- org-mde exporter for pelican
org-pelican is an org-mode exporter for [[https://github.com/getpelican/pelican][pelican]] static site generator. I write
this for my personal's [[http://coldnew.github.io][blog]].
#+BEGIN_QUOTE
This project is under development
#+END_QUOTE
* Backend
org-pelican support following backend, which help you convert org-mode article to another type file
- [X] Markdown
untest yet, but it might work.
- [X] HTML
Currently use on my blog.
- [ ] rst
Not done yet, since ox-rst depends on development version of org-mode (8.3)
* Features
- [X] Gravatar
Generate metadata for =author_gravatar= so it's no need to install =gravatar=
pelican plugins.
- [X] Table of contains
Generate metadata for =toc=, which compatible with most pelican theme and it's
no need to use [[https://github.com/ingwinlu/pelican-toc][pelican-toc]] plugin.
- [X] Fancybox (HTML)
Convert image link with fancybox support automatically.
- [ ] Fancybox (MD)
Need to cheeck.
* Pelican plugins support
org-pelican also add pelican plugins support, which add following features.
- [X] Copy .org source in =contents= folder
If you publish .org file with generate pelican html/md file, you can use
org-pelican plugin to copy .org file to output folder.
- [ ] others ?