Parker Moore
9e0bad7255
Update history to reflect merge of #3510 [ci skip]
2015-02-24 21:21:14 -08:00
Parker Moore
bebb75ff0e
Merge branch 'delftswa2014-improve-this-page'
...
* delftswa2014-improve-this-page:
Make the .improve callout a light grey.
Put the pencil icon in front of the improve link.
Removed unnecessary margin and simplified padding.
Implemented the "Improve this page" feature. #3495
2015-02-24 21:19:55 -08:00
Parker Moore
a43d3d1dc8
Make the .improve callout a light grey.
2015-02-24 21:19:47 -08:00
Parker Moore
5d97ec9174
Update history to reflect merge of #3511 [ci skip]
2015-02-24 21:10:53 -08:00
Parker Moore
929d18fefc
Merge pull request #3511 from alfredxing/fix-docs-tests
...
Use `fixture_site` for Document tests
2015-02-24 21:10:04 -08:00
Alfred Xing
422fd7d304
Use `fixture_site` for Document tests
...
Should fix #3500
2015-02-24 20:31:16 -08:00
Martin Jorn Rogalla
a4db7ec63c
Put the pencil icon in front of the improve link.
...
Signed-off-by: Martin Jorn Rogalla <martin@martinrogalla.com>
2015-02-25 00:00:57 +01:00
Martin Jorn Rogalla
e2306ed79b
Removed unnecessary margin and simplified padding.
...
Signed-off-by: Martin Jorn Rogalla <martin@martinrogalla.com>
2015-02-24 22:12:05 +01:00
Martin Jorn Rogalla
13f8227877
Implemented the "Improve this page" feature. #3495
...
Created an "Improve this page" link for all the documentation headers. The
feature uses the fa-pencil icon of font awesome. Improvement over #3504(closed).
See issue #3495 for more information.
Signed-off-by: Martin Jorn Rogalla <martin@martinrogalla.com>
2015-02-24 22:04:49 +01:00
Parker Moore
5c388309b2
Spacing. [ci skip]
2015-02-23 01:25:58 -08:00
Parker Moore
faa5a446ba
Update history to reflect merge of #3502 [ci skip]
2015-02-23 01:25:42 -08:00
Parker Moore
0903515c39
Merge pull request #3502 from delftswa2014/update-doc-link
...
Changed doc link in template
2015-02-23 01:25:05 -08:00
Parker Moore
6cc298d615
Update history to reflect merge of #3496 [ci skip]
2015-02-22 21:21:31 -08:00
Parker Moore
7a93ca6f6c
Merge pull request #3496 from yous/site-template-gitignore
...
Ignore .jekyll-metadata in site template
2015-02-22 21:21:08 -08:00
Parker Moore
1923fc39df
Update history to reflect merge of #3497 [ci skip]
2015-02-22 21:20:57 -08:00
Parker Moore
e888a41b2d
Merge pull request #3497 from yous/trailing-whitespace
...
Remove trailing whitespace
2015-02-22 21:19:55 -08:00
Joop Aué
6bc3dee98d
Changed doc link in template
...
Changed the doc link in the template to link to /docs/home instead of /
Signed-off-by: Joop Aué <joopaue@gmail.com>
2015-02-22 18:42:12 +01:00
ChaYoung You
7db9397a9d
Remove trailing whitespace
2015-02-22 20:27:15 +09:00
ChaYoung You
ae244c4425
Ignore .jekyll-metadata
2015-02-22 18:31:46 +09:00
Parker Moore
c40272cebd
Update history to reflect merge of #3492 [ci skip]
2015-02-21 14:45:42 -08:00
Parker Moore
26acb3f9d9
Merge pull request #3492 from jekyll/upgrade-tests
...
Upgrade tests to use Minitest
2015-02-21 14:45:27 -08:00
Parker Moore
7ad0597bff
Make our own Minitest::Test subclass for further subclassing
2015-02-21 00:33:47 -08:00
Parker Moore
ace1b6b8d2
Migrate the integration tests to minitest, too
2015-02-21 00:31:25 -08:00
Parker Moore
52c4ce2a5a
Finish of moving the unit tests over to Minitest
2015-02-21 00:31:07 -08:00
Merlos
8186873e27
Updated plugins: added jekyll-auto-image generator
...
Added to the plugin list: jekyll-auto-image. A generator that makes available the first image of a post.
By installing the plugin you will be able to access the first image with {{ @page.image }}. This plugin is useful to Include an image on your list of posts or to set a twitter card for each post/page.
2015-02-21 03:17:32 +01:00
Parker Moore
4b59eb4175
Fix the test inheritance for the tests.
2015-02-20 13:35:02 -08:00
Parker Moore
d2b19963c1
Move from Test::Unit to Minitest.
2015-02-20 13:34:51 -08:00
Tony Eichelberger
47ee5db5fc
Removed the trailing slash from the example "/blog/" basurl comment. Following the example would add two slashes into the url, i.e. http://yourdomain.com/blog//
2015-02-20 07:06:12 -06:00
Parker Moore
e240bbb1bf
Update history to reflect merge of #3477 [ci skip]
2015-02-18 11:17:50 -08:00
Parker Moore
04430b2c17
Merge pull request #3477 from kleinfreund/patch-1
2015-02-18 11:17:26 -08:00
Parker Moore
80f64dea89
Update history to reflect merge of #3479 [ci skip]
2015-02-18 11:14:26 -08:00
Parker Moore
29534469c3
Merge pull request #3479 from tuzhucheng/update_doc_pagination_path
2015-02-18 11:13:36 -08:00
Michael Tu
705fdfb23d
Add a '/' to paginate_path
...
If this '/' is not present, then the second pagination code snippet
under the "Render the paginated Posts" section will have a bug.
Let's say my page 1 is located at host:port/blog/index.html and my
paginate_path setting in _config.yml is "blog/page:num/". The
observation if the paginate_path does not start with a '/' is that the href generated for the page numbers will have 2 'blogs', i.e. for page 2 the href will
incorrectly appear as 'host:port/blog/blog/page2' instead of just
'host:port/blog/page2'.
2015-02-18 03:13:57 -05:00
Philipp Rudloff
cd1326d457
Update LICENSE to 2015.
...
The future is now.
2015-02-17 22:17:25 +01:00
Parker Moore
1beee0d59d
Update history to reflect merge of #3475 [ci skip]
2015-02-17 13:12:27 -08:00
Parker Moore
4d0cb3345f
Merge pull request #3475 from markphelps/master
...
Fix wording in code snippet highlighting section
2015-02-17 13:11:59 -08:00
Mark Phelps
9a0db42436
Updating Rogue description text based on feedback.
2015-02-17 15:27:15 -05:00
Mark Phelps
dbead70168
Fix wording in code snippet highlighting section
2015-02-17 08:17:45 -05:00
David Smith
e9638fa6a2
updated lsi docs
2015-02-17 00:12:54 -05:00
Alfred Xing
9caa47d164
Update history to reflect merge of #3466 [ci skip]
2015-02-16 16:25:21 -08:00
Alfred Xing
05dc4df7e4
Merge pull request #3466 from MartinRogalla/twitterLinkUpdate
...
Change Twitter link to link directly to @jekyllrb.
2015-02-16 16:24:54 -08:00
Alfred Xing
7fb3b096c3
Update history to reflect merge of #3464 [ci skip]
2015-02-16 13:05:15 -08:00
Alfred Xing
32cc745142
Merge pull request #3464 from willnorris/rebuild
...
write .jekyll-metadata even on full_rebuild
2015-02-16 13:03:45 -08:00
Jedd Ahyoung
5fa1aadf7f
docs: Add frontmatter date formatting information
2015-02-15 18:28:52 -05:00
David Smith
edb50b81a3
changed the codefile name
2015-02-15 17:20:02 -05:00
David Smith
a2bf106c47
forgot a tick around a codefile name
2015-02-15 17:19:31 -05:00
David Smith
ae0b13b531
proofed changes
2015-02-15 17:16:54 -05:00
David Smith
f2696c1c4c
removed personal link
2015-02-15 17:10:50 -05:00
David Silva Smith
ac7c1d0cd6
How to access a specific item in the data folder
...
It's common to want to access a specific item in the data folder. this should be documented.
2015-02-15 16:32:40 -05:00
Martin Jorn Rogalla
9f22749ebb
Change twitter link to link directly to @jekyllrb.
...
Changed the link on the help page to directly link to the Twitter
@jekyllrb account.
Signed-off-by: Martin Jorn Rogalla <martin@martinrogalla.com>
2015-02-15 12:51:18 +01:00