Commit Graph

45 Commits

Author SHA1 Message Date
Natalie Weizenbaum
e7ffef4fc9 Avoid an unstyled rendering moment with the tables of contents
Tables of contents are now statically rendered in their appropriately
open/closed states, rather than updated via JavaScript, so they render
correctly on the first page load. In order to make the "page sections"
table still usable without JS, this adds a stylesheet in a <noscript>
tag that forces the sections into an open state.
2019-04-12 00:09:10 -07:00
Natalie Weizenbaum
0e8da5c350 Don't use :code for code blocks (#296)
For some reason, :code seems to add an empty line at the end of its
code block. This uses Markdown code blocks instead, although in order
to work around a RedCarpet bug it has to indent them strangely.
2019-03-04 19:46:32 -06:00
Jina Anne
096c6512f3 condense home 2019-03-04 16:50:23 -08:00
Natalie Weizenbaum
7cc3b1b375 Automatically add nice header linking behavior (#280)
* Make link headers look and work more like GitHub's

* Automatically generate links for all headers

* Flash headers when they're selected

* update readme
2019-03-04 15:16:52 -06:00
Natalie Weizenbaum
603b7cf586 Clean up JS API table of contents
Closes #271
2019-01-09 16:17:58 -08:00
Natalie Weizenbaum
d41c63c10d Fix URLs in "middleman serve" 2018-12-28 16:38:01 -08:00
Natalie Weizenbaum
c5a569055e Disable directory_indexes
Instead of compiling everything to directories containing index files,
we now compile to plain HTML files and rely on Rack::TryStatic to load
them.
2018-12-28 16:26:21 -08:00
Natalie Weizenbaum
11aa791364 Disable relative assets
Relative asset links break on deeply-nested 404s
2018-12-28 16:23:27 -08:00
Natalie Weizenbaum
97c5ac21af Put the table of contents where it's supposed to go (#267) 2018-12-28 14:49:59 -08:00
Jina Anne
67020d2037 merge conflicts 2018-12-27 16:50:00 -08:00
Jina Anne
66f3526bd5 major clean up 2018-12-27 16:31:28 -08:00
Natalie Weizenbaum
f34a7b87a6
Add a table of contents to select documentation pages (#260) 2018-11-29 15:43:18 -08:00
Jina Anne
c81d53b5ec refactor breapoints 2018-10-26 23:06:47 -07:00
Jina Anne
7b26d6b684 clean up functions update intended code style in style guide 2018-10-26 21:35:30 -07:00
Jina Anne
3f1c2d338d lots of clean up 2018-10-23 15:06:39 -07:00
Jina Anne
f47e8bd912 fix layouts to be DRY 2018-10-22 14:13:05 -07:00
Natalie Weizenbaum
46482b1102 [WIP] Port reference docs to the site 2018-08-16 18:04:22 -07:00
jina
ffbafff55e syntax fixes 2015-10-13 17:02:12 -07:00
jina
8aac006d61 update gems, cleanup, and surface implementation guide better 2015-10-13 16:55:29 -07:00
Jina Bolton
e0acbc6a28 Add community guidelines. 2014-08-25 17:59:09 -07:00
Jina Bolton
7d9dd223ca Fix code + add minify html 2014-07-30 22:34:47 -07:00
Jina Bolton
89cad97f5d Update gems and un-abstract layouts for now. 2014-07-30 22:26:38 -07:00
Jina Bolton
ef92965012 Fix sitemap 2014-07-28 01:39:37 -07:00
Jina Bolton
1d1932ce1a Improve humans text 2014-07-27 18:46:31 -07:00
Jina Bolton
4d140facf9 Add favicons and tiles 2014-07-27 17:53:42 -07:00
Nathan Weizenbaum
ed5d0a981d Enable gzip compression via Rack. 2013-10-16 23:51:08 -04:00
₍˄ุ.͡˳̫.˄ุ₎
92f17202ec Lots of clean up. 2013-10-14 15:52:40 -04:00
Bermon Painter
5be10da98a Fixes #17. Favicons
- Added the favicons in the source directory
- Disabled the automatic favicon creator. It's doesn't need to run on build each time.
- Fixed the name of the icons in the meta data
2013-10-14 13:07:38 -04:00
Nathan Weizenbaum
eec20ea771 Move the deploy-mode Gemfile/config.ru stuff to the master branch. 2013-10-13 15:49:19 -04:00
Nathan Weizenbaum
bd7ba71cfe Move URL rewriting to config.ru 2013-10-12 19:53:19 -04:00
Nathan Weizenbaum
63e56eb2c8 Redirect from popular old sass-lang.com URLs. 2013-10-12 17:32:25 -04:00
Nathan Weizenbaum
c0904e8387 Make the Sass documentation path "source/documentation". 2013-10-12 16:11:36 -04:00
Nathan Weizenbaum
ce0a1dfc94 Add a rake task to integrate Sass docs and version information.
The YARD documentation is updated to link to
assets/stylesheets/docs.css in addition to the default YARD styles.
2013-10-12 15:49:34 -04:00
Nathan Weizenbaum
02fd838619 Get the Sass site working for me. 2013-10-12 13:43:25 -04:00
Bermon Painter
37bafdcdbb Updated the favicons so they are generating in the root directory 2013-10-10 15:00:20 -04:00
₍˄ุ.͡˳̫.˄ุ₎
51030a2e6e ZOMG! Finally commiting. ^_^ 2013-10-09 06:30:53 -04:00
Bermon Painter
e9c0d13efa Merge branch 'master' of github.com:sass/sass.github.com & added syntax highlighting
Conflicts:
	Gemfile.lock

Still need to go through and migrate the old code blocks to use the syntax highlighting.
2013-02-10 21:40:05 -08:00
Bermon Painter
d449d50dba Working on syntax highlighting 2013-02-10 18:41:27 -08:00
Jina Bolton
0c8af7cb6d progress 2013-02-10 18:40:20 -08:00
Jina Bolton
3b465c6ffa boom 2013-02-08 19:10:33 -08:00
Jina Bolton
58081a99fb simplifying structure and adding some of the style tile work 2012-11-28 03:09:54 -08:00
Bermon Painter
a07743bbb4 Cleaned up assets.
* Moved CSS, JS, Images into an assets folder
* Adjusted the file structure a bit for CSS, JS, Images.
* Added a fonts folder
* Cleaned up the config a bit so it's easier to read through
* Added some KSS placeholders to tinker with a bit
* Added zepto.js so we can be a bit more friendly on mobile devices/modern browsers
* Added some basic responsive breakpoints
* Added a scaffold.css and theme.css so we can separate out layout pieces from the theme. This will let us retheme the site easier, or have multiple themes if we're feeling frisky
* Removed some HTML5 boilerplate pieces that we don't need
* Added some basic structural css partials
2012-10-30 00:19:53 -04:00
Jina Bolton
953ffe8a16 slight file tweaks & organization 2012-09-27 03:26:50 -07:00
Jina Bolton
e355ce7779 - Replace Octopress files with Middleman, per Basecamp discussion.
- Add HTML5 Boilerplate as a starting base for prototyping out the content.

- Convert files to Haml & Sass.

- Begin homepage content.

- Add Susy.
2012-09-09 16:37:46 -07:00
Bermon Painter
0d242eb4f7 Added the initial files for Octopress. 2012-03-06 22:59:52 -05:00