Coder Social home page Coder Social logo

exaroth / subrosa Goto Github PK

View Code? Open in Web Editor NEW
76.0 76.0 15.0 4.6 MB

Small and elegant blogging platform.

Home Page: subrosa.readthedocs.org

License: GNU General Public License v3.0

Python 11.00% Shell 0.10% JavaScript 15.62% CSS 67.88% HTML 5.40%

subrosa's People

Contributors

exaroth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.