Commit Graph
46 Commits
Author SHA1 Message Date
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
Robert Lord e641bd7d4a Add generic logo, remove TripIt logos. 2013-10-03 18:02:18 -07:00
Robert Lord d562c8f71e Neeeevermind Apache License 2013-10-03 17:57:35 -07:00
Robert Lord 0a78bb259f Add MIT License 2013-10-03 17:30:50 -07:00
Robert Lord a4e05ed506 Update README.md
Just made some edits, added the Slate name, and fixed the code rendering issue.
2013-10-03 17:24:37 -07:00
Robert Lord 82b8ca4616 A new README 2013-10-03 16:54:40 -07:00
Robert Lord 63429f1e9a Added relative links that are needed for hosting a page in a non-root directory. 2013-10-03 14:58:18 -07:00
Robert Lord 1030376e37 More style fixes and changes 2013-10-01 13:32:30 -07:00
Robert Lord f7e6117e85 Various style updates and bugfixes 2013-09-27 13:42:57 -07:00
Robert Lord 38ad55851a Change language declaration
Now, if no languages are specified, the language selection bar simply doesn't appear.

It has also been renamed from "languages" to "language_tabs".

Additionally, now language names default to the markdown name. They can still be overridden by the languagename:Display Name syntax.
2013-09-27 13:37:36 -07:00
Robert Lord 7ae21ae972 Fix padding bug with blockquotes in the right area. 2013-09-25 10:15:59 -07:00
Robert Lord fd80b240bd Make every other table row have a different color 2013-09-24 14:54:42 -07:00
Robert Lord 28f442e529 Add automatic hash generation with redcarpet dev, and change tocify scrollHistory to be compatible with the ids 2013-09-24 12:25:12 -07:00
Robert Lord 7ba798c51d Overflow fixes and toc horizontal scrollbar fix 2013-09-24 10:35:33 -07:00
Robert Lord 5cc9188e3c Fix tocify to reset cache on browser window resize 2013-09-24 09:47:40 -07:00
Robert Lord 9e84ebf28c Add margin to bottom of tables 2013-09-24 09:39:19 -07:00
Robert Lord 541998da39 Change code buttons to refresh the page with the language name after the ? in the url
This commit has two benefits:

- Now, copying the URL will actually copy the current language as well. You don't need to think to add a language

- If a language moves objects on the page down, the tocify header location cache will not be invalid, since it is generated on page load. Therefore, if code moves some elements down, since the page is reloaded, the cache will also be regenerated, to reflect the real locations of the headers.
2013-09-23 12:06:39 -07:00
Robert Lord bc79a655e5 More changes 2013-09-23 10:38:13 -07:00
Robert Lord 6c077ba873 Add stylesheets, javascript, and html for documentation generation 2013-09-17 15:44:08 -07:00
Robert Lord 7edf6c803d Add build/ directory to .gitignore 2013-09-13 15:32:37 -07:00
Robert Lord a1e673e599 Initial commit, with default middleman code 2013-09-13 15:24:31 -07:00
Robert Lord f656a9aa6d Add .DS_STORE to .gitignore 2013-09-13 15:19:33 -07:00
Robert Lord 9a707a0172 Initial commit 2013-09-13 15:15:24 -07:00