A lightweight, easy-to-setup blog framework built on Flask
Project description
tumbleweed
A simple framework for all your blogging needs
Setup
- Initialize the blog object
blog = td.Blog(
title="The Burger Historian",
description="Brief snippets of the origin of my favorite food",
author="Daniel"
)
- 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
"""
)
- 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file tumbleweed-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: tumbleweed-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b663324f04b88e97b0fcb818ced931a40d69d1a06ec107bea813ba730866c242 |
|
MD5 | 14bb3aa224e0158b80ecdae92db4ffdc |
|
BLAKE2b-256 | 3958596806183c908c3ed5c35ba109079c2534de2e312bf8993e3706cebee310 |