1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 17:40:03 +01:00

Merge pull request #23 from ipdb/content/readme

update README
This commit is contained in:
Morgan Sutherland 2017-09-26 16:56:35 +02:00 committed by GitHub
commit c8f0c8ca56

View File

@ -1,6 +1,6 @@
# ![ipdb/site](_src/_assets/img/share-image.png) # ![ipdb/site](_src/_assets/img/share-image.png)
> The blockchain database governance site the universe needs > The blockchain database network for the decentralized stack
> https://ipdb.io > https://ipdb.io
[![Build Status](https://travis-ci.org/ipdb/site.svg?branch=master)](https://travis-ci.org/ipdb/site) [![Build Status](https://travis-ci.org/ipdb/site.svg?branch=master)](https://travis-ci.org/ipdb/site)
@ -36,8 +36,6 @@
# Content editing # Content editing
![unknown](https://user-images.githubusercontent.com/90316/28792395-c1b74594-762f-11e7-8ff6-b49586f39360.jpeg)
Most content on the site can be edited on GitHub without messing with HTML markup. Most content on the site can be edited on GitHub without messing with HTML markup.
The site's source and structure is in the [`_src/`](_src) folder. Ignore everything with an underscore in its name. The site's source and structure is in the [`_src/`](_src) folder. Ignore everything with an underscore in its name.
@ -67,8 +65,6 @@ Some pages like front page source their content dynamically during site build. T
# Development # Development
![200](https://user-images.githubusercontent.com/90316/28792559-56cbe02c-7630-11e7-851f-40192e0ce50a.gif)
You need to have the following tools installed on your development machine before moving on: You need to have the following tools installed on your development machine before moving on:
- [node.js](http://nodejs.org/) & [npm](https://npmjs.org/) - [node.js](http://nodejs.org/) & [npm](https://npmjs.org/)
@ -100,8 +96,6 @@ gulp
# Continuous deployment: always be shipping # Continuous deployment: always be shipping
![shipping](https://cloud.githubusercontent.com/assets/90316/26559768/e21e9724-44b1-11e7-90cf-6ef6ebb06d09.gif)
The site gets built & deployed automatically via Travis. This is the preferred way of deployment, it makes sure the site is always deployed with fresh dependencies and only after a successful build. The site gets built & deployed automatically via Travis. This is the preferred way of deployment, it makes sure the site is always deployed with fresh dependencies and only after a successful build.
Build & deployment happens under the following conditions on Travis: Build & deployment happens under the following conditions on Travis:
@ -187,7 +181,8 @@ At the moment, jQuery is only used for the form submissions for its simple `$.aj
# Authors & Contributors # Authors & Contributors
- Greg McMullen ([@gmcmullen](https://github.com/gmcmullen)) - [IPDB Foundation](https://ipdb.foundation) - Greg McMullen ([@gmcmullen](https://github.com/gmcmullen)) - [IPDB Foundation](https://ipdb.io)
- Morgan Sutherland ([@msutherl](https://github.com/msutherl)) - [IPDB Foundation](https://ipdb.io)
- Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [BigchainDB](https://www.bigchaindb.com) - Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [BigchainDB](https://www.bigchaindb.com)
- Members of the IPDB Foundation team - Members of the IPDB Foundation team
- Members of the BigchainDB development team - Members of the BigchainDB development team