All Projects → apas → Athena

apas / Athena

Minimalist static blog generator written in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Athena

Youtube Dl Webui
Another webui for youtube-dl powered by Flask.
Stars: ✭ 254 (-11.19%)
Mutual labels:  flask
Smart Contract Search Engine
Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract
Stars: ✭ 265 (-7.34%)
Mutual labels:  flask
Sklearnflask
Flask API for training and predicting using scikit learn models
Stars: ✭ 275 (-3.85%)
Mutual labels:  flask
Kamifaka
一款基于VUE3.0的开源免费的卡密发卡系统,高效、稳定可靠。
Stars: ✭ 253 (-11.54%)
Mutual labels:  flask
Manubot
Python utilities for Manubot: Manuscripts, open and automated
Stars: ✭ 260 (-9.09%)
Mutual labels:  pandoc
Pander
An R Pandoc Writer: Convert arbitrary R objects into markdown
Stars: ✭ 267 (-6.64%)
Mutual labels:  pandoc
Healthcheck
Write simple healthcheck functions for your Flask apps.
Stars: ✭ 254 (-11.19%)
Mutual labels:  flask
Flask Sqlacodegen
🍶 Automatic model code generator for SQLAlchemy with Flask support
Stars: ✭ 283 (-1.05%)
Mutual labels:  flask
Nyaa
Bittorrent software for cats
Stars: ✭ 2,899 (+913.64%)
Mutual labels:  flask
Zappa
Serverless Python
Stars: ✭ 224 (-21.68%)
Mutual labels:  flask
Flask Uwsgi Websocket
🔌 High-performance WebSockets for your Flask apps powered by uWSGI.
Stars: ✭ 259 (-9.44%)
Mutual labels:  flask
Flask Session Cookie Manager
🍪 Flask Session Cookie Decoder/Encoder
Stars: ✭ 257 (-10.14%)
Mutual labels:  flask
Bgp Dashboard
BGP Dashboard and Monitoring Web Application
Stars: ✭ 268 (-6.29%)
Mutual labels:  flask
Deep Learning In Production
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
Stars: ✭ 3,104 (+985.31%)
Mutual labels:  flask
Admin Dashboards
Admin Dashboards - Open-Source and Free | AppSeed
Stars: ✭ 275 (-3.85%)
Mutual labels:  flask
Safrs
SqlAlchemy Flask-Restful Swagger Json:API OpenAPI
Stars: ✭ 255 (-10.84%)
Mutual labels:  flask
Plotlydash Flask Tutorial
📊📉Embed Plotly Dash into your Flask applications.
Stars: ✭ 265 (-7.34%)
Mutual labels:  flask
Freki
🐺 Malware analysis platform
Stars: ✭ 285 (-0.35%)
Mutual labels:  flask
Bayesplot
bayesplot R package for plotting Bayesian models
Stars: ✭ 276 (-3.5%)
Mutual labels:  pandoc
Py webauthn
A WebAuthn Python module.
Stars: ✭ 270 (-5.59%)
Mutual labels:  flask

athena

athena is an elegant, minimalist, simple static blog generator written in Python. It is based on Flask, Pandoc, and Tufte CSS.

You can browse the live demo here.

Quick install and run

To install athena:

  1. git clone https://github.com/apas/athena.git
  2. python3 install.py

To run athena:

  1. source env/bin/activate
  2. python athena.py

athena will start a Flask server at 127.0.0.1:5000.

To build static HTML:

  1. python athena.py build

athena will create a new build/ directory (it's automatically ignored by git.)

Documentation

You can browse the full athena documentation and read about its philosophy in the repository's wiki.

License

MIT

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].