diff --git a/_config.yml b/_config.yml index e2fb213..aebfbd5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings # # https://jekyllrb.com/docs/configuration/ -title: Site Title +title: Amethyst description: "An amazing website." # The canonical hostname for your site url: @@ -28,9 +28,9 @@ amethyst: # Twitter.com username (without "@") twitter: # GitHub.com organisation or username - github: + github: qunitjs # Gitter.im room (e.g. "qunitjs/qunit") - gitter: + gitter: qunitjs/qunit # Frontend search powered by Algolia algolia: search_only_api_key: diff --git a/_sass/amethyst.scss b/_sass/amethyst.scss index 5920b2e..bd2a4fe 100644 --- a/_sass/amethyst.scss +++ b/_sass/amethyst.scss @@ -169,7 +169,7 @@ iframe { color: $color-white; display: flex; align-items: center; - font-size: $size-3; + font-size: $size-2; font-weight: bold; padding: $size-1 0; text-decoration: none; diff --git a/about.md b/about.md index 014afd2..1f0743b 100644 --- a/about.md +++ b/about.md @@ -3,22 +3,26 @@ layout: page title: About --- -
QUnit is a powerful, easy-to-use JavaScript testing framework.
+An amazing website.
## Philosophy -QUnit's philosophy as a test framework boils down to three primary tenants: _Easy_, _Universal_, and _Extensible_. +Muffin I love sesame snaps icing candy cotton candy donut pie I love. I love soufflé sweet. -### Easy +### Hue -QUnit should be easy-to-use from start to finish. Setting up your first test with should be super simple, requiring as little overhead as possible. Then, as you're developing, when a test or assertion fails, QUnit should provide feedback to you as fast as possible, with enough detail to quickly figure out the underlying issue. And it should do so without interrupting or corrupting other tests. +Cupcake I love I love. Dragée fruitcake biscuit chocolate wafer powder I love bear claw icing. Pastry sweet roll jelly I love dragée fruitcake. -Additionally, QUnit should be fast to make it easy for developers to have confidence that putting their tests on their critical path won't slow them down. +Pastry lemon drops chocolate sugar plum oat cake brownie chupa chups toffee. -### Univeral +### Mineral -QUnit should be universally applicable for testing JavaScript code and support many different environments. JavaScript can run in the browser, in worker threads, and on the server, and so should QUnit so that you can test your code in the same environment where it will be running; the environment where you need to have confidence it works. +Gummi bears donut chupa chups. Sweet roll chocolate cupcake pudding gummi bears donut. Muffin donut carrot cake sesame snaps lollipop chocolate powder. -### Extensible +Danish I love apple pie chocolate. Chocolate cake gummi bears caramels fruitcake sugar plum powder jelly-o jelly-o sweet roll. -QUnit should be opinionated with a lean API to support being easy-to-use, but it should also be highly extensible. There are many different approaches to testing and many different types of tests that users may want to write, and while we can not support all of these out of the box, we can support APIs to enable the community to extend QUnit to meet their needs. +### Quartz + +Lemon drops carrot cake dessert. Liquorice macaroon chocolate I love. Lollipop topping I love bonbon I love brownie powder. Jelly-o chocolate cheesecake sugar plum gummies sweet candy jujubes macaroon. Pie candy candy lollipop powder chocolate cake. + +Jujubes candy lemon drops. Sesame snaps pie macaroon croissant liquorice sesame snaps powder. Cupcake topping gingerbread carrot cake sweet roll bonbon. diff --git a/index.md b/index.md index c7b555d..033cb37 100644 --- a/index.md +++ b/index.md @@ -19,18 +19,18 @@ home_secondary_btn:Easy, zero configuration setup for any Node.js project and minimal configuration for Browser-based projects.
+Cupcake ipsum dolor sit amet jujubes marzipan liquorice.
Tests can be run anywhere; Node, your browser, even inside a Web Worker. Test your code where it runs.
+Gummi bears dessert icing carrot cake. Jelly I love wafer I love powder croissant I love.
Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs.
+Lemon drops powder oat cake tiramisu powder. I love biscuit I love donut.
The following guide will get you up-and-running with QUnit in either [Node](#in-node) or [the Browser](#in-the-browser) in just a few minutes.