Skip to content

Foxboron/FoxBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxBlog

Project involving creating a basic microblog using git with Flask.

Postys are contained inside posts and will be dynamically displayed on the front page. sites will be the files for the different sub-sites you create.
Everything uses Markdown!

I also added prettify.js with a little word change to we can use the Markdown lib Codehilite's code syntax.

Copy and save as config.conf.

{
   "Github": github_username,
   "Repo": github_repo,
   "mail": gravatar_mail,
   "client_id": github_client_id,
   "client_secret": github_client_secret
}

Requirements:

  • Flask
  • Markdown for Python

About

Source for a Flask driven microblog using github!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published