Skip to content

jjpikoov/jjblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jjblog

My own blogging platform written with Flask and Foundation Framework.


Installation

```bash git clone https://github.com/jjpikoov/jjblog.git jjblog cd jjblog virtualenv venv . venv/bin/active pip install Flask ```

Configuration

First of all, please edit config.py file (ProductionConfig class variables). Then change this line in main.py from: ```python app.config.from_object('config.DevConfig') ``` to ```python app.config.from_object('config.ProductionConfig') ```

Starting application

```bash python main.py ```

Screenshots

screenshot_2016-01-19_12-27-49
screenshot_2016-01-19_12-22-50
screenshot_2016-01-19_12-22-20
screenshot_2016-01-19_12-28-47
screenshot_2016-01-19_12-24-37

About

Blogging platform written with flask and Foundation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages