Skip to main content

A lightweight, easy-to-setup blog framework built on Flask

Project description

tumbleweed

A simple framework for all your blogging needs

Setup

  1. Initialize the blog object
blog = td.Blog(
        title="The Burger Historian",
        description="Brief snippets of the origin of my favorite food",
        author="Daniel"
        )
  1. Add a post to your blog. Notice that markdown and inline html is fully supported!
blog.add('Why Vim is better than Emacs', 
    """
    1. Because I say so
    2. My hands are **too small** to type C-y
    3. Refer to item 1
    """
)
  1. Run your app
blog.run(port=8000)

Details

The Blog object inherits the default Flask object, so you can use any default flask options to start the server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tumbleweed-1.0.5.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

tumbleweed-1.0.5-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page