Commit graph

319 commits

Author SHA1 Message Date
Ahmet Bakan
38230a90dc Removed code highlight language. 2015-02-02 23:22:50 -08:00
Ahmet Bakan
6790edb0d2 Added a post on commands, and revised commands. 2015-02-02 23:20:25 -08:00
Mehmet Gerceker
26a4073f5e Fixed config bugs.
Added interactive Alabaster theme enable/disable option w/:
1. GitHub linking.
2. Google analytics support option.

Alabaster theme can be enabled w/ or w/o GitHub option now, analytics options are not affected.
2015-02-01 01:08:21 -08:00
Ahmet Bakan
9c8826daf6 Fixes, revisions. 2015-01-31 19:10:31 -08:00
Ahmet Bakan
e478f01a5a Merge pull request #27 from mehmetg/quickstart-dev
Quickstart dev
2015-01-31 18:57:11 -08:00
Mehmet Gerceker
2f4622b390 Renamed quickstart to start and removed the ablog-quickstart.py command. 2015-01-31 18:55:05 -08:00
Mehmet Gerceker
76c9f3492a Updated ablog quickstart updated for defaults and updated. 2015-01-31 18:51:50 -08:00
Ahmet Bakan
390ef94b71 Added built and serve commands. 2015-01-31 18:50:58 -08:00
Ahmet Bakan
e0f1605503 Started adding ablog command. 2015-01-31 15:10:54 -08:00
Mehmet Gerceker
410644a082 -Added ablog-quickstart.py function to the project.
-Modified templates for Makefile, conf.py and the master_doc .rst
file to work with ABlog. Non-related items have been truncated.
-Designated location for the blog post source files (.rst) is "dot"+blog
e.g. ("_blog") for the moment.

Usage:

>>>python ablog-quickstart.py -q -p blog_project_name -a "John Doe" -v 0.1 -r 0.1b test

OR:

>>>python ablog-quickstart.py

followed by a series of questions.

Known issues/TODO:
-Template formatting issues are still present.
-Extentions for Sphinx may need to be revised and re-added. Review pending.
-More options may need to be added to the quickstart workflow and the command
line
-Several TODO items are marked #TODO: in the code.
2015-01-29 05:43:37 -08:00
Mehmet Gerceker
b49ac4154e added missing file 2015-01-20 10:01:44 -08:00
Mehmet Gerceker
eb77196eb2 removed pyc file added by mistake. 2015-01-20 09:59:50 -08:00
Mehmet Gerceker
d1616a9ee6 Making progress... the command line options for sphinx are imported from sphinx 1.3b3... 2015-01-20 09:52:26 -08:00
Ahmet Bakan
338b28dfcd Revised documentation. 2014-12-20 12:28:14 -08:00
Ahmet Bakan
8a1892dc66 Version incremented, and release posted. 2014-12-20 12:05:51 -08:00
Ahmet Bakan
8bccd191f2 Merge branch 'devel' of github.com:abakan/ablog into devel 2014-12-17 08:37:58 -08:00
Ahmet Bakan
56e0e5f614 Revised content. 2014-12-16 22:11:34 -05:00
Ahmet Bakan
4e9354e68b Using pip to install ablog before building docs. 2014-12-16 22:10:59 -05:00
Ahmet Bakan
b33bd2c336 Commented out print statement. 2014-12-06 10:24:35 -08:00
Ahmet Bakan
d2b7992a08 Revised post_auto_image handling and documentation. 2014-11-30 22:19:40 -08:00
Ahmet Bakan
088ee1e3b2 Fixed post_auto_image and post_auto_excerpt options. 2014-11-30 22:12:31 -08:00
Ahmet Bakan
2349407396 Fixed issue in logical comparison for sorting. 2014-11-27 13:32:54 -08:00
Ahmet Bakan
0ade3eb714 Merge branch 'devel' of github.com:abakan/ablog into devel 2014-11-27 13:28:04 -08:00
Ahmet Bakan
8b32afe37c Added new configuration options (see issue #24).
blog_archive_titles = False # set True to see only titles in archives
blog_feed_titles = False    # set True to exclude excerpts from feeds
blog_feed_length = None     # specify number of recent posts in feeds
2014-11-27 13:26:03 -08:00
Ahmet Bakan
e4766fa329 Revised logical comparison. 2014-11-24 16:31:48 -08:00
Ahmet Bakan
c24305253d Merge pull request #25 from tychoish/optimization/list-sorting
optimizes repetative sorting
2014-11-24 16:31:02 -08:00
tychoish
578caed4a5 optimizes repetative sorting 2014-11-23 21:16:29 -05:00
Ahmet Bakan
4ff031fa02 Fixed template issue. 2014-10-07 22:45:21 -07:00
Ahmet Bakan
2a9978284b Cleaned up templates. 2014-10-07 22:37:14 -07:00
Ahmet Bakan
d83c8ec884 Some reorganization in the code and templates:
- Moved feed generation to a separate function
 - Using different templates for catalogs and collections.
2014-10-07 22:28:37 -07:00
Ahmet Bakan
984ee68c8c Completed issue #20. 2014-10-06 23:42:09 -07:00
Ahmet Bakan
28055c2a7e Updated upcoming release notes. 2014-10-05 22:07:03 -07:00
Ahmet Bakan
481d72626e Made Collection.relsize a function, fixed relsize issue #2. 2014-10-05 22:02:46 -07:00
Ahmet Bakan
8641c8415e Added the option to Catalog to yield posts in reverse order (fix #19). 2014-10-05 21:28:24 -07:00
Ahmet Bakan
4311013300 Added documentation for drop_h1 option. 2014-10-05 21:18:09 -07:00
Ahmet Bakan
e44cf7a9d3 Dropping h1 from post html txt in atom feeds (fixed issue #21).) 2014-10-05 21:13:15 -07:00
Ahmet Bakan
54b82b9f50 Started post for v0.4 and shortened releases list in front page. 2014-10-05 20:55:55 -07:00
Ahmet Bakan
8098942b66 Fixed issue #22. 2014-10-05 20:52:14 -07:00
Ahmet Bakan
c182f5fa5a Fixed some templeate issues to be released as v0.3.1. 2014-09-23 21:26:59 -07:00
Ahmet Bakan
d2f02266ae Merge pull request #17 from marble/master
Fix typo in documentation
2014-09-20 22:28:38 -07:00
Martin Bless
f8a256e3b2 Fix typo in documentation 2014-09-17 16:21:30 +02:00
Martin Bless
7aa05ddda4 Merge pull request #1 from abakan/master
Master
2014-09-17 16:18:28 +02:00
Ahmet Bakan
0f4c694a9f Incremented version number. 2014-09-14 21:26:24 -07:00
Ahmet Bakan
d9c1e2562e Updated translations. 2014-09-14 21:25:14 -07:00
Ahmet Bakan
f47189d660 Improved postlist directive. 2014-09-14 21:19:51 -07:00
Ahmet Bakan
5359074201 Updated content.ç 2014-09-14 21:19:41 -07:00
Ahmet Bakan
2af08d6e7f Updated Font-Awesome files and config to have En as default language. 2014-09-10 21:34:28 -07:00
Ahmet Bakan
f700903108 Added language option discussed in issue #15. 2014-09-10 21:34:11 -07:00
Ahmet Bakan
1112610724 i18n date display, short date format setting, comma between multiple authors. 2014-09-10 21:14:35 -07:00
Ahmet Bakan
f5a8f5ce58 Merge pull request #14 from marble/patch-1
Add a comment line
2014-09-10 18:18:35 -07:00