Skip to main content

Yet another Markdown based blog

Project description

DelogX is a lite, tiny, micro and dynamic Markdown based blog framework, written in Python and powered by Flask.

Features

  • Small, little, lite, tiny and micro.

  • Easy to install and deploy.

  • Write and publish with Markdown.

  • Manage articles in one directory.

  • No database and admin panel, everything is file.

  • Compatible with Windows, macOS, Linux and even WSL or Android.

  • Configure everything, including localization.

  • Customize your blog with plugins and themes.

  • Deploy on Apache, Nginx, standalone WSGI containers or just built-in server.

Installation

Install DelogX with pip:

pip3 install DelogX

You may need root permissions:

sudo pip3 install DelogX

Getting Started

After installing, Create a new directory to store your blog application, and enter it.

mkdir my_blog
cd my_blog

Then run command:

delogx init

and follow the instructions to initialize.

When the process is complete, run:

python3 debug.py

and visit “http://127.0.0.1:8000” to test if everything is ok.

If everything is ok, you can read the documentation to learn about how to config and how to add posts.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DelogX-1.2.3.tar.gz (30.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page