Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 2cdec49

Browse files
trentmwillisKrinkle
authored andcommitted
Initial commit of Jelyll website
Ref #151.
1 parent 34a3c18 commit 2cdec49

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1266
-1828
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/dist/
2-
/node_modules/
3-
config.js*
1+
/.sass-cache/
2+
/_site/

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

Lines changed: 250 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.9)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.17.9)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.0.5)
19+
em-websocket (0.5.1)
20+
eventmachine (>= 0.12.9)
21+
http_parser.rb (~> 0.6.0)
22+
ethon (0.11.0)
23+
ffi (>= 1.3.0)
24+
eventmachine (1.2.5)
25+
execjs (2.7.0)
26+
faraday (0.14.0)
27+
multipart-post (>= 1.2, < 3)
28+
ffi (1.9.23)
29+
forwardable-extended (2.6.0)
30+
gemoji (3.0.0)
31+
github-pages (180)
32+
activesupport (= 4.2.9)
33+
github-pages-health-check (= 1.4.0)
34+
jekyll (= 3.7.3)
35+
jekyll-avatar (= 0.5.0)
36+
jekyll-coffeescript (= 1.1.1)
37+
jekyll-commonmark-ghpages (= 0.1.5)
38+
jekyll-default-layout (= 0.1.4)
39+
jekyll-feed (= 0.9.3)
40+
jekyll-gist (= 1.5.0)
41+
jekyll-github-metadata (= 2.9.4)
42+
jekyll-mentions (= 1.3.0)
43+
jekyll-optional-front-matter (= 0.3.0)
44+
jekyll-paginate (= 1.1.0)
45+
jekyll-readme-index (= 0.2.0)
46+
jekyll-redirect-from (= 0.13.0)
47+
jekyll-relative-links (= 0.5.3)
48+
jekyll-remote-theme (= 0.2.3)
49+
jekyll-sass-converter (= 1.5.2)
50+
jekyll-seo-tag (= 2.4.0)
51+
jekyll-sitemap (= 1.2.0)
52+
jekyll-swiss (= 0.4.0)
53+
jekyll-theme-architect (= 0.1.0)
54+
jekyll-theme-cayman (= 0.1.0)
55+
jekyll-theme-dinky (= 0.1.0)
56+
jekyll-theme-hacker (= 0.1.0)
57+
jekyll-theme-leap-day (= 0.1.0)
58+
jekyll-theme-merlot (= 0.1.0)
59+
jekyll-theme-midnight (= 0.1.0)
60+
jekyll-theme-minimal (= 0.1.0)
61+
jekyll-theme-modernist (= 0.1.0)
62+
jekyll-theme-primer (= 0.5.2)
63+
jekyll-theme-slate (= 0.1.0)
64+
jekyll-theme-tactile (= 0.1.0)
65+
jekyll-theme-time-machine (= 0.1.0)
66+
jekyll-titles-from-headings (= 0.5.1)
67+
jemoji (= 0.9.0)
68+
kramdown (= 1.16.2)
69+
liquid (= 4.0.0)
70+
listen (= 3.1.5)
71+
mercenary (~> 0.3)
72+
minima (= 2.4.0)
73+
nokogiri (>= 1.8.1, < 2.0)
74+
rouge (= 2.2.1)
75+
terminal-table (~> 1.4)
76+
github-pages-health-check (1.4.0)
77+
addressable (~> 2.3)
78+
net-dns (~> 0.8)
79+
octokit (~> 4.0)
80+
public_suffix (~> 2.0)
81+
typhoeus (~> 1.3)
82+
html-pipeline (2.7.1)
83+
activesupport (>= 2)
84+
nokogiri (>= 1.4)
85+
http_parser.rb (0.6.0)
86+
i18n (0.9.5)
87+
concurrent-ruby (~> 1.0)
88+
jekyll (3.7.3)
89+
addressable (~> 2.4)
90+
colorator (~> 1.0)
91+
em-websocket (~> 0.5)
92+
i18n (~> 0.7)
93+
jekyll-sass-converter (~> 1.0)
94+
jekyll-watch (~> 2.0)
95+
kramdown (~> 1.14)
96+
liquid (~> 4.0)
97+
mercenary (~> 0.3.3)
98+
pathutil (~> 0.9)
99+
rouge (>= 1.7, < 4)
100+
safe_yaml (~> 1.0)
101+
jekyll-avatar (0.5.0)
102+
jekyll (~> 3.0)
103+
jekyll-coffeescript (1.1.1)
104+
coffee-script (~> 2.2)
105+
coffee-script-source (~> 1.11.1)
106+
jekyll-commonmark (1.2.0)
107+
commonmarker (~> 0.14)
108+
jekyll (>= 3.0, < 4.0)
109+
jekyll-commonmark-ghpages (0.1.5)
110+
commonmarker (~> 0.17.6)
111+
jekyll-commonmark (~> 1)
112+
rouge (~> 2)
113+
jekyll-default-layout (0.1.4)
114+
jekyll (~> 3.0)
115+
jekyll-feed (0.9.3)
116+
jekyll (~> 3.3)
117+
jekyll-gist (1.5.0)
118+
octokit (~> 4.2)
119+
jekyll-github-metadata (2.9.4)
120+
jekyll (~> 3.1)
121+
octokit (~> 4.0, != 4.4.0)
122+
jekyll-mentions (1.3.0)
123+
activesupport (~> 4.0)
124+
html-pipeline (~> 2.3)
125+
jekyll (~> 3.0)
126+
jekyll-optional-front-matter (0.3.0)
127+
jekyll (~> 3.0)
128+
jekyll-paginate (1.1.0)
129+
jekyll-readme-index (0.2.0)
130+
jekyll (~> 3.0)
131+
jekyll-redirect-from (0.13.0)
132+
jekyll (~> 3.3)
133+
jekyll-relative-links (0.5.3)
134+
jekyll (~> 3.3)
135+
jekyll-remote-theme (0.2.3)
136+
jekyll (~> 3.5)
137+
rubyzip (>= 1.2.1, < 3.0)
138+
typhoeus (>= 0.7, < 2.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.4.0)
142+
jekyll (~> 3.3)
143+
jekyll-sitemap (1.2.0)
144+
jekyll (~> 3.3)
145+
jekyll-swiss (0.4.0)
146+
jekyll-theme-architect (0.1.0)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.0)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.0)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.0)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.0)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.0)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.0)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.0)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.0)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.2)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.2)
177+
jekyll-theme-slate (0.1.0)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.0)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.0)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
187+
jekyll (~> 3.3)
188+
jekyll-watch (2.0.0)
189+
listen (~> 3.0)
190+
jemoji (0.9.0)
191+
activesupport (~> 4.0, >= 4.2.9)
192+
gemoji (~> 3.0)
193+
html-pipeline (~> 2.2)
194+
jekyll (~> 3.0)
195+
kramdown (1.16.2)
196+
liquid (4.0.0)
197+
listen (3.1.5)
198+
rb-fsevent (~> 0.9, >= 0.9.4)
199+
rb-inotify (~> 0.9, >= 0.9.7)
200+
ruby_dep (~> 1.2)
201+
mercenary (0.3.6)
202+
mini_portile2 (2.3.0)
203+
minima (2.4.0)
204+
jekyll (~> 3.5)
205+
jekyll-feed (~> 0.9)
206+
jekyll-seo-tag (~> 2.1)
207+
minitest (5.11.3)
208+
multipart-post (2.0.0)
209+
net-dns (0.8.0)
210+
nokogiri (1.8.2)
211+
mini_portile2 (~> 2.3.0)
212+
octokit (4.8.0)
213+
sawyer (~> 0.8.0, >= 0.5.3)
214+
pathutil (0.16.1)
215+
forwardable-extended (~> 2.6)
216+
public_suffix (2.0.5)
217+
rb-fsevent (0.10.3)
218+
rb-inotify (0.9.10)
219+
ffi (>= 0.5.0, < 2)
220+
rouge (2.2.1)
221+
ruby-enum (0.7.2)
222+
i18n
223+
ruby_dep (1.5.0)
224+
rubyzip (1.2.1)
225+
safe_yaml (1.0.4)
226+
sass (3.5.6)
227+
sass-listen (~> 4.0.0)
228+
sass-listen (4.0.0)
229+
rb-fsevent (~> 0.9, >= 0.9.4)
230+
rb-inotify (~> 0.9, >= 0.9.7)
231+
sawyer (0.8.1)
232+
addressable (>= 2.3.5, < 2.6)
233+
faraday (~> 0.8, < 1.0)
234+
terminal-table (1.8.0)
235+
unicode-display_width (~> 1.1, >= 1.1.1)
236+
thread_safe (0.3.6)
237+
typhoeus (1.3.0)
238+
ethon (>= 0.9.0)
239+
tzinfo (1.2.5)
240+
thread_safe (~> 0.1)
241+
unicode-display_width (1.3.0)
242+
243+
PLATFORMS
244+
ruby
245+
246+
DEPENDENCIES
247+
github-pages
248+
249+
BUNDLED WITH
250+
1.16.1

