GithubHelp home page GithubHelp logo

best1712 / simple Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orf/simple

0.0 0.0 0.0 2.34 MB

Simple is a clone of Obtvse written in Python running on Flask.

License: MIT License

JavaScript 27.11% Python 7.30% CSS 48.18% HTML 17.41%

simple's Introduction

Simple

No longer maintained - I switched my blog to Gatsby, see https://tomforb.es/goodby-simple-hello-gatsby/ .

Simple is as a Python-powered markdown blog. You can see an example running on my blog. The editor is an expanding textarea and you can upload images by dragging and dropping them onto the page, and ctrl+s saves the post.

You can also add a header image to any post by selecting the image icon in the top right. This lets you browse through the latest Bing daily images, and in the future you will be able to upload your own.

Quickstart:

It's supposed to be easy to set up Simple. If you don't think it is then open a ticket and let me know. Simple is designed to be served via Gunicorn, behind nginx. You can optionally use supervisord to manage the gunicorn processes.

You need Python 3.4, and simply follow the commands below (nginx on Ubuntu uses /sites-available/ instead of /conf.d/):

>> mkdir blog && cd blog
>> python3.4 -m venv env
>> source env/bin/activate && pip install simpleblogging gunicorn
>> simple create
>> nano simple_config.py
>> simple nginx_config yoursite.com --proxy_port=9009 > /etc/nginx/conf.d/simple.conf
>> simple supervisor_config env/ 9009 >> /etc/supervisord.conf
>> chown -R nobody:nobody ../blog
>> supervisorctl start simple && service nginx reload

simple's People

Contributors

orf avatar hellerbarde avatar danielmagnussons avatar yin8086 avatar lidilidian avatar grnxp avatar adamchainz avatar axitkhurana avatar bitdeli-chef avatar mzupan avatar rmanocha avatar graue avatar fanzeyi avatar chenha0 avatar kraffslol avatar

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.