Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-akira/flask-illuminati-app

A simple Illuminati themed blog made with Flask
https://github.com/the-akira/flask-illuminati-app

flask flask-application grid-layout heroku herokuapp markdown python3

Last synced: about 2 hours ago
JSON representation

A simple Illuminati themed blog made with Flask

Awesome Lists containing this project

README

        

# Flask Illuminati App

![img](https://raw.githubusercontent.com/the-akira/Flask-Illuminati-App/master/static/Avatar.png)

A simple Illuminati themed Blog made with Flask

## Features

- Markdown Support
- Syntax Highlighting
- Tables
- Tags
- Dates
- Pagination

You can see an example here: **https://flaskilluminati.herokuapp.com**

## Installation

### Clone the Repository

```
git clone https://github.com/the-akira/Flask-Illuminati-App.git
```

### Inside the Main Directory

Create a Virtual Environment

```
python -m venv myvenv
```

Activate the Virtual Environment

```
source myvenv/bin/activate
```

Install Requirements

```
pip install -r requirements.txt
```

Run the Application

```
python app.py
```

In order to change the default number of posts per page you have to change the **per_page** variable in `flask_paginate.__init__.py` file