Skip to content

Website for the Decentralized Web Summit 2016. decentralizedweb.net

License

Notifications You must be signed in to change notification settings

emilvincentz/dwebsummit-site

 
 

Repository files navigation

Decentralized Web Summit Website

This is a "static" site, meaning there is no backend (eg python, php, node).

While this might sacrifice some convenience, it means that this website can be made decentralized and served through p2p channels.

At the moment this site is hosted on NeoCities and also available through IPFS.

License

AGPL-3

Info

This site is developed using the Wintersmith static site buliding tool.

Originally there was no build step, but as there became the need for more pages, there was also a need to be easily maintainable. AngularJS was considered as a solution to avoid a build step, but it would have shifted the burden to the client, and made all page loads heavier and slower. Using a static site generator allows for easy maintenance while keeping the site "static", which means it is still compatible with the distributed web.

How to use the code

Building the site

First time only

npm install -g [email protected]
npm install

Build the site

npm run build

Open preview in browser

npm run serve
# open your browser to http://localhost:8080

About

Website for the Decentralized Web Summit 2016. decentralizedweb.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 49.4%
  • CSS 38.0%
  • JavaScript 12.3%
  • Shell 0.3%