Commit Graph
70 Commits
Author SHA1 Message Date
buildmaster 64e097400b Sync docs from master to gh-pages 2018-04-10 02:43:47 +00:00
buildmaster 3e516b098b Sync docs from master to gh-pages 2018-04-09 02:43:46 +00:00
buildmaster f5dbd4edba Sync docs from master to gh-pages 2018-04-08 02:43:45 +00:00
buildmaster 2177f51916 Sync docs from master to gh-pages 2018-04-07 02:43:45 +00:00
buildmaster b03797b0d6 Sync docs from master to gh-pages 2018-04-06 02:43:46 +00:00
buildmaster 089bd9855f Sync docs from master to gh-pages 2018-04-05 02:43:51 +00:00
buildmaster 0235989cf9 Sync docs from master to gh-pages 2018-04-04 02:43:46 +00:00
buildmaster 748a40e2c7 Sync docs from master to gh-pages 2018-04-03 02:43:43 +00:00
buildmaster c60ab8c243 Sync docs from master to gh-pages 2018-04-02 02:43:42 +00:00
buildmaster 4b59216661 Sync docs from master to gh-pages 2018-04-01 02:43:42 +00:00
buildmaster d390c8edf7 Sync docs from master to gh-pages 2018-03-31 02:43:41 +00:00
buildmaster f3d0fffdfb Sync docs from master to gh-pages 2018-03-30 02:43:43 +00:00
buildmaster 51ad375faf Sync docs from master to gh-pages 2018-03-29 02:43:42 +00:00
buildmaster f5917619d6 Sync docs from master to gh-pages 2018-03-28 02:44:04 +00:00
buildmaster 29446da852 Sync docs from master to gh-pages 2018-03-27 02:44:04 +00:00
buildmaster e4ea4ff205 Sync docs from master to gh-pages 2018-03-26 02:44:01 +00:00
buildmaster a711ae8479 Sync docs from master to gh-pages 2018-03-25 02:44:01 +00:00
buildmaster 41f9eee5d5 Sync docs from master to gh-pages 2018-03-24 02:44:01 +00:00
buildmaster 05c11a10f7 Sync docs from master to gh-pages 2018-03-23 02:44:06 +00:00
Ryan Baxter 504d1c191c Adding circle config 2018-03-21 20:40:39 -04:00
buildmaster bc1f25dbdb Sync docs from master to gh-pages 2018-03-22 00:09:40 +00:00
buildmaster 5fc49c34e7 Sync docs from master to gh-pages 2018-03-21 02:44:03 +00:00
buildmaster 38c9df3622 Sync docs from master to gh-pages 2018-03-20 02:44:03 +00:00
buildmaster f6d2064504 Sync docs from master to gh-pages 2018-03-19 02:44:09 +00:00
buildmaster cd5398db9c Sync docs from master to gh-pages 2018-03-18 02:44:03 +00:00
buildmaster 97df17e51b Sync docs from master to gh-pages 2018-03-17 02:44:03 +00:00
buildmaster 00de1b6458 Sync docs from master to gh-pages 2018-03-16 02:44:02 +00:00
buildmaster 47f9af9011 Sync docs from master to gh-pages 2018-03-15 02:44:00 +00:00
buildmaster 2b49278970 Sync docs from master to gh-pages 2018-03-14 02:44:00 +00:00
buildmaster 706190193b Sync docs from master to gh-pages 2018-03-13 02:17:31 +00:00
Ryan Baxter 5affdde8d8 Updating gitignore and removing target directories 2018-03-12 16:55:33 -04:00
buildmaster 97b08d06d9 Sync docs from master to gh-pages 2018-03-09 12:33:32 +00:00
buildmaster 6af2eb1667 Sync docs from master to gh-pages 2018-03-09 01:26:55 +00:00
Ryan Baxter ed9ae8a7e1 Initialize project page 2018-03-08 19:48:56 -05:00
Brian Clozel b2be58e5da Add defensive check for empty repository key 2017-03-23 15:58:52 +01:00
Brian Clozel e7438db1de Jekyll must be run with "bundle exec" command 2016-10-09 15:42:10 +02:00
Brian Clozel d14f6c1347 Merge pull request #18 from stonio/patch-2
remove alt attribute in <div>
2016-07-11 14:06:13 +02:00
Brian Clozel ebe3c742cc Merge pull request #17 from stonio/patch-1
Polish page.html
2016-07-11 14:05:39 +02:00
Brian Clozel ee9ea07249 Merge pull request #19 from wilkinsona/fix-jekyll-deprecation-warnings
Upgrade github-pages gem to fix deprecation warnings
2016-07-11 14:04:58 +02:00
Andy Wilkinson ce422b042e Upgrade github-pages gem to fix deprecation warnings
Previously, when running bundle exec jekyll serve a false-positive
deprecation warning was reported:

Deprecation: Auto-regeneration can no longer be set from your
configuration file(s). Use the --[no-]watch/-w command-line option
instead.

See https://github.com/jekyll/jekyll/issues/4831 for some details.
Jekyll 3.0.5 fixes the problem. This commit upgrades to the latest
version of github-pages, thereby also upgrading to Jekyll 3.0.5
2016-07-08 09:24:18 +01:00
stonio ce11407d96 remove alt attribute in <div> 2016-06-24 17:37:27 +02:00
stonio 1c2c952e2a Polish page.html
Remove default attributes and other little improvements.
2016-06-24 17:11:27 +02:00
Brian Clozel 48804fff88 Merge pull request #15 from dsyer/rouge
Add rouge gem
2016-04-26 11:48:27 +02:00
Dave Syer 00077cdd4d Add rouge gem 2016-04-26 10:24:07 +01:00
Brian Clozel c7ae9c6eeb Replace ZeroClipboard with clipboard.js
For copy/paste support in our code samples, we are using the
ZeroClipboard library which relies heavily on Flash.
Because many browsers/extensions are disabling this plugin nowadays,
this commit replaces ZeroClipboard with a native, lightweight solution
for this feature.
2016-04-26 10:17:19 +02:00
Brian Clozel 25706255a3 Fix markdown syntax error
The kramdown backend doesn't support titles whithout empty lines before
them.
2016-04-26 10:16:38 +02:00
Brian Clozel 83a616b02c Upgrade rbenv Ruby version to 2.2.0 2016-04-26 10:16:05 +02:00
Brian Clozel 9191438acf Merge pull request #14 from dsyer/gh-pages-upstream
Update for changes in github pages
2016-04-25 19:05:24 +02:00
Dave Syer 86f37ce7c1 Update for changes in github pages 2016-04-25 18:00:20 +01:00
Brian Clozel d25f656a48 Fix content warning issues over https
When served with HTTP/2 and TLS, project pages show several mixed
content errors:

* the imported Google fonts
* the AJAX call to spring.io to get the current project information
* the newsletter iframe

This commit changes URLs to use https or protocol-relative URLs when
possible. This also deletes the now defunct newsletter integration.
2015-12-16 14:23:00 +01:00