Natalie Weizenbaum
652e48b022
Fix redirects ( #649 )
...
Since we're now serving the website fully statically, we need to use
meta redirects rather than relying on our server configuration.
Closes #650
2022-06-22 16:44:37 -07:00
Natalie Weizenbaum
837a475ddd
Move the blog onto sass-lang.com
...
Logdown seems to be basically unmaintained, its servers are
unreliable, and it's been causing some mixed-content errors lately.
This moves all blog posts to sass-lang.com itself; I'll set up
redirects from the blog as best I can once this lands.
Closes #401
Closes #402
Closes #403
2019-11-12 18:21:51 -08:00
Natalie Weizenbaum
df428f62b2
Move plain-CSS function documentation into at-rules/function
...
This isn't ideal, since these functions aren't defined with @function,
but there's not really a better place to put it. It certainly doesn't
make sense in the built-in module documentation anymore.
2019-09-04 15:24:22 -07:00
Natalie Weizenbaum
029520349a
Rename /documentation/functions to /documentation/modules
...
This hierarchy is now going to document built-in modules, which mostly
contain functions but can also contain mixins and may potentially
contain variables in the future.
2019-09-04 15:24:22 -07:00
Natalie Weizenbaum
990651f774
Add documentation for recent breaking changes ( #350 )
...
We'll eventually add upcoming breaking changes, like /-as-division, as
well.
2019-06-04 12:57:17 +01:00
Natalie Weizenbaum
e41557e859
Redirect Google's Sass function search result
...
This doesn't include the ".html" suffix.
2019-04-23 10:17:31 -07:00
Natalie Weizenbaum
b1ee5c83cb
Only force SSL on sass-lang.com
2019-04-23 09:47:47 -07:00
Natalie Weizenbaum
891f6e7d95
Merge branch 'master' into wip.reference
2019-04-17 17:42:31 -07:00
Natalie Weizenbaum
aaafdcee05
Redirect /blog/* to Logdown
2019-04-03 17:40:45 -07:00
Natalie Weizenbaum
d4eb2ef3f1
Always use HTTPS ( #291 )
...
* Make all links to the Sass site use HTTPS
* Force all requests to use HTTPS
2019-03-04 15:04:23 -06:00
Natalie Weizenbaum
67203577fd
Fix a syntax error in config.ru
2019-02-22 17:12:22 -08:00
Natalie Weizenbaum
a054b4848f
Clean up config.ru
...
"middleman serve", not "rackup", should be used for local development.
2018-12-28 16:40:55 -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
1de307796d
Add redirects from old documentation locations to new ones
2018-12-03 16:41:00 -08:00
₍˄ุ.͡˳̫.˄ุ₎
7ad9637b33
redirect about to home, since it doesn't exist right now.
2013-10-24 17:44:23 -07:00
₍˄ุ.͡˳̫.˄ุ₎
d34e931c52
Merge pull request #38 from sass/404
...
Support a real 404 page.
2013-10-16 23:50:29 -07:00
Nathan Weizenbaum
ed5d0a981d
Enable gzip compression via Rack.
2013-10-16 23:51:08 -04:00
Nathan Weizenbaum
c997abb9ef
Support a real 404 page.
2013-10-16 23:46:28 -04:00
Hampton Catlin
94a459bece
also redirect the /try path, #25
2013-10-15 13:53:50 -07:00
Hampton Catlin
7dc9e293df
attempting to fix issue sass/sass.github.com#25 by using a different style startup command
2013-10-15 12:08:20 -07:00
Hampton Catlin
bd3f172aac
Rework the config.ru so that it will do redirects, even when testing locally. Only difference between heroku and here, should be the run command! we still want the other parts
2013-10-15 09:03:48 -04:00
Hampton Catlin
301f2c9dcd
Redirect to SassMeister.com. Fixes sass/sass.github.com#25 .
2013-10-15 08:57:06 -04:00
Nathan Weizenbaum
00436537a8
Add a redirect for the "index" link in the YARD docs.
2013-10-13 17:54:46 -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
Jina Bolton
0c8af7cb6d
progress
2013-02-10 18:40:20 -08: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