{"id":15008831,"url":"https://github.com/gouthambs/flask-blogging","last_synced_at":"2025-05-14T11:10:10.409Z","repository":{"id":44668673,"uuid":"36397177","full_name":"gouthambs/Flask-Blogging","owner":"gouthambs","description":"A Markdown Based Python Blog Engine as a Flask Extension.","archived":false,"fork":false,"pushed_at":"2024-12-08T06:48:37.000Z","size":658,"stargazers_count":699,"open_issues_count":21,"forks_count":166,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-04-13T07:19:53.842Z","etag":null,"topics":["blog-engine","flask","flask-extensions","python2","python3","webframework"],"latest_commit_sha":null,"homepage":"http://flask-blogging.readthedocs.org/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gouthambs.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-05-27T21:33:36.000Z","updated_at":"2025-04-11T22:22:31.000Z","dependencies_parsed_at":"2024-06-19T19:05:39.242Z","dependency_job_id":"7ac39a17-8975-40db-ad9b-ff3471b548f7","html_url":"https://github.com/gouthambs/Flask-Blogging","commit_stats":{"total_commits":337,"total_committers":24,"mean_commits":"14.041666666666666","dds":"0.16617210682492578","last_synced_commit":"5b69019c70d0cb1893687799276abb9743f61785"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gouthambs%2FFlask-Blogging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gouthambs%2FFlask-Blogging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gouthambs%2FFlask-Blogging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gouthambs%2FFlask-Blogging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gouthambs","download_url":"https://codeload.github.com/gouthambs/Flask-Blogging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248676130,"owners_count":21143870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog-engine","flask","flask-extensions","python2","python3","webframework"],"created_at":"2024-09-24T19:20:49.902Z","updated_at":"2025-04-13T07:20:13.468Z","avatar_url":"https://github.com/gouthambs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flask-Blogging\n==============\n\n.. image:: https://github.com/gouthambs/Flask-Blogging/actions/workflows/unittesting.yml/badge.svg\n    :target: https://github.com/gouthambs/Flask-Blogging/actions/workflows/unittesting.yml\n\nThis is a Flask extension for adding blog support to your site using Markdown.\nPlease see `Flask-Blogging documentation \u003chttp://flask-blogging.readthedocs.org/en/latest/\u003e`_\nfor more details. You can extend Flask-Blogging by using `plugins from here \u003chttps://github.com/gouthambs/blogging_plugins\u003e`_.\n\nCheck out the `Serverless Blog \u003chttps://serverlessblog.com\u003e`_  demo running on AWS Lambda.\n\nFeatures\n--------\n\n- Integration with Markdown Editor\n- Ability to upload images for use in blog pages\n- Incorporate math formulas in LaTeX format\n- Integrates with authentication to allow multiple users\n- Plugin framework to easily extend and add new features\n    \nScreen Shots\n------------\n\n    Blog Editor\n\n.. figure:: /docs/_static/blog_editor.png\n\n    Blog Page\n\n.. figure:: /docs/_static/blog_page.png\n\n\nMinimal Example\n---------------\n\nCheck the `quickstart example \u003chttp://flask-blogging.readthedocs.org/en/latest/#quick-start-example\u003e`_ for the latest documentation.\n\nInstallation\n------------\n\nInstall the extension with the following commands::\n\n    $ easy_install flask-blogging\n    \nor alternatively if you have pip installed::\n\n    $ pip install flask-blogging\n    \n\nDependencies\n------------\n\n- `Flask \u003chttps://github.com/mitsuhiko/flask\u003e`_\n- `SQLAlchemy \u003chttps://github.com/zzzeek/sqlalchemy\u003e`_\n- `Flask-Login \u003chttps://github.com/maxcountryman/flask-login\u003e`_\n- `Flask-Principal \u003chttps://github.com/mattupstate/flask-principal\u003e`_\n- `Flask-WTF \u003chttps://github.com/lepture/flask-wtf\u003e`_\n- `Flask-FileUpload \u003chttps://github.com/Speedy1991/Flask-FileUpload\u003e`_\n- `Markdown \u003chttps://pypi.org/project/Markdown/\u003e`_\n- `Bootstrap \u003chttp://getbootstrap.com/\u003e`_\n- `Bootstrap-Markdown \u003chttps://github.com/toopay/bootstrap-markdown\u003e`_\n- `Markdown-js \u003chttps://github.com/evilstreak/markdown-js\u003e`_\n\n\nLicense\n-------\n\n`MIT \u003c/LICENSE\u003e`_\n\n.. include:: /docs/releases.rst\n\n.. include:: /docs/authors.rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgouthambs%2Fflask-blogging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgouthambs%2Fflask-blogging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgouthambs%2Fflask-blogging/lists"}