Coder Social home page Coder Social logo

subrosa's Introduction

Subrosa

v.0.3

Build Status

You can see working example under konradwasowicz.com/subrosa

Subrosa is simple and elegant blogging platform written in Python, meant to be easy to use and deploy. Features:

  • Supported Python versions: 2.6, 2.7, 3.3, 3.4
  • Supported databases: MySQL, PostgreSQL, SQLite
  • Autogenerated table of contents for each article
  • Code highlighting via Pygments
  • Comments via Disqus
  • Responsive layout
  • RSS Channel
  • IE9+ compatible
  • Caching with no external dependencies
For installation and configuration instructions please refer to official documentation at http://subrosa.readthedocs.org/en/latest/

Software used

subrosa's People

Contributors

exaroth avatar

Stargazers

Igor Goncharov avatar Abdulaziz avatar Andrik Santos avatar Saúl Nogueras avatar Rares Urdea avatar Pyunghyuk Yoo avatar Sarkis Derderian avatar  avatar Devin McGloin avatar TA avatar Andrew McNett avatar None avatar Rezha Julio avatar Matrixer avatar  avatar  avatar Santiago Pappier avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar Joe Hand avatar  avatar  avatar  avatar Antonio avatar Yan Yu avatar Christopher Adams avatar Sutee Dee avatar Pablo Oubiña avatar Evgeny Shcherbinin avatar Ceasar avatar Dmitry Kulikov avatar Rezha Julio avatar Harald Kirkerød avatar Felipe Ruhland avatar Ben Hohner avatar Aditya Sahay avatar Lixiang Liu avatar Nathan Soliz avatar Marcelo Albuquerque avatar Tobias Macey avatar Paul Durivage avatar dokenzy avatar Ben Shen avatar Laszlo Szathmary avatar Carlos Lisboa avatar Sérgio Berlotto Jr avatar Gladson avatar Arthur Alvim avatar Bruno Rocha avatar Kael Spencer avatar Matthew Ryan Dillon avatar Scott Werner avatar Mengxi Lu avatar anr (they/them) avatar Iheanyi Ekechukwu avatar Brandon Smith avatar

Watchers

Sérgio Berlotto Jr avatar  avatar  avatar  avatar  avatar  avatar

subrosa's Issues

'NoneType' object not iterable -- help!

Hello!

Getting this error below, probably doing something stupid... Any advice?

Traceback (most recent call last):
  File "./create_db", line 4, in <module>
    from subrosa import db, app
  File "/root/subrosa/subrosa/__init__.py", line 64, in <module>
    s = Subrosa(app)
  File "/root/subrosa/subrosa/subrosa_init.py", line 65, in __init__
    "subrosa.md_extensions.extended_images"])
  File "/root/subrosa/subrosa/markdown_ext.py", line 41, in __init__
    self._instance = markdown.Markdown(**markdown_options)
  File "/usr/local/lib/python2.7/dist-packages/markdown/__init__.py", line 154, in __init__
    configs=kwargs.get('extension_configs', {}))
  File "/usr/local/lib/python2.7/dist-packages/markdown/__init__.py", line 180, in registerExtensions
    ext = self.build_extension(ext, configs.get(ext, {}))
  File "/usr/local/lib/python2.7/dist-packages/markdown/__init__.py", line 265, in build_extension
    return module.makeExtension(**configs)
  File "/root/subrosa/subrosa/md_extensions/extended_images.py", line 72, in makeExtension
    return ExtendedImagesExtension(config=config)
  File "/root/subrosa/subrosa/md_extensions/extended_images.py", line 34, in __init__
    for k, v in config:
TypeError: 'NoneType' object is not iterable

Thanks!

Suggestion/Bug

First of all, it looks awesome!
But there are two things I recognized which aren't working/missing, like the site_title isn't changing (in layout.html I needed to change the title to site_title) and I'm not able to update my profile picture.

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.