All Posts
ABlog v0.11 released
- 23 March 2023
ABlog v0.11 is released with the main focus being to update and tweak the HTML templates allow themes to override the default templates.
In addition, all ablog elements in the templates wrapped in ablog__*
divs to allow custom CSS rules.
External post
- 01 September 2021
This text will be in auto-generated post previews, but links to the post will direct to external_link
.
Markdown Support
- 10 October 2020
ABlog can support markdown pages using myst-parser. This page is a markdown file underneath.
ABlog v0.10 released
- 17 November 2019
ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support.
Jupyter Notebook Posting
- 27 October 2018
To add support for Notebooks to your Ablog instance, you need to configure your docs/conf.py
(or wherever your conf.py
is located.
ABlog v0.9 released
- 17 February 2018
ABlog v0.9.0 is released with the main focus being to support the latest version of Sphinx. This also moves the main development from Abakan to SunPy.
ABlog v0.7 released
- 03 May 2015
ABlog v0.7.0 is released to fix the long standing issue 1 related to pickling of Sphinx build environment on Read The Docs. Improvements also resolved issues with using LaTeX builder, improved cross-referencing for non-html builders.
Watch Yourself Blogging
- 19 April 2015
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.
ABlog v0.6 released
- 08 April 2015
ABlog v0.6 is released with new ABlog Commands. You can use
ablog deploy
to Deploy to GitHub Pages, and also ablog clean
to do spring cleaning every once in a while.
Deploy to GitHub Pages
- 07 April 2015
If you are looking for a place to publish your blog, GitHub Pages might be the place for you.
ABlog v0.5 released
- 25 March 2015
ABlog v0.5 is released. This version comes with ABlog Commands and a ABlog Quick Start guide.
ABlog Quick Start
- 01 March 2015
This short walk through of blogging work flow assumes that you have already installed ABlog. If not, see Installation guide.
ABlog Commands
- 01 March 2015
ablog
commands are for streamlining blog operations, i.e. building, serving, and viewing blog pages, as well as starting a new blog:
ABlog v0.4 released
- 20 December 2014
ABlog v0.4 is released. This version comes with the following improvements and bug fixes:
ABlog v0.2 released
- 31 August 2014
ABlog v0.2 is released. This version comes with several new features:
ABlog Internationalization
- 30 August 2014
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.
Posting Sections
- 20 August 2014
post
directive can be used multiple times in a single page to create multiple posts of different sections of the document.
Post Excerpts and Images
- 12 May 2014
This post describes how to choose an excerpt and an image image for a post to be displayed in archive pages.
Cross-referencing Blog Pages
- 11 May 2014
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.
ABlog Configuration Options
- 10 May 2014
This post describes ABlog configuration options that go in Sphinx build configuration file.