groundh0g
35876ce06a
Fixes issue #84 .
2015-03-31 23:48:52 -04:00
Joseph Hall (groundh0g)
3481cfab6a
Links and checks ...
...
Added some details to the tables of bugs and features to show progress and provide links to issues.
2015-03-15 13:08:00 -05:00
Joseph Hall (groundh0g)
b1cda32dc8
Added #84 to list of features.
...
See comments in issue #84 for proposed strategy.
2015-03-15 12:46:15 -05:00
Joseph Hall (groundh0g)
559baaf292
Merge pull request #250 from groundh0g/issue-42
...
Stand-alone helper. Low risk. Merging. Addresses issue #42 .
2015-03-15 08:34:37 -05:00
Joseph Hall (groundh0g)
dc7a95ef87
Merge pull request #248 from groundh0g/issue-113
...
Tested without issue. No activity on #113 comments. Merging.
2015-03-15 08:20:46 -05:00
Joseph Hall (groundh0g)
d97463761c
Merge pull request #243 from groundh0g/issue-98
...
Implements feature from issue #98 , based heavily on @tullyliu's example.
2015-03-15 08:14:15 -05:00
Joseph Hall (groundh0g)
b71da82402
Merge pull request #245 from groundh0g/feature-fileexists
...
Stand-alone addition to utility functions. Low risk. Merging.
2015-03-15 08:10:55 -05:00
Joseph Hall (groundh0g)
abc5ac86dc
Added the new (and only) Milestone (0.4.0)
2015-03-15 05:53:31 -05:00
groundh0g
4eebb4462c
Addresses issue #42 . Allows sorting of collections: arrays or hashes, ascending or descending.
2015-03-02 22:39:10 -06:00
groundh0g
66cf2298c9
Typo in Rakefile
2015-03-01 21:06:01 -06:00
Jade Dominguez
a5554de6ca
Merge pull request #246 from groundh0g/issue-86
...
Fix for issue #86 .
2015-02-28 13:28:26 -08:00
groundh0g
cdae108176
Added new JB/file_exists helper. Useful for things like using a larger image if available and conditionally including files. (e.g. "avatar_64x64.png" vs "avatar_256x256.png")
2015-02-28 07:03:06 -06:00
groundh0g
f76ed0bbee
Implements feature from issue #98 , based heavily on @tullyliu's example.
2015-02-28 00:52:21 -06:00
groundh0g
13547e6edf
Fix for issue #113 , based heavily on fujii@16e8a9d10259e4665534825422ec05b704f7114d.
2015-02-28 00:14:18 -06:00
groundh0g
f0b88832ec
Fix for issue #86 .
2015-02-27 23:25:38 -06:00
Marshall Shen
c77431db7e
Merge pull request #234 from roman-yagodin/master
...
Fix glyphicons for categories and tags
2014-10-13 13:18:59 -05:00
Roman M. Yagodin
d9173c529b
Fix glyphicons for categories and tags
...
Added missing base "glyphicon" CSS class as described here: http://getbootstrap.com/components/#glyphicons-examples
2014-10-13 16:56:56 +04:00
Marshall Shen
06b747a617
Merge pull request #232 from roman-yagodin/patch-1
...
Fix closing tag
2014-10-08 08:17:27 -05:00
Roman M. Yagodin
98b37b0e6e
Fix closing tag
2014-10-08 15:05:28 +04:00
Marshall Shen
c35069d295
Merge pull request #226 from PetersonLian/master
...
fixing issue#225(deprecation warning)
2014-08-19 07:36:26 -05:00
Peterson Lian
f04e8a8362
fixing issue#225(deprecation...) by:
...
1,_config.yml; change "pygments: true" to "highlighter: pygments"
2,rss.xml&atom.xml; change "Layout: nil" to "Layout: null"
2014-08-19 16:55:06 +08:00
Jade Dominguez
1f3596c445
Merge pull request #197 from RichardLitt/master
...
Bootstrap 3
2014-05-04 21:39:14 -07:00
Marshall Shen
6c4bbd9f6e
Merge pull request #198 from parnmatt/patch-1
...
Remove empty quotes when category is empty.
2014-01-02 10:44:36 -08:00
Matthew Parnell
a53b4a95dc
Simpler logic to category patch
...
Replace single line with cleaner, more readable Ruby.
2014-01-01 23:41:04 +00:00
Matthew Parnell
2fc2e068e6
Remove empty quotes when category is empty.
...
When category = ""
Should print "category: " to file, current behaviour prints "category:
\"\"".
Latter creates an actual category, with a blank title. All posts created
since this update, without a category explicitly written in `rake`
command, or post directly edited, will belong to this category.
2014-01-01 20:37:21 +00:00
Richard Littauer
cdf53c890e
Created a Bootstrap-3 theme, readded the twitter theme, made bootstrap-3 default.
2013-12-26 14:18:04 -05:00
Richard Littauer
4f98b59d94
Removed local respond.js given that CDN does work, just not from file://
2013-12-26 14:09:21 -05:00
Richard Littauer
94220cba1f
Added some custom Jekyll styling, because.
2013-12-25 13:47:54 -05:00
Richard Littauer
eb499c2248
Fixed sticky footer.
2013-12-25 13:47:43 -05:00
Richard Littauer
96dfd7f11e
Possibly completed everything, actually.
2013-12-25 13:29:43 -05:00
Richard Littauer
531b59cb1c
Added in respond.min.js, removed old html5shiv as using the cdn that getbootstrap.com uses should work. Response.min.js doesn't work from CDN.
2013-12-25 12:33:35 -05:00
Richard Littauer
0872d7e5a5
Added in html5shiv manually. IE6-7 no longer supported. Couldn't find a good CDN for this, google usage suggests downlaoding it. 'printshiv' This is for printed elements for IE 8.
2013-12-25 12:29:01 -05:00
Richard Littauer
202970b3ba
Loaded in new CSS, JS, glyphicons, added in IE Edge, testing this commit.
2013-12-25 12:17:57 -05:00
Jade Dominguez
2f6c40b8b2
Update readme to point to new separate documentation repository.
2013-10-17 19:22:32 -07:00
Marshall Shen
10b4ad0569
Merge pull request #189 from marshallshen/master
...
fix parsing error
2013-10-09 14:50:47 -07:00
Marshall Shen
ee1d6b1438
fix parsing error
2013-10-09 16:48:09 -05:00
Marshall Shen
89530f6a7a
Merge pull request #183 from Miguelos/patch-2
...
Update 'rake post' to support category on command line
2013-09-23 10:47:38 -07:00
Miguel
56bc767a53
Update 'rake post' to support category on command line
...
Updated comment.
Creating a post with multiple tags require no whitespaces between tags:
rake post title="A Title" [date="2012-02-09"] ... tags=[tag1,tag2]
or quotes:
rake post title="A Title" [date="2012-02-09"] ... tags="[tag1, tag2]"
2013-09-07 19:16:25 +01:00
Marshall Shen
fed94a262d
Update History.markdown
2013-09-04 11:34:24 -05:00
Marshall Shen
dea31e73cf
Merge pull request #179 from kvannotten/patch-1
...
Updated Rakefile :preview command to new Jekyll standards
2013-09-04 09:33:35 -07:00
Kristof Vannotten
dbdf47a976
Updated _config.yml => removed auto property, deprecated in the latest jekyll
2013-09-03 13:41:00 +08:00
Kristof Vannotten
28c3ba7a48
Updated Rakefile :preview command to new Jekyll standards
...
jekyll --server --auto is deprecated and has been replaced with jekyll serve(r) -w(atch)
2013-08-31 18:04:52 +08:00
Jade
010d99fb5d
Merge pull request #171 from coding46/patch-1
...
[FIX] Fix tags output in :post task
2013-08-15 14:12:05 -07:00
Jade
f667a9b139
Merge pull request #172 from coding46/patch-2
...
[FIX] Fixed small typo in comment
2013-08-15 14:10:53 -07:00
G. Bodenschatz
4a934b023e
[FIX] Fixed small typo in comment
2013-08-15 23:05:55 +02:00
G. Bodenschatz
af9c45d973
[FIX] Fix tags output in :post task
2013-08-15 22:20:36 +02:00
Marshall Shen
46f4a2682d
Merge pull request #169 from marshallshen/create_markdown
...
Create markdown
2013-08-14 08:03:54 -07:00
Marshall Shen
d25c49278b
Merge pull request #170 from markijbema/patch-1
...
Fixed outdated link
2013-08-13 18:15:26 -07:00
Mark IJbema
50aa9b60c2
Fixed outdated link
2013-08-10 22:01:40 +02:00
Marshall Shen
8507c4ca34
Merge branch 'master' of github.com:plusjade/jekyll-bootstrap into create_markdown
2013-08-06 14:05:01 -05:00