maul.esel
|
c44d4248ac
|
warn on use of deprecated "server_port" option
|
2013-05-11 19:54:06 +02:00 |
Parker Moore
|
470a187395
|
Update history to reflect merge of #1079
|
2013-05-11 17:10:50 +02:00 |
Parker Moore
|
3b50f4116a
|
Merge pull request #1079 from maul-esel/docs-remove-pygments
Remove docs on installing pygments
|
2013-05-11 08:09:53 -07:00 |
Parker Moore
|
d869f99345
|
Update gemspec for new page-based docs.
|
2013-05-11 17:08:46 +02:00 |
maul.esel
|
ef06f19a9e
|
remove docs on installing pygments
This is no longer needed as stated by @parkr in #1021,
as jekyll now comes bundled with pygments.rb.
Fixes #1021.
|
2013-05-11 16:52:39 +02:00 |
Parker Moore
|
d675ef6662
|
Fixed some things on the site.
|
2013-05-10 23:28:42 +02:00 |
Parker Moore
|
fdceb50595
|
Can't use post_url to ask for the url's of the docs anymore.
|
2013-05-10 23:09:12 +02:00 |
Parker Moore
|
fe921190c7
|
Moving /docs to /docs/home
|
2013-05-10 23:05:59 +02:00 |
Parker Moore
|
9530e56176
|
Fix links to /docs/ in the site.
|
2013-05-10 22:57:51 +02:00 |
Parker Moore
|
23087b9c3f
|
Add permalink to docs/upgrading/
|
2013-05-10 22:55:27 +02:00 |
Parker Moore
|
d8070ec6be
|
Make Upgrading docs page a Page.
|
2013-05-10 22:55:01 +02:00 |
Parker Moore
|
6bd7feeaa8
|
Update history to reflect merge of #985. Closes #980.
|
2013-05-10 22:13:32 +02:00 |
Parker Moore
|
628f8280d0
|
Merge benbalter:docs-pages #985
|
2013-05-10 22:11:36 +02:00 |
Parker Moore
|
65a1b33f6c
|
Update history to reflect merge of #1073.
|
2013-05-10 21:55:57 +02:00 |
Parker Moore
|
6a36ace5ab
|
Merge pull request #1073 from zachgersh/link_change
Changed link to liquid, was going to a dead link and it really bothered me
|
2013-05-10 12:54:46 -07:00 |
zachgersh
|
59f2a41ced
|
Changed liquid link of the homepage.
|
2013-05-10 09:15:56 -07:00 |
zachgersh
|
29c165ef4c
|
Changed the liquid link in posts.
|
2013-05-10 09:13:18 -07:00 |
zachgersh
|
7a2a9d36a7
|
Corrected additional liquid link on the Welcome page.
|
2013-05-10 08:59:56 -07:00 |
zachgersh
|
07d87b2cc0
|
Changed link to liquid, was going to a dead link and it really bothered me.
|
2013-05-10 08:53:47 -07:00 |
Parker Moore
|
012717ed04
|
Update history to reflect merge of #1061.
|
2013-05-09 13:51:55 +02:00 |
Mort Yao
|
8d0543d54c
|
Bump pygments.rb version to 0.5.0
|
2013-05-09 13:51:25 +02:00 |
Parker Moore
|
3fbddc583c
|
Update history to reflect merge of #1067
|
2013-05-09 13:48:34 +02:00 |
Parker Moore
|
cd260535d3
|
Merge pull request #1067 from stomar/kramdown
Update to kramdown 1.0.2
|
2013-05-09 04:47:43 -07:00 |
Marcus Stollsteimer
|
7977c5ed1b
|
Update to kramdown 1.0.2
|
2013-05-09 13:26:29 +02:00 |
Parker Moore
|
0c04e5d55b
|
Catching that the Redcarpet gem has been installed. Fixes #1059
|
2013-05-08 11:55:19 +02:00 |
Parker Moore
|
8bd14f18f6
|
Update History to reflect release of 1.0.1.
|
2013-05-08 01:06:11 +02:00 |
Parker Moore
|
abc633a36a
|
Release 1.0.1
|
2013-05-08 01:03:51 +02:00 |
Parker Moore
|
c758f8d24f
|
Release 1.0.1
|
2013-05-08 01:03:14 +02:00 |
Parker Moore
|
2bee768e79
|
Update history to reflect merge of #1053. Closes #1038.
|
2013-05-08 00:58:31 +02:00 |
Parker Moore
|
cb0054b6d7
|
Merge pull request #1053 from mojombo/redcarpet-respect-pygments
Respect pygments config option in Redcarpet renderer.
|
2013-05-07 15:57:17 -07:00 |
Parker Moore
|
739f752580
|
Properly wrap and encode non-pygmentized code.
|
2013-05-08 00:45:55 +02:00 |
Parker Moore
|
f69c39c3ac
|
fix up tests for pygments-aware redcarpet
|
2013-05-08 00:45:42 +02:00 |
Parker Moore
|
62b4fd77ac
|
Using modules instead of classes for Redcarpet with/without Pygments.
|
2013-05-08 00:28:51 +02:00 |
Parker Moore
|
2114bb3c2e
|
Respect pygments config option in Redcarpet renderer.
|
2013-05-08 00:10:18 +02:00 |
Parker Moore
|
3fef9607bc
|
Update history to reflect introduction of #1051.
|
2013-05-07 23:54:02 +02:00 |
Chris Jones
|
25cb387953
|
Changed https to http in the GitHub Pages link. fixes #1051.
|
2013-05-07 23:53:17 +02:00 |
Parker Moore
|
eda088136f
|
Update history to reflect merge of #1048.
|
2013-05-07 22:13:21 +02:00 |
Parker Moore
|
541dbf1a04
|
Merge pull request #1048 from mojombo/fix-toc-rdiscount
Check to make sure there is a toc_token before trying to use it.
|
2013-05-07 13:11:10 -07:00 |
Parker Moore
|
1d2f172d6b
|
Check to make sure there is a toc_token before trying to use it. Fixes #1047
|
2013-05-07 18:12:47 +02:00 |
Parker Moore
|
81fea5ae22
|
Update history to reflect merge of #1037.
|
2013-05-07 16:46:02 +02:00 |
Parker Moore
|
5dd3b0b71d
|
Update tests to be compliant with #1037.
|
2013-05-07 16:45:15 +02:00 |
Parker Moore
|
f9e3cf21f9
|
Provide backwards-compatibility for change in #1037.
|
2013-05-07 16:45:06 +02:00 |
Parker Moore
|
6b9ef70d7b
|
Merge pull request #1037 from djui/patch-1
Add newer `language-` class name prefix to code blocks
|
2013-05-07 07:41:08 -07:00 |
Parker Moore
|
cacc0d0872
|
Clean up history file. Update it to reflect merge of #1027
|
2013-05-07 15:20:50 +02:00 |
Parker Moore
|
ea29bff239
|
Fix up markdownified history file.
|
2013-05-07 15:19:09 +02:00 |
Parker Moore
|
b625dbdbe3
|
I have weird preferences with filenames. Sorry, not sorry.
|
2013-05-07 15:18:01 +02:00 |
Parker Moore
|
3728f8149c
|
Merge pull request #1027 from benbalter/markdownify-changelog
Markdownify the changelog
|
2013-05-07 06:17:07 -07:00 |
Benjamin J. Balter
|
6928d5b550
|
rebase changelog
|
2013-05-07 08:59:16 -04:00 |
Parker Moore
|
877e328650
|
Update history to reflect merge of #1045
|
2013-05-07 14:32:37 +02:00 |
Parker Moore
|
368582832d
|
Merge pull request #1045 from mojombo/fix-lsi-build
Fix the index build with LSI. Fixes #1039.
|
2013-05-07 05:31:39 -07:00 |