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
Robert Lord
2e9e2b65f8
Add special thanks to readme
2013-10-11 11:30:08 -07:00
Robert Lord
91ff8a738a
Add copyright information to source files
2013-10-11 11:28:04 -07:00
Robert Lord
20f303f3d1
Remove unused commented-out settings from config.rb
2013-10-11 10:59:06 -07:00
Robert Lord
a250c6dbc2
Add :no_intra_emphasis to redcarpet settings
2013-10-10 10:16:32 -07:00
Robert Lord
489fb16b94
Update README.md and default index.md
...
Seriously upgraded the README documentation.
ALso, added a tiny fix to the Kittn example in index.md.
2013-10-09 15:18:14 -07:00
Robert Lord
d72f08d936
Update README.md
...
Changed a tiny wording thing.
2013-10-08 09:37:51 -07:00
Robert Lord
e7a0552edc
Update README.md
...
Fixed some more formatting problems, and reworded a few sections.
2013-10-07 14:47:09 -07:00
Robert Lord
916412b51b
Update syntax.md
...
Fixed another problem where the table example would show up as an actual table instead of a markdown example.
2013-10-07 12:49:12 -07:00
Robert Lord
6155c542a3
Update syntax.md
...
Fixed a tiny problem
2013-10-07 12:48:15 -07:00
Robert Lord
8aa611f77a
Adjust styling of border below h1 tag to be more consistent
2013-10-07 12:30:32 -07:00
Robert Lord
84b7705fd1
Add Kittn example file
2013-10-07 12:29:37 -07:00
Robert Lord
2d75b7a04d
Add syntax documentation
2013-10-07 12:29:19 -07:00
Robert Lord
dac9cff8fc
Update README.md
...
Added some more helpful information.
2013-10-07 12:28:33 -07:00
Robert Lord
b15573155e
Added sample code to index.md
2013-10-03 18:02:49 -07:00