forked from 20xd6/simple_blog_cms
This branch is 2 commits behind 20xd6/simple_blog_cms:master
Reviewed-on: #1
simple_blog_cms
A Content Management System (CMS) for simple_blog.
Process
- Find the article to publish.
- This can be from a given path or by parsing the current directory for MarkDown files.
- Find the article title.
- Assembles a path to publish the article to from the current month, year, and title.
- The title has all spaces replaced with
_
and a numeral appended to the front for proper sorting.
- The title has all spaces replaced with
- The
index.php
located in the common files directory is then symlinked to all the directories down to the new article path. - Adds a date-stamp to the top of the article.
- Copies all images to the appropriate folder under the publishing path.
- Adds a file named
tags
to the publishing directory. This is parsed by simple_blog to display tags at the bottom of the page.
TODO
- Tagging
- Update the
tags.csv
file - Add a file named
tags
to the article directory
- Update the
- Publish from compressed file
Description
Languages
Python
100%