Skip to content

Commit

Permalink
Content: Add more generic sample content
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jul 30, 2020
1 parent 4386bfd commit c28b0fe
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion _sass/amethyst.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
22 changes: 13 additions & 9 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@ layout: page
title: About
---

<p class="lead">QUnit is a powerful, easy-to-use JavaScript testing framework.</p>
<p class="lead">An amazing website.</p>

## 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.
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ home_secondary_btn:

<section class="highlights">
<div class="highlight">
<h2>Easy</h2>
<p>Easy, zero configuration setup for any Node.js project and minimal configuration for Browser-based projects.</p>
<h2>Hue</h2>
<p>Cupcake ipsum dolor sit amet jujubes marzipan liquorice.</p>
</div>

<div class="highlight">
<h2>Universal</h2>
<p>Tests can be run anywhere; Node, your browser, even inside a Web Worker. Test your code where it runs.</p>
<h2>Mineral</h2>
<p>Gummi bears dessert icing carrot cake. Jelly I love wafer I love powder croissant I love.</p>
</div>

<div class="highlight">
<h2>Extensible</h2>
<p>Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs.</p>
<h2>Quartz</h2>
<p>Lemon drops powder oat cake tiramisu powder. I love biscuit I love donut.</p>
</div>
</section>

Expand Down
2 changes: 0 additions & 2 deletions intro.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
layout: page
title: Getting Started
redirect_from:
- "/cookbook/"
---

<p class="lead" markdown="1">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.</p>
Expand Down

0 comments on commit c28b0fe

Please sign in to comment.