Skip to content

Commit 714d13d

Browse files
committed
Extend blog posts to support other authors
1 parent a9e2725 commit 714d13d

31 files changed

+32
-5
lines changed

pages/atom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<feed xmlns="http://www.w3.org/2005/Atom">
33

4-
<title>Anton Kovalyov</title>
4+
<title>JSHint</title>
55
<link href="http://jshint.com/atom.xml" rel="self"/>
66
<link href="http://jshint.com/"/>
77
<updated>{{ date site.time "YYYY-MM-DDTHH:mm:ssZ" }}</updated>
88
<id>http://jshint.com/</id>
9-
<author>
10-
<name>Anton Kovalyov</name>
11-
<email>[email protected]</email>
12-
</author>
139

1410
{{#posts}}
1511
<entry>
1612
<title>{{ meta.title }}</title>
13+
<author>{{ meta.author }}</author>
1714
<link href="http://jshint.com{{ meta.url }}"/>
1815
<updated>{{ date meta.date "YYYY-MM-DDTHH:mm:ssZ" }}</updated>
1916
<id>{{ meta.url }}</id>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC1",
5+
"author": "Anton Kovalyov",
56
"date": "2012-12-29",
67
"url": "/blog/2012-12-29/1-0-0-rc1"
78
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC2",
5+
"author": "Anton Kovalyov",
56
"date": "2012-12-31",
67
"url": "/blog/2012-12-31/1-0-0-rc2"
78
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC3",
5+
"author": "Anton Kovalyov",
56
"date": "2013-01-01",
67
"url": "/blog/2013-01-01/1-0-0-rc3"
78
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 1.0.0 RC4",
5+
"author": "Anton Kovalyov",
56
"date": "2013-01-18",
67
"url": "/blog/2013-01-18/1-0-0-rc4"
78
}

pages/blog/1-0-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 1.0.0 is out",
5+
"author": "Anton Kovalyov",
56
"date": "2013-02-27",
67
"url": "/blog/2013-02-27/1-0-0"
78
}

pages/blog/1-1-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 1.1.0 is out",
5+
"author": "Anton Kovalyov",
56
"date": "2013-03-05",
67
"url": "/blog/2013-03-05/1-1-0"
78
}

pages/blog/2-0-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 2.0.0",
5+
"author": "Anton Kovalyov",
56
"date": "2013-05-07",
67
"url": "/blog/2013-05-07/2-0-0"
78
}

pages/blog/2-1-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 2.1.0",
5+
"author": "Anton Kovalyov",
56
"date": "2013-05-20",
67
"url": "/blog/2013-05-20/2-1-0"
78
}

pages/blog/2-1-10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"template": "docs",
33
"blog": true,
44
"title": "JSHint 2.1.10",
5+
"author": "Anton Kovalyov",
56
"date": "2013-08-15",
67
"url": "/blog/jshint-2-1-10",
78
"altUrl": "/blog/2013-08-15/release"

0 commit comments

Comments
 (0)