Skip to content

johnfn/category-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

category blog

A way to sort ideas into categories and dump them onto the web.

fun stuff

Setting up Flask, psycopg and Heroku in combination is notoriously undocumented. If you're interested in exactly how to get something like this set up, you should take a peek at the connect_db() function in main.py where most of the tricky stuff takes place. The rest of the trouble really just boils down to dependency bashing.

how to run it yourself

  1. Install postgresql.

  2. Run python -c 'from main import init_db; init_db()'

analytics

The category blog has support for Google Analytics. Just drop the code GA gives you into static/js/analytics.js (and remove mine!)

notes

Some of my SQL is pretty sloppy. I may rewrite it in the future.

About

like a normal blog, but with a stronger sense of tags or categories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors