Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/the-akira/flask-illuminati-app
- Owner: the-akira
- License: mit
- Created: 2019-12-01T00:10:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T22:59:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T05:47:18.936Z (over 1 year ago)
- Topics: flask, flask-application, grid-layout, heroku, herokuapp, markdown, python3
- Language: CSS
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- PaginationYou 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