Hide page generation time and make HTML more standards compliant.
[bloggy.git] / config.py
blob7160d129302d59a40823c03b5d464401079349ae
1 # The path to the database file.
2 DBPATH = "bloggy.db" # The path to the database.
4 TITLE = "A New Bloggy" # The name of your blog.
5 NUMPOSTS = 10 # The number of posts to display per page.