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
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
Marshall Shen
cd50618b5f
add History markdown
2013-08-06 14:04:52 -05:00
Jade Dominguez
7501cf386d
Merge add-drafts. closes #167
2013-07-26 21:22:50 -07:00
Marshall Shen
c2d70e5c57
add draft feature
2013-07-26 21:17:22 -07:00
Romain Sertelon
2da62d449d
Adds Piwik Analytics Provider
2013-07-26 21:12:52 -07:00
Daniel Fone
ff69d3fc38
Better exception handling
...
You probably only want to rescue `ArgumentError` here, but certainly nothing more than the default `StandardError`. Rescuing `Exception` can lead to very strange behaviour.
See:
http://www.mikeperham.com/2012/03/03/the-perils-of-rescue-exception/
http://stackoverflow.com/a/10048406/1848
2013-07-26 21:12:52 -07:00
Pierre du Plessis
0766ee273d
Fix incorrect tag
2013-07-26 21:12:52 -07:00
Marshall Shen
b451b2a16d
add draft feature
2013-07-23 21:29:55 -05:00
Marshall Shen
a08b59da8d
add mission
2013-07-23 14:26:54 -05:00
Alif Rachmawadi
2c98321cda
Merge pull request #106 from BluePyth/piwik_provider
...
Adds Piwik Analytics Provider
2013-06-07 19:23:43 -07:00
Alif Rachmawadi
8e43db227e
Merge pull request #159 from danielfone/patch-1
...
Better exception handling
2013-06-07 16:34:50 -07:00
Daniel Fone
7b88b02b0f
Better exception handling
...
You probably only want to rescue `ArgumentError` here, but certainly nothing more than the default `StandardError`. Rescuing `Exception` can lead to very strange behaviour.
See:
http://www.mikeperham.com/2012/03/03/the-perils-of-rescue-exception/
http://stackoverflow.com/a/10048406/1848
2013-05-19 23:02:53 +12:00
Jade
c8038abc72
Merge pull request #146 from pierredup/patch-2
...
Fix incorrect tag
2013-04-19 09:17:23 -07:00
Jade
df13170a68
Merge pull request #145 from pierredup/patch-1
...
Update config to use new github domain
2013-04-19 09:07:43 -07:00
Pierre du Plessis
7c748b6a57
Fix incorrect tag
2013-04-19 18:52:10 +03:00
Pierre du Plessis
c95468aa1e
Update config to use new github domain
2013-04-19 11:52:19 +03:00
Jade Dominguez
77fc4c0d57
release 0.3.0
2013-02-24 01:51:14 -08:00
Jade Dominguez
d82396e81f
Merge remote-tracking branch 'origin/master'
2013-02-24 01:48:13 -08:00
Jade
0dde354ce1
Merge pull request #107 from opie4624/patch-1
...
Update 'rake post' to support tags on command line
2013-02-24 01:46:56 -08:00
Jade Dominguez
8dc291a130
Reformat copyright notice as per advice from @allolex.
...
Closes #78
2013-02-24 01:39:42 -08:00
Jade Dominguez
aa605b91ba
License should be MIT.
2013-02-24 01:35:44 -08:00
Jade Dominguez
29eae1f601
Upgrade to twitter bootstrap 2.2.2 plus new styling.
2013-02-24 01:28:38 -08:00
Liu Lantao
afec1ee1d2
add support for RSS feed.
...
add link tag in page header, to support subuscribe rss/atom feed in browsers.
2013-02-24 01:27:11 -08:00
Marko Bauhardt
4d45997ef1
update twitter bootstrap css and png's to version 2.1.1
2013-02-24 00:37:34 -08:00
Jade
0f00bf5c1a
Merge pull request #81 from xuhdev/fix-theme-install
...
Fix that theme will not be overwritten if exists.
2013-02-24 00:02:00 -08:00
Jade
1cd2592a2f
Merge pull request #77 from geon/master
...
20011 should be 2011 in the file structure tree.
2013-02-24 00:00:08 -08:00
Jade Dominguez
2001b5cf84
Fix merge conflict.
2013-02-23 23:54:35 -08:00
Jade
c84ac281a3
Merge pull request #102 from techotaku/jb-development
...
Giving every post/page the "smarter" custom tagline
2013-02-23 23:35:37 -08:00
Jade
ef0d8a06b3
Merge pull request #110 from lorensr/patch-1
...
Typo in _config.yml
2013-02-23 23:32:29 -08:00
Jade
4039de780f
Merge pull request #74 from lzcabrera/post_update
...
Post update
2013-02-23 23:27:47 -08:00
Jade
fcff62cca4
Merge pull request #132 from jkuchta/master
...
Fully take advantage of bootstrap awesomeness but responsive
2013-02-23 23:23:08 -08:00
Jeff Kuchta
5a77785114
Make it responsive out of the gate
2013-02-22 23:27:15 -07:00