Posts in Manual

External post

This text will be in auto-generated post previews, but links to the post will direct to external_link.

Read more ...


Markdown Support

ABlog can support markdown pages using myst-parser. This page is a markdown file underneath.

Read more ...


Jupyter Notebook Posting

To add support for Notebooks to your Ablog instance, you need to configure your docs/conf.py (or whereever your conf.py is located.

Read more ...


ABlog API

setup(app)

Read more ...


Watch Yourself Blogging

Wouldn’t you like your blog being rebuilt and served to you automatically as you are blogging on a sunny Sunday afternoon? It’s now possible with the improved ablog serve command.

Read more ...


Deploy to GitHub Pages

If you are looking for a place to publish your blog, GitHub Pages might be the place for you.

Read more ...


ABlog Quick Start

This short walk through of blogging work flow assumes that you have already installed ABlog. If not, see Installation guide.

Read more ...


ABlog Commands

ablog commands are for streamlining blog operations, i.e. building, serving, and viewing blog pages, as well as starting a new blog:

Read more ...


ABlog Internationalization

ABlog automatically generates certain labels like Posts and Categories. If these labels appear in English on your blog although you specified another language, then this page is for you.

Read more ...


Posting Sections

post directive can be used multiple times in a single page to create multiple posts of different sections of the document.

Read more ...


Post Excerpts and Images

This post describes how to choose an excerpt and an image image for a post to be displayed in archive pages.

https://www.python.org/static/community_logos/python-logo.png

Read more ...


Cross-referencing Blog Pages

ABlog creates references to all post and archive pages. Posts can be cross-referenced using the name of the file, or when the file is named index, the name of the folder that contains the file.

Read more ...


ABlog Configuration Options

This post describes ABlog configuration options that go in Sphinx build configuration file.

Read more ...


Posting and Listing

This post describes post, update, and postlist directives.

Read more ...