Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
specs.webplatform.org
=====================
# [WebPlatform Specs](http://specs.webplatform.org)

The content of that site
The static content served for specs.webplatform.org.
11 changes: 10 additions & 1 deletion docpad.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

module.exports = {

templateData: {
site: {
name: "WebPlatform Specs",
title_append: " · WebPlatform Specs",
tagline: "the kind, gentle, and fun place to make specs",
url: "http://specs.webplatform.org",
title: "WebPlatform Specs"
}
}
,port: 9003
};
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "specs.webplatform.org"
, "version": "0.1.0"
, "description": "Static site for specs.wpo"
, "description": "Static site for specs.webplatform.org"
, "engines": {
"node": "0.10"
, "npm": "1.3"
}
, "dependencies": {
"docpad": "~6.69.0"
, "docpad-plugin-jade": "~2.7.0"
, "docpad-plugin-less": "~2.4.1"
, "docpad-plugin-livereload": "~2.6.0"
"docpad": "~6.69"
, "docpad-plugin-jade": "~2.7"
, "docpad-plugin-less": "~2.4"
, "docpad-plugin-livereload": "~2.6"
}
, "main": "node_modules/docpad/bin/docpad-server"
, "scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
, "repository": {
"type": "git"
, "url": "[email protected]:webspecs/specs.webplatform.org.git"
}
}
5 changes: 2 additions & 3 deletions src/layouts/default.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ html(lang="en")
head
meta(charset="utf-8")
meta(name="viewport", content="width=device-width")
- var tit = document.title + " | WebPlatform Specs"
title= tit
- var docTitle = document.title + site.title_append
title= docTitle
!= getBlock("styles").add(["/styles/kraken.css"]).toHTML()
body
header
Expand All @@ -25,4 +25,3 @@ html(lang="en")
| •
a(href="/policy/anti-jerk.html") anti-jerk policy
!= getBlock("scripts").toHTML()

Binary file added src/static/favicon.ico
Binary file not shown.