Skip to main content

A Sphinx extension that converts any documentation or personal website project into a full-fledged blog.

Project description

https://travis-ci.org/sunpy/ablog.svg?branch=master https://circleci.com/gh/sunpy/ablog.svg?style=svg https://ci.appveyor.com/api/projects/status/cmmiadqoy5lx7l78?svg=true

Note

Please note that is an official new home of Ahmet Bakan’s Ablog Sphinx extension. This version is maintined with the aim to keep it working for SunPy’s website and thus new features are unlikely.

ABlog

ABlog is a Sphinx extension that converts any documentation or personal website project into a full-fledged blog with:

Installation

You can install ABlog using pip:

pip install -U ablog

or anaconda:

conda config --add channels conda-forge
conda install ablog

This will also install Sphinx, Alabaster, Werkzeug, and Invoke respectively required for building your website, making it look good, generating feeds, and running deploy commands.

Getting Started

If you are starting a new project, see ABlog Quick Start guide.

If you already have a project, enable blogging by making following changes in conf.py:

# 1. Add 'ablog' and 'sphinx.ext.intersphinx' to the list of extensions
extensions = [
    '...',
    'ablog',
    'sphinx.ext.intersphinx',
]

# 2. Add ablog templates path
import ablog

# 2a. if `templates_path` is not defined
templates_path = [ablog.get_html_templates_path()]

# 2b. if `templates_path` is defined
templates_path.append(ablog.get_html_templates_path())

How it works

If you are new to Sphinx and reStructuredText markup language, you might find reStructuredText Primer useful. Once you have content (in .rst files), you can post any page using the post directive as follows:

.. post:: Apr 15, 2014
   :tags: earth, love, peace
   :category: python
   :author: me
   :location: SF
   :language: en

ABlog will index all files posted as above and list them in archives and feeds specified in :tag:, :category:, etc. options.

You can also include a list of posts using postlist directive:

.. postlist::
   :list-style: circle
   :category: Manual
   :format: {title}
   :sort:

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

ablog-0.10.5.tar.gz (753.8 kB view details)

Uploaded Source

Built Distribution

ablog-0.10.5-py3-none-any.whl (47.4 kB view details)

Uploaded Python 3

File details

Details for the file ablog-0.10.5.tar.gz.

File metadata

  • Download URL: ablog-0.10.5.tar.gz
  • Upload date:
  • Size: 753.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for ablog-0.10.5.tar.gz
Algorithm Hash digest
SHA256 c69cbd34f8bee3166b40c89ad3ced2e4dac880a951619372f509d8729af8ce59
MD5 047168fbeab0009510f67f1fdd9e15c5
BLAKE2b-256 040ba84fb251f5b1892a1b16cba06dbebdb37563d0ab690f9f7f173ed5463806

See more details on using hashes here.

File details

Details for the file ablog-0.10.5-py3-none-any.whl.

File metadata

  • Download URL: ablog-0.10.5-py3-none-any.whl
  • Upload date:
  • Size: 47.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for ablog-0.10.5-py3-none-any.whl
Algorithm Hash digest
SHA256 39c01cfcec24a0fb2326530b21164c4bc3c237b69e58fe039f1728052dc63ae2
MD5 7ef1bf329133643fb64a4878cb724610
BLAKE2b-256 58f19fcc6f33c3644ffca6216369d6be7f5dca0a4e786d49e49badcd7624e9f7

See more details on using hashes here.

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