Git Product home page Git Product logo

kiloblog's Introduction

KiloBlog

A simple blog engine written in 1024 bytes of minified, gzipped python code.

Designed primarily as a starting point for others to expand on and teaching tool. Non-python code also needs to be 1024 bytes when minified. Libraries through CDN or installable from PyPI don't count towards the limit.

Tests, configuration, build files, etc. don't count towards this limit.

So this means:

  • Python [gzipped/minified] 1 kilobyte
  • Templates [gzipped/minified] 1 kilobyte

Total: 2 kilobytes

Quick Start

$ pip install -r requirements.txt
$ . scripts/activate
$ metrics
Python 1018
HTML 1020
$ flask run
* Serving Flask app "kiloblog"
* Forcing debug mode on
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 000-000-000

Modify setup.cfg as appropriate before deploying, take special mind to change the password and secret key.

Developing

Development requirements are in requirements-dev.txt and tests are run with py.test

Statistics:

  • Python โ€” 1018/1024 [99%]
  • HTML โ€” 1020/1024 [100%]

Author

  • Ryan E. Freckleton

License

See the LICENSE file for details

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.