Skip to content
/ nikki Public

Simple static blog generator written in Python.

License

Notifications You must be signed in to change notification settings

z411/nikki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nikki

Simple static blog generator written in Python. It takes files written in Markdown and generates a static blog with it. It's currently under development.

Requirements:

  • Python 2 or 3
  • Mistune
  • wheezy_template

Usage

Clone the repository, create the directory pages and add your markdown files (with the .md extension) inside. You can use subdirectories for different categories. The .md files should have the following format:

title: Article title
date: YYYY-MM-DD HH:MM
(blank line)
Post content in Markdown here...

Then just run nikki.py without arguments and your blog should be generated in the output directory.

Planned

  • Automatic copying of static files such as stylesheets and images
  • Pagination
  • Archive list
  • Error handling
  • Tags (maybe)

About

Simple static blog generator written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published