Posts in Manual
Markdown Support
ABlog can support markdown pages using myst-parser. This page is a markdown file underneath.
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.
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.
Automate GitHub Pages Deploys
- Mon Jun 15 00:00:00 2015
- San Francisco, CA
- English
- Manual
If being away from your personal computer is holding you back from blogging, keep reading. This post will show you how to automate builds and deploys using Travis CI. Once you set this up, all you need to do post an article will be pushing to GitHub or creating a new file on GitHub.com from any computer!
Watch Yourself Blogging
- Sun Apr 19 00:00:00 2015
- San Francisco, CA
- English
- Manual
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.
Deploy to GitHub Pages
- Tue Apr 7 00:00:00 2015
- San Francisco, CA
- English
- Manual
If you are looking for a place to publish your blog, GitHub Pages might be the place for you.
ABlog Quick Start
- Sun Mar 1 00:00:00 2015
- San Francisco, CA
- English
- Manual
This short walk through of blogging work flow assumes that you have already installed ABlog. If not, see Installation guide.
ABlog Commands
- Sun Mar 1 00:00:00 2015
- Tue Apr 7 00:00:00 2015
- San Francisco, CA
- English
- Manual
ablog
commands are for streamlining blog operations, i.e. building, serving, and viewing blog pages, as well as starting a new blog:
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.
Posting Sections
- Wed Aug 20 00:00:00 2014
- San Francisco, CA
- English
- Manual
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
- Mon May 12 00:00:00 2014
- Pittsburgh, PA
- English
- Manual
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
- Sun May 11 00:00:00 2014
- Pittsburgh, PA
- English
- Manual
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
- Sat May 10 00:00:00 2014
- Sat Mar 20 00:00:00 2021
- Pittsburgh, PA
- English
- Manual
This post describes ABlog configuration options that go in Sphinx build configuration file.
Posting and Listing
- Fri May 9 00:00:00 2014
- Tue May 25 00:00:00 2021
- Pittsburgh, PA
- English
- Manual
This post describes post
, update
, and postlist
directives.