Skip to content

Simple-as-dirt microblog in flask that serves .md posts without configuration

Notifications You must be signed in to change notification settings

mattalat/flask-microblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-as-dirt Flask Microblog

Add posts to posts/ to have them automatically show up in the post index

Md file metadata

Post metadata is communicated via the first line of the markdown file, which uses the following template: <Title>, <Author>, <Date Added>

  • Example first line of .md file:

    Wooden Posts All The Way, Old Man, 1925

  • Becomes:

    1. Title: "Wooden Posts All The Way"
    2. url: wooden-posts-all-the-way
    3. Author: "Old Man"
    4. Date: 01-01-1925

Templating

Templating using Jade

About

Simple-as-dirt microblog in flask that serves .md posts without configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published