Skip to content

Commit

Permalink
more changes for css nonprofit
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Sep 25, 2016
1 parent f358e26 commit 85381ef
Show file tree
Hide file tree
Showing 49 changed files with 185 additions and 3,016 deletions.
21 changes: 7 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dat-website",
"name": "codeforscience-website",
"version": "1.0.0",
"description": "dat-data.com source",
"description": "codeforscience.org source",
"main": "index.js",
"scripts": {
"start": "npm run build-css && node render.js && npm run server",
Expand All @@ -13,29 +13,22 @@
"render": "node render.js"
},
"keywords": [
"data",
"datasets",
"publish",
"registry",
"dathub",
"dat",
"web"
],
"gh-pages-deploy": {
"staticpath": "rendered",
"cname": "dat-data.com",
"cname": "codeforscience.org",
"prep": [
"build-css",
"render"
],
"noprompt": false
},
"author": "dat project",
"author": "max ogden",
"license": "BSD",
"bugs": {
"url": "https://github.com/datproject/website/issues"
"url": "https://github.com/codeforscience/codeforscience.github.io/issues"
},
"homepage": "http://dat-data.com",
"homepage": "http://codeforscience.org",
"dependencies": {
"cheerio": "^0.19.0",
"cptar": "^1.0.0",
Expand Down Expand Up @@ -66,6 +59,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/datproject/website.git"
"url": "git+https://github.com/codeforscience/codeforscience.github.io.git"
}
}
70 changes: 1 addition & 69 deletions posts.js
Original file line number Diff line number Diff line change
@@ -1,71 +1,3 @@
module.exports = [
{
// date: '2016-07-07',
title: 'Announcing dat.land online demo',
author: 'Karissa McKelvey',
teaser: 'Live peer to peer sync in the browser with http://dat.land',
name: '2016-07-07-announcing-dat-land'
},
{
date: '2016-05-16',
title: 'Key Elements of Distributing Data',
author: 'Karissa McKelvey',
teaser: 'How the current tools fall short by missing key elements.',
name: '2016-05-16-key-elements'
},
{
title: 'Dat 1.0 is ready',
author: 'Karissa McKelvey',
teaser: 'After years of R&D, the release candidate is ready.',
name: '2016-02-01-dat-1',
date: '2016-02-05'
},
{
title: 'Announcing Publicbits.org',
author: 'Karissa McKelvey',
teaser: 'Breaking down open data silos with a new Knight Foundation grant.',
name: '2016-02-01-announcing-publicbits',
date: '2016-02-01'
},
{
title: 'The likely collapse of a major proprietary hosting service',
author: 'Karissa McKelvey',
teaser: 'The beginning of the end -- and what it means for science.',
name: '2015-12-01-proprietary'
},
{
date: '2016-01-19',
title: 'A Brief History of Dat',
author: 'Max Ogden',
teaser: 'History of Dat and the design choices over the last 2 years',
name: '2016-01-19-brief-history-of-dat'
},
{
date: '2015-07-29',
title: 'Dat goes beta!',
author: 'Karissa McKelvey',
teaser: 'After a long year of alpha testing, dat goes beta.',
name: '2015-07-29-dat-beta'
},
{
date: '2015-04-03',
title: 'Sloan Redoubles Dat Funding',
author: 'Waldo Jacquith',
teaser: 'Announcing a generous $640,000 grant from the Sloan foundation',
name: '2015-04-03-sloan'
},
{
date: '2014-08-19',
title: 'Announcing the Dat Alpha',
author: 'Max Ogden',
teaser: 'The first major version of dat along with a new website.',
name: '2014-08-19-dat-alpha'
},
{
date: '2014-04-02',
title: 'Sloan funding Dat development',
author: 'Waldo Jacquith',
teaser: 'Announcing Sloans support of the dat project',
name: '2014-04-02-dat'
}

]
11 changes: 0 additions & 11 deletions posts/2014-04-02-dat.md

This file was deleted.

82 changes: 0 additions & 82 deletions posts/2014-08-19-dat-alpha.md

This file was deleted.

9 changes: 0 additions & 9 deletions posts/2015-04-03-sloan.md

This file was deleted.

52 changes: 0 additions & 52 deletions posts/2015-07-29-dat-beta.md

This file was deleted.

Loading

0 comments on commit 85381ef

Please sign in to comment.