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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file tumbleweed-1.0.5.tar.gz.

File metadata

  • Download URL: tumbleweed-1.0.5.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.4

File hashes

Hashes for tumbleweed-1.0.5.tar.gz
Algorithm Hash digest
SHA256 069ff39791b177a94620fb8a2b367f2600df4dbf3ac563a1c0e03595fccf0cc7
MD5 74922d23d86295b9fe2bf24075fba1ae
BLAKE2b-256 a1d76c92b20cd3e708106a8ef8ac9510497a08f8ecd441e365556b5d03a8e0f4

See more details on using hashes here.

File details

Details for the file tumbleweed-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: tumbleweed-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.4

File hashes

Hashes for tumbleweed-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a25ae0fe29d92cae49e376e1c2d4d661150fd096624cf5f311899e041225b232
MD5 c3bf662f4f7ac3462ccd623b1cf8e289
BLAKE2b-256 b53fcbbb013b3cce72a36c971893fb95bd7049995fe33f2846bd62ff4c8ca3e3

See more details on using hashes here.

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