All Projects → mhsabbagh → Zayzafoun

mhsabbagh / Zayzafoun

A simple web blog script written in Python & Flask

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
script
160 projects

Labels

Projects that are alternatives of or similar to Zayzafoun

Mybolg
python+flask做的一个小blog
Stars: ✭ 142 (+373.33%)
Mutual labels:  blog, flask
Blog api tutorial
Blog API Written in Python Flask- Part 1: https://www.codementor.io/olawalealadeusi896/restful-api-with-python-flask-framework-and-postgres-db-part-1-kbrwbygx5 Part 2: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-2-l9y8awusp Part 3: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-3-lx7rt8pfk
Stars: ✭ 74 (+146.67%)
Mutual labels:  blog, flask
Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (+400%)
Mutual labels:  blog, flask
Blogreworkpro
Rework the BlogRework, a SEO friendly SPA, build with flask, react, redux, mongodb...
Stars: ✭ 86 (+186.67%)
Mutual labels:  blog, flask
Octblog
Yet another blog system powered by Flask and MongoDB
Stars: ✭ 421 (+1303.33%)
Mutual labels:  blog, flask
Bibi
An e-commerce fullstack solution for Flask 出口电商全栈解决方案
Stars: ✭ 914 (+2946.67%)
Mutual labels:  flask
Ecache
👏👏 Integrate cache(redis) [flask etc.] with SQLAlchemy.
Stars: ✭ 28 (-6.67%)
Mutual labels:  flask
Ludolatin
🏛️ An open-source tool for learning Latin
Stars: ✭ 20 (-33.33%)
Mutual labels:  flask
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-50%)
Mutual labels:  blog
Blog
本仓库存放个人博客的 markdown 源文件
Stars: ✭ 951 (+3070%)
Mutual labels:  blog
Teanblog
📄 Simple blog platform based on Egg.js
Stars: ✭ 29 (-3.33%)
Mutual labels:  blog
Peeplus
python+vue3前后端分离项目
Stars: ✭ 28 (-6.67%)
Mutual labels:  flask
Blog Post Workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Stars: ✭ 910 (+2933.33%)
Mutual labels:  blog
P2p
一个基于 python 的 flask 框架的资讯网站, http://119.29.100.53:8086/
Stars: ✭ 28 (-6.67%)
Mutual labels:  flask
Essay
A blog system based on Nuxt.js
Stars: ✭ 913 (+2943.33%)
Mutual labels:  blog
Neuron
Future-proof note-taking and publishing based on Zettelkasten
Stars: ✭ 945 (+3050%)
Mutual labels:  blog
Jaxbin
MathJax and TeX pastebin
Stars: ✭ 15 (-50%)
Mutual labels:  flask
React Saas Template
🌊 Template for building an SaaS / admin website using React + Material-UI
Stars: ✭ 942 (+3040%)
Mutual labels:  blog
Corpus Christi
Church management suite, open source, fully internationalized
Stars: ✭ 29 (-3.33%)
Mutual labels:  flask
Flask Boto3
Flask extension that ties boto3 connectors to the application context
Stars: ✭ 27 (-10%)
Mutual labels:  flask

Zayzafoun

A personal blog script written in Python & Flask. Focuses on simplicity and getting the job done. Still in the early testing stages. Your contributions are more than welcome.

Please note that this script focuses on being minimal. If you are about to submit a big pull request, open an issue first.

Features:

  • Very simple & clean.
  • Create/Edit/Delete Posts.
  • Create/Edit/Delete Pages.
  • Ability to set a special URL for each content.
  • Simple interface for everything essintial.
  • 100% Responsive design on all pages.
  • Login ability for one admin user.
  • Comments are served using Disqus.
  • Automatic RSS feed for posts.
  • Archive page for all your posts.
  • Free and Open Source!

Built using Python, Flask, FontAwesome and TinyMCE. Thanks for Lato font which is released under FDL 1.2. Zayzafoun script is released under the GPL 3 license.

Screenshots:

Screenshot 0

Screenshot 1

Screenshot 2

Demo

Visit my personal blog: http://blog.mhsabbagh.com/

Installation:

Make sure you have Flask instelled:

sudo pip install flask

Download all the files and extract them to a new folder, then run:

./zayzafoun.py

For deployment with apache2, you may see this: http://flask.pocoo.org/docs/0.10/deploying/mod_wsgi/ For deployment with nginx and others: http://flask.pocoo.org/docs/0.10/deploying/uwsgi/

To be honest this is not the normal coding style I do. but if I see a group of people interested in this script, maybe I continue working on improving it.

Bugs and Requests:

You can open new issues reports and feature requestes on the GitHub page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].