Skip to content

Commit 9e0886d

Browse files
committed
Define template for blog post pages
Extend blog post pages to also include the post's author and date.
1 parent 37febe3 commit 9e0886d

34 files changed

+132
-118
lines changed

pages/blog/1-0-0-rc1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC1",
55
"author": "Anton Kovalyov",
66
"date": "2012-12-29",
77
"url": "/blog/2012-12-29/1-0-0-rc1"
88
}
99

10-
# JSHint 1.0.0 RC1
11-
1210
**UPDATE:** [JSHint 1.0.0 RC3](http://jshint.com/blog/2013-01-01/1-0-0-rc3/).
1311

1412
---

pages/blog/1-0-0-rc2.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC2",
55
"author": "Anton Kovalyov",
66
"date": "2012-12-31",
77
"url": "/blog/2012-12-31/1-0-0-rc2"
88
}
99

10-
# JSHint 1.0.0 RC2
11-
1210
JSHint 1.0.0 Release Candidate 2 is now out:
1311

1412
* Fixes a bug with JSHint not recognizing regular expressions after commas.

pages/blog/1-0-0-rc3.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC3",
55
"author": "Anton Kovalyov",
66
"date": "2013-01-01",
77
"url": "/blog/2013-01-01/1-0-0-rc3"
88
}
99

10-
# JSHint 1.0.0 RC3
11-
1210
JSHint 1.0.0 Release Candidate 3 is now out:
1311

1412
* Fixes a bug with JSHint not allowing `new` and `debugger` to

pages/blog/1-0-0-rc4.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC4",
55
"author": "Anton Kovalyov",
66
"date": "2013-01-18",
77
"url": "/blog/2013-01-18/1-0-0-rc4"
88
}
99

10-
# JSHint 1.0.0 RC4
11-
1210
JSHint 1.0.0 Release Candidate 4 is now out:
1311

1412
* Fixes a bug with JSHint not allowing reserved words to be used as property

pages/blog/1-0-0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 1.0.0 is out",
55
"author": "Anton Kovalyov",
66
"date": "2013-02-27",
77
"url": "/blog/2013-02-27/1-0-0"
88
}
99

10-
# JSHint 1.0.0 is out
11-
1210
JSHint 1.0.0 is now officially released. You can download it from this website
1311
or install via NPM:
1412

pages/blog/1-1-0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 1.1.0 is out",
55
"author": "Anton Kovalyov",
66
"date": "2013-03-05",
77
"url": "/blog/2013-03-05/1-1-0"
88
}
99

10-
# JSHint 1.1.0 is out
11-
1210
JSHint 1.1.0 is out! This release contains important bug fixes for 1.0.0 and a
1311
couple of new features.
1412

pages/blog/2-0-0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 2.0.0",
55
"author": "Anton Kovalyov",
66
"date": "2013-05-07",
77
"url": "/blog/2013-05-07/2-0-0"
88
}
99

10-
# JSHint 2.0.0
11-
1210
**WARNING:** This release introduces backwards incompatible changes.
1311

1412
JSHint 2.0.0 is out! This version hits a pretty big milestone for the

pages/blog/2-1-0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 2.1.0",
55
"author": "Anton Kovalyov",
66
"date": "2013-05-20",
77
"url": "/blog/2013-05-20/2-1-0"
88
}
99

10-
# JSHint 2.1.0
11-
1210
JSHint 2.1.0 is out. This releases adds support for ES6 `class` syntax and fixes
1311
some issues with our parser.
1412

pages/blog/2-1-10.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 2.1.10",
55
"author": "Anton Kovalyov",
@@ -8,8 +8,6 @@
88
"altUrl": "/blog/2013-08-15/release"
99
}
1010

11-
# JSHint 2.1.10
12-
1311
Thanks to [Dave Camp](https://twitter.com/campd) JSHint now supports list comprehensions, a declarative way of
1412
transforming a list:
1513

pages/blog/2-1-6.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"template": "docs",
2+
"template": "blog",
33
"blog": true,
44
"title": "JSHint 2.1.6",
55
"author": "Anton Kovalyov",
66
"date": "2013-07-28",
77
"url": "/blog/2013-07-28/2-1-6"
88
}
99

10-
# JSHint 2.1.6
11-
1210
**UPDATE:** We just published another version, 2.1.7, which contains only one bugfix: [#1199](https://github.com/jshint/jshint/pull/1199).
1311

1412
In this release we added two new arguments to our CLI program: `exclude` which allows

0 commit comments

Comments
 (0)