Posts by Ahmet Bakan
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.