Robert Lord
e307f1dbbb
Update jQuery to work over SSL, resolves #18
2014-03-30 22:46:48 -04:00
Robert Lord
c364a2329b
Add link in README to Build a Quine tutorial
2014-03-30 22:44:30 -04:00
Robert Lord
88fcba6798
Add explanation of partials to _errors.md
2014-03-30 22:42:54 -04:00
Marcio Lima
b90436e48e
Add ability to split content in include files.
2014-03-28 12:29:31 -03:00
Tariq Islam
dc7a7dce41
Merge pull request #16 from tripit/dev
...
Update gems and add execjs and therubyracer
2014-03-25 11:38:04 -07:00
Robert Lord
6e7c428315
Add execjs and rubyracer to Gemfile, should resolve #12
2014-03-21 21:13:49 -04:00
Robert Lord
fa0115eb57
Add .cache to gitignore
2014-03-21 21:07:19 -04:00
Robert Lord
8eb3ce6237
Update gems
2014-03-21 21:06:36 -04:00
Tariq Islam
bb83688fc7
Merge pull request #10 from lord/master
...
Update gems, switch redcarpet to gem reference now that 3.1 is released
2014-02-18 12:55:34 -08:00
Robert Lord
5b3dd91fff
Update gems, switch redcarpet to gem reference now that 3.1 is released
2014-02-18 15:39:33 -05:00
Tariq Islam
3c5231fbd0
Merge pull request #8 from lord/master
...
Update gems - merged from Robert.
2014-02-14 12:13:19 -08:00
Robert Lord
8ea97c7f77
Update gems
2014-02-07 20:06:23 -05:00
Robert Lord
5bc89ce207
Update middleman-syntax and rouge, should fix #6
2014-01-13 15:24:17 -08:00
Robert Lord
b7a4296978
Add ChaiOne to Slate examples in readme
2014-01-11 09:13:38 -08:00
Robert Lord
3321fd1616
Update README.md
2014-01-10 22:10:07 -08:00
Robert Lord
7defe86bf6
Update gems
2014-01-10 12:27:39 -08:00
Robert Lord
35598a4e16
Add styling for horizontal rules
2013-12-31 16:34:19 -08:00
Robert Lord
d84692b7b9
Delete syntax.md
...
All of its contents are now hosted in the wiki.
2013-12-20 15:37:48 -08:00
Robert Lord
1c9d74a75b
Update README.md, remove FAQ, add link to wiki
2013-12-20 15:26:52 -08:00
Robert Lord
d744b8a22f
Add styling for definition lists
2013-12-20 10:44:14 -08:00
Robert Lord
730ee46de9
Update middleman gem
2013-12-19 16:45:06 -08:00
Robert Lord
a406646361
Update gems
2013-12-04 11:42:22 -08:00
Robert Lord
c1502d0476
Add asides instructions to syntax.md
2013-11-18 11:39:47 -08:00
Robert Lord
446f9341b9
Update Gemfile.lock
2013-11-18 11:10:08 -08:00
Robert Lord
6d7ba45f2c
Remove unused github-linguist dependency
2013-11-18 11:00:50 -08:00
Robert Lord
24729b9308
Update Travis icon to only check master branch
2013-11-18 10:45:01 -08:00
Robert Lord
bc9b1263be
Fix Travis README icon
2013-11-18 10:39:18 -08:00
Robert Lord
9331e3b9db
Add travis config, add travis icon to README
2013-11-18 10:31:36 -08:00
Robert Lord
27e0db7d14
Set default task to build
2013-11-18 09:31:28 -08:00
Robert Lord
42cb37cc9e
Add rake to Gemfile
2013-11-18 09:31:07 -08:00
Robert Lord
5b306d8134
Merge pull request #2 from tripit/dev
...
Update github-linguist, middleman, add Gemnasium status badge
2013-11-18 09:08:24 -08:00
Robert Lord
b39deb560f
Update github-linguist, middleman, add Gemnasium status badge
2013-11-18 09:00:12 -08:00
Robert Lord
198484ef2b
Add hack to prevent tocify from animating on page load
2013-10-31 13:44:02 -07:00
Robert Lord
d3ab3cc4b7
Add asides for nice-looking notes and warnings
...
You can now use <aside> with the classes
- warning
- success
- notice
to add little colored notes to your API docs! Examples are in
source/index.md.
Also, note that if you have a custom variables.scss, you'll have
to add
+$aside-notice-bg: #8fbcd4;
+$aside-warning-bg: #c97a7e;
+$aside-success-bg: #6ac174;
to it.
2013-10-31 12:26:07 -07:00
Robert Lord
ca40fed573
Add note to README about variables.scss
2013-10-31 11:41:25 -07:00
Robert Lord
bdd05b3c0c
Fix bug where weird white block could appear at bottom of page.
...
This bug occured if the final code sample extended beyond the
explanation at the bottom of the page.
To fix it, I simply made the background color of body a soft
blue.
2013-10-31 10:56:54 -07:00
Robert Lord
7c6594c595
Update README with more info about logo size
2013-10-31 10:54:54 -07:00
Robert Lord
c404bc02df
Add default language selecting with localStorage
...
Now, Slate will use localStorage to track the last selected
language, so if the user visits again with no language in the URL,
they will be redirected to the last language they used.
This update also fixes a bug with how the layout inserts the
language names into the javascript. Previously, they would be,
(for some inane reason) arrays within arrays. It is now just
an array. Whoever wrote that previous code was clearly a fool.
2013-10-29 10:40:07 -07:00
Robert Lord
5acbe01c3d
Fix capitalization error in README
2013-10-25 11:41:13 -07:00
Robert Lord
e2b70aff42
Change print stylesheet, fix slight bug with naming
...
Also changed README wording slightly.
2013-10-25 11:39:53 -07:00
Robert Lord
834119ecd8
Add print stylesheet
2013-10-25 11:33:19 -07:00
Robert Lord
26d47b06a0
Fix bug where syntax.css would fail to compile, causing errors
2013-10-21 15:17:35 -07:00
Robert Lord
dc33dfe0a7
Add table of contents footer links feature
...
Now you can add links to the bottom of your table of contents!
Documentation has also been changed to reflect this new
feature.
Please note that if you have a custom variables.scss, you'll have
to merge in this line:
$nav-footer-border-color: #666 ;
2013-10-21 14:09:38 -07:00
Robert Lord
81b9110cad
Add Github hosting feature to README
2013-10-20 21:14:19 -07:00
Robert Lord
052ac6db37
Update README, made it much more simple and clear
...
* Reworded a bunch of sections
* Added "features" section with bullets for the various features
of Slate
* Added screenshot of Slate
2013-10-16 13:26:42 -07:00
Robert Lord
f10e324f5f
Fix incorrect instructions in syntax help file
2013-10-16 13:01:47 -07:00
Robert Lord
6a22d7c11d
Update SCSS, fix bug where code annotations had wrong font.
2013-10-16 12:45:00 -07:00
Robert Lord
35a5d35512
Hide TripIt docs link from README, since they're not ready yet.
2013-10-14 15:35:26 -07:00
Robert Lord
04c0abbcfa
Refactor SCSS for better organization, readability, and customizability.
2013-10-11 15:55:46 -07:00
Robert Lord
e5658f498a
Update copyright year
2013-10-11 11:55:42 -07:00