Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Commit 85381ef

Browse files
committed
more changes for css nonprofit
1 parent f358e26 commit 85381ef

Some content is hidden

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

49 files changed

+185
-3016
lines changed

package.json

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "dat-website",
2+
"name": "codeforscience-website",
33
"version": "1.0.0",
4-
"description": "dat-data.com source",
4+
"description": "codeforscience.org source",
55
"main": "index.js",
66
"scripts": {
77
"start": "npm run build-css && node render.js && npm run server",
@@ -13,29 +13,22 @@
1313
"render": "node render.js"
1414
},
1515
"keywords": [
16-
"data",
17-
"datasets",
18-
"publish",
19-
"registry",
20-
"dathub",
21-
"dat",
22-
"web"
2316
],
2417
"gh-pages-deploy": {
2518
"staticpath": "rendered",
26-
"cname": "dat-data.com",
19+
"cname": "codeforscience.org",
2720
"prep": [
2821
"build-css",
2922
"render"
3023
],
3124
"noprompt": false
3225
},
33-
"author": "dat project",
26+
"author": "max ogden",
3427
"license": "BSD",
3528
"bugs": {
36-
"url": "https://github.com/datproject/website/issues"
29+
"url": "https://github.com/codeforscience/codeforscience.github.io/issues"
3730
},
38-
"homepage": "http://dat-data.com",
31+
"homepage": "http://codeforscience.org",
3932
"dependencies": {
4033
"cheerio": "^0.19.0",
4134
"cptar": "^1.0.0",
@@ -66,6 +59,6 @@
6659
},
6760
"repository": {
6861
"type": "git",
69-
"url": "git+https://github.com/datproject/website.git"
62+
"url": "git+https://github.com/codeforscience/codeforscience.github.io.git"
7063
}
7164
}

posts.js

+1-69
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,3 @@
11
module.exports = [
2-
{
3-
// date: '2016-07-07',
4-
title: 'Announcing dat.land online demo',
5-
author: 'Karissa McKelvey',
6-
teaser: 'Live peer to peer sync in the browser with http://dat.land',
7-
name: '2016-07-07-announcing-dat-land'
8-
},
9-
{
10-
date: '2016-05-16',
11-
title: 'Key Elements of Distributing Data',
12-
author: 'Karissa McKelvey',
13-
teaser: 'How the current tools fall short by missing key elements.',
14-
name: '2016-05-16-key-elements'
15-
},
16-
{
17-
title: 'Dat 1.0 is ready',
18-
author: 'Karissa McKelvey',
19-
teaser: 'After years of R&D, the release candidate is ready.',
20-
name: '2016-02-01-dat-1',
21-
date: '2016-02-05'
22-
},
23-
{
24-
title: 'Announcing Publicbits.org',
25-
author: 'Karissa McKelvey',
26-
teaser: 'Breaking down open data silos with a new Knight Foundation grant.',
27-
name: '2016-02-01-announcing-publicbits',
28-
date: '2016-02-01'
29-
},
30-
{
31-
title: 'The likely collapse of a major proprietary hosting service',
32-
author: 'Karissa McKelvey',
33-
teaser: 'The beginning of the end -- and what it means for science.',
34-
name: '2015-12-01-proprietary'
35-
},
36-
{
37-
date: '2016-01-19',
38-
title: 'A Brief History of Dat',
39-
author: 'Max Ogden',
40-
teaser: 'History of Dat and the design choices over the last 2 years',
41-
name: '2016-01-19-brief-history-of-dat'
42-
},
43-
{
44-
date: '2015-07-29',
45-
title: 'Dat goes beta!',
46-
author: 'Karissa McKelvey',
47-
teaser: 'After a long year of alpha testing, dat goes beta.',
48-
name: '2015-07-29-dat-beta'
49-
},
50-
{
51-
date: '2015-04-03',
52-
title: 'Sloan Redoubles Dat Funding',
53-
author: 'Waldo Jacquith',
54-
teaser: 'Announcing a generous $640,000 grant from the Sloan foundation',
55-
name: '2015-04-03-sloan'
56-
},
57-
{
58-
date: '2014-08-19',
59-
title: 'Announcing the Dat Alpha',
60-
author: 'Max Ogden',
61-
teaser: 'The first major version of dat along with a new website.',
62-
name: '2014-08-19-dat-alpha'
63-
},
64-
{
65-
date: '2014-04-02',
66-
title: 'Sloan funding Dat development',
67-
author: 'Waldo Jacquith',
68-
teaser: 'Announcing Sloans support of the dat project',
69-
name: '2014-04-02-dat'
70-
}
2+
713
]

posts/2014-04-02-dat.md

-11
This file was deleted.

posts/2014-08-19-dat-alpha.md

-82
This file was deleted.

posts/2015-04-03-sloan.md

-9
This file was deleted.

posts/2015-07-29-dat-beta.md

-52
This file was deleted.

0 commit comments

Comments
 (0)