Commit graph

424 commits

Author SHA1 Message Date
Robert Lord
31e021a01f Add PR template 2016-06-10 21:58:16 -05:00
Robert Lord
ad752cd538 Update rouge languages link in README 2016-06-10 17:23:21 -05:00
Robert Lord
ed6578ca73 Merge pull request #511 from Jameskmonger/patch-1
Add JavaScript examples
2016-05-24 09:33:49 -05:00
Robert Lord
1e54d1dd41 Merge pull request #464 from BaButtons/patch-1
Address #463
2016-05-24 00:09:57 -05:00
James Monger
cec5d662ad Add JavaScript examples 2016-04-21 11:38:08 +01:00
Robert Lord
f380e4c203 Note the need for an upgraded Ruby 2016-03-08 16:23:19 -06:00
Robert Lord
19d651a65a Add link to wiki 2016-03-01 20:46:01 -06:00
Robert Lord
13b113d1a5 Merge branch 'master' into dev 2016-03-01 20:44:01 -06:00
Robert Lord
979aaa91d5 Fixes #440, version 1.3.2 2016-03-01 20:43:54 -06:00
BaButtons
b84d76cd83 Add deploy configuration with a port set option
Addressing tripit/slate#463
2016-02-25 15:23:17 -05:00
Robert Lord
6a8c406f56 Merge pull request #454 from pra85/patch-2
Minor English Tweak
2016-02-11 16:42:51 -06:00
Prayag Verma
30c270c029 Minor English Tweak
Replace `a` with `an`
2016-02-10 23:47:10 +05:30
Robert Lord
28066ed281 Fixes #440, version 1.3.2 2016-02-03 16:19:16 -06:00
Robert Lord
6e37ca292f Add changelog for 1.3.1 2016-01-31 12:42:35 -06:00
Robert Lord
db48d22661 Fix broken word break styles 2016-01-31 12:41:11 -06:00
Tariq Islam
365a0b58ea Merge pull request #435 from tripit/dev
Thanks @lord and everyone contributing! Slate v1.3 ftw!
2016-01-29 16:16:13 -08:00
Robert Lord
d4bd994f03 Add version notes 2016-01-27 17:07:02 -06:00
Robert Lord
1c5bd80d4b Add travis script 2016-01-27 16:50:19 -06:00
Robert Lord
d6a7b5ff97 Small readme improvement 2016-01-27 16:48:16 -06:00
Robert Lord
ac9cb0aef9 Remove Rake 2016-01-27 16:41:30 -06:00
Robert Lord
d88d714d90 Make deploy script executable 2016-01-27 16:36:01 -06:00
Robert Lord
ffa2829fe5 Add deploy script 2016-01-27 16:35:39 -06:00
Robert Lord
b5c6495662 Fix travis bugs 2016-01-27 16:30:19 -06:00
Robert Lord
471c19a7c0 Remove docker 2016-01-27 15:53:28 -06:00
Robert Lord
1d108d0f40 Update Vagrant to work properly 2016-01-27 15:50:34 -06:00
Robert Lord
7f1d6da6dc Remove last inline script 2016-01-27 02:00:01 -06:00
Robert Lord
a4b9208af0 Move jquery to be local 2016-01-27 01:37:16 -06:00
Robert Lord
9f83bbd158 Add comment about middleman hanging to config.rb 2016-01-27 01:18:58 -06:00
Robert Lord
5c87f10383 Fix non-wrapping code in firefox 2016-01-27 00:53:24 -06:00
Robert Lord
ccd158df4f Add code block warning 2016-01-27 00:45:32 -06:00
Robert Lord
20d94974fa Add parrot link 2016-01-26 18:41:22 -06:00
Eric Caron
4f5443ce06 It should have be it. It wasn't it. It was its. 2016-01-26 15:54:36 -06:00
Eric Caron
79bb28c2f8 README copy-editing changes Applying the copy-editing changes noticed by Ira Brooker (@IOB1979) to the current master branch 2016-01-26 15:54:36 -06:00
Robert Lord
8cba352315 Add lang-specific class 2016-01-26 15:39:37 -06:00
Robert Lord
884cda666a Update readme 2016-01-26 13:10:36 -06:00
Robert Lord
c0dddf7560 Improve contribution guidelines 2016-01-26 13:03:37 -06:00
Robert Lord
44cf741f01 Add new logo 2016-01-26 12:55:22 -06:00
Robert Lord
63e3e30bc5 Update readme styling again 2016-01-26 12:53:06 -06:00
Robert Lord
b6084cfd0a Update readme styling 2016-01-26 12:52:42 -06:00
Robert Lord
02428eb687 Ignore .sass-cache 2016-01-26 12:52:33 -06:00
Robert Lord
7f88aafcba Upgrade to middleman 4 2016-01-26 12:52:03 -06:00
Robert Lord
f4dea9008d Merge branch 'master' into dev 2016-01-26 12:07:22 -06:00
Robert Lord
e1026d921c Merge pull request #428 from tinybike/master
Added Augur API to examples
2016-01-17 17:35:19 -06:00
Jack Peterson
35690907be Added Augur API to examples 2016-01-17 14:34:19 -08:00
Robert Lord
3ad0542fc7 Merge pull request #420 from netbe/fix-doc-docker
Update Boot2docker information for OSX
2016-01-08 23:46:11 -06:00
François Benaiteau
65c3dbd544 Update Boot2docker information for OSX 2016-01-08 12:31:33 +01:00
Robert Lord
bc8ac808b4 Merge pull request #419 from blackxored/better-docker-support
Better docker support
2016-01-02 14:29:48 -06:00
Adrian Perez
75f61557a2 fix(docker): new middleman requires JS runtime 2016-01-02 01:51:06 +01:00
Adrian Perez
f90e6b076d feat(docker): improve docker support
This improves Docker support in the following ways:

* Base image off `ruby:onbuild` to avoid unnecessary custom steps and ease
derived images.
* Adds `.dockerignore` to avoid sending large files to build.
* Adds a `docker-compose.yml` so users can simply type `docker-compose up`
to get it running.
* Explicity sets the volume definition in the `Dockerfile`.
* Volume is automatically mount by `docker-compose` (the `source` directory
relative to the project's dir).
* Workaround watcher failing to pick directory changes probably because of
vboxsf and the `listen` gem failing to register filesystem changes.
* Updates documentation.
2016-01-02 00:51:00 +01:00
Robert Lord
47cca3d8e7 Merge pull request #411 from zachpanz88/patch-1
Change cat name
2015-12-20 14:03:15 +08:00