Gruntfile.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# qunitjs.com
22

3-
## Building and Deploying
3+
This repository houses the content and code for the [qunitjs.com](https://qunitjs.com/) website.
44

5-
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
5+
## Development
6+
7+
1. Install [Ruby](https://www.ruby-lang.org/) and [Bundler](http://bundler.io/).
8+
2. Install project dependencies by running `bundle install`.
9+
3. Serve the website with `bundle exec jekyll serve`

_config.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: QUnit
17+
18+
description: > # this means to ignore newlines until "baseurl:"
19+
The powerful, easy-to-use JavaScript testing framework
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "https://qunitjs.com" # the base hostname & protocol for your site, e.g. http://example.com
22+
twitter_username: qunitjs
23+
github_username: qunitjs
24+
25+
highlighter: rouge
26+
markdown: kramdown
27+
kramdown:
28+
input: GFM
29+
toc_levels: "1,2"
30+
31+
exclude:
32+
- Gemfile
33+
- Gemfile.lock
34+
- README.md
35+
- CONTRIBUTING.md
36+
- CNAME
37+
- vendor
38+
39+
permalink: title

_data/plugins.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[{"name":"qunit-reporter-junit","description":"Produce JUnit-style XML test reports with QUnit.","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit","qunit-plugin","qunit-reporter","junit","xunit","ci","jenkins"],"version":"1.1.1","date":"2016-10-16T01:23:43.596Z"}
2+
,{"name":"qunit-assert-html","description":"QUnit HTML assertion addon","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit-plugin","qunit-assert","qunit","assert","HTML","assertHTMLEquals","DOM"],"version":"1.1.0","date":"2016-10-03T02:49:50.045Z"}
3+
,{"name":"qunit-composite","description":"Run multiple QUnit test suite pages.","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit","qunit-plugin","composite","multiple","suites","pages"],"version":"2.0.0","date":"2016-10-02T01:26:01.185Z"}
4+
,{"name":"qunit-assert-step","description":"A QUnit plugin for asserting the proper sequence in which the code should execute.","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit-plugin","qunit-assert","qunit","assert","order","step"],"version":"1.1.1","date":"2016-10-03T03:46:41.981Z"}
5+
,{"name":"qunit-assert-close","description":"A QUnit plugin for asserting that a number is approximately equal (or not) to an expected number, within a given tolerance.","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit-plugin","qunit-assert","qunit","assert","close","close-enough","roughlyEquals","closeTo","approximate"],"version":"2.1.2","date":"2016-10-02T02:25:51.041Z"}
6+
,{"name":"qunit-theme-ninja","description":"A QUnit theme for ninjas.","maintainers":[{"username":"krinkle","email":"[email protected]"}],"keywords":["qunit","qunit-plugin","qunit-theme"],"version":"1.1.0","date":"2014-04-23T16:35:36.572Z"}
7+
,{"name":"qunit-assert-canvas","description":"A QUnit plugin for asserting individual pixel values within a Canvas element.","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit-plugin","qunit-assert","qunit","assert","canvas","drawImage","image","draw","render"],"version":"1.1.0","date":"2016-10-02T02:25:02.752Z"}
8+
,{"name":"qunit-assert-classes","description":"A set of assertions for checking thats an element has ( or does not have ) any number of classes. The check is order independent and gives a diff of the expected classes.","maintainers":[{"username":"arschmitz","email":"[email protected]"}],"keywords":["qunit-plugin","qunit-assert","qunit","assert","classes"],"version":"1.0.2","date":"2015-04-29T19:09:20.175Z"}
9+
,{"name":"qunit-pending","description":"A QUnit plugin to add the \"pending\" test syntax to QUnit, a la Mocha.","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit-plugin","qunit-test","qunit","test","unit test","pending","skip","skipped","not implemented yet","stub","future"],"version":"1.0.0","date":"2016-10-02T01:55:55.632Z"}
10+
,{"name":"qunit-reporter-lcov","description":"Produce lcov test reports with QUnit","maintainers":[{"username":"piranna","email":"[email protected]"}],"keywords":["qunit","qunit-plugin","qunit-reporter","lcov"],"version":"1.0.2","date":"2015-03-15T20:31:35.403Z"}
11+
,{"name":"qunit-assert-compare","description":"A QUnit plugin for asserting numerical comparisons like greater than, less than, etc.","maintainers":[{"username":"jamesmgreene","email":"[email protected]"}],"keywords":["qunit-plugin","qunit-assert","assert","qunit","less","lesser","lessThan","less than","lesserThan","lesser than","greater","greaterThan","greater than","lessThanOrEqual","less than or equal","lesserThanOrEqual","lesser than or equal","greaterThanOrEqual","greater than or equal","equal","notEqual","not equal","compare","comparison","numerical comparison","lt","lte","gt","gte","eq","neq"],"version":"1.1.0","date":"2016-10-02T03:13:17.701Z"}
12+
,{"name":"qunit-theme-gabe","description":"A QUnit theme by Gabe Hendry.","maintainers":[{"username":"krinkle","email":"[email protected]"}],"keywords":["qunit","qunit-plugin","qunit-theme"],"version":"1.0.1","date":"2013-05-06T23:33:24.707Z"}
13+
,{"name":"qunit-theme-nv","description":"A QUnit theme.","maintainers":[{"username":"krinkle","email":"[email protected]"}],"keywords":["qunit","qunit-plugin","qunit-theme"],"version":"1.0.1","date":"2013-05-07T00:46:25.641Z"}
14+
,{"name":"qunit-dark","description":"A kind of dark theme for qunit","maintainers":[{"username":"royriojas","email":"[email protected]"}],"keywords":["qunit","qunit-plugin","qunit-theme","qunit theme dark"],"version":"0.1.5","date":"2014-03-20T17:47:37.864Z"}
15+
,{"name":"qunit-assert-nodes","description":"A QUnit plugin providing a convenient API for batch acceptance assertions","maintainers":[{"username":"dsheiko","email":"[email protected]"}],"keywords":["jquery","qunit-plugin","qunit-assert","qunit","assert","order"],"version":"0.0.3","date":"2013-06-25T07:56:50.394Z"}
16+
,{"name":"qunit-special-blend","description":"A QUnit plugin/hack/wrapper which allows the user to designiate single tests or modules to run.","maintainers":[{"username":"jarrodctaylor","email":"[email protected]"}],"keywords":["qunit-plugin","qunit","unit testing","test case"],"version":"1.1.1","date":"2014-11-23T01:26:37.775Z"}
17+
,{"name":"karma-qunit-special-blend","description":"A QUnit plugin/hack/wrapper which allows the user to designiate single tests or modules to run.","maintainers":[{"username":"jarrodctaylor","email":"[email protected]"}],"keywords":["karma-plugin","qunit-plugin","qunit","unit testing","test case"],"version":"1.1.1","date":"2014-11-23T01:14:02.286Z"}
18+
,{"name":"qunit-theme-burce","description":"A QUnit theme by Bryce Dorn.","maintainers":[{"username":"brycedorn","email":"[email protected]"}],"keywords":["qunit","burce","qunit-plugin","qunit-theme"],"version":"1.0.0","date":"2014-06-09T22:03:07.465Z"}
19+
]

_layouts/home.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: wrapper
3+
---
4+
5+
<section class="hero">
6+
<div class="wrapper">
7+
<h1 class="hero-title"><img src="/img/logo-text.svg" alt="QUnit"></h1>
8+
<h2 class="hero-description">The powerful, easy-to-use JavaScript testing framework.</h2>
9+
10+
<a class="hero-button button" href="/intro">Get Started</a>
11+
<a class="hero-button button secondary" href="https://api.qunitjs.com">View the Docs</a>
12+
</div>
13+
</section>
14+
15+
<div id="home" class="main wrapper">
16+
{{ content }}
17+
</div>

0 commit comments

Comments
 (0)