Socket
Socket
Sign inDemoInstall

tumbleweed

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tumbleweed

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


Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc