Built out basic infrastructure

This commit is contained in:
2022-07-19 20:54:32 +00:00
parent 683be87574
commit 9faa2384b3
8 changed files with 40 additions and 735 deletions

View File

@ -0,0 +1,20 @@
# Contributing
Anyone is welcome to contribute to Crypto Wake.
## General guidelines
* Employ a tone of celebration mixed with honest assessment
* Highlight lessons for future builders
* Err on the side of using past tense even if a project is nominally still in existence
* Projects may still be operating, but they should be meaningfully inactive for at least a year in terms of development, use, and market value
* Cite source material as much as possible with in-text hyperlinks
## Entry format
Each entry should have the following sections:
* Introduction - A brief summary of the project, around one paragraph
* Lore - A history of the project, including an explanation of its demise
* Lessons - Distill lessons from the project
* Links - Provide useful links about the project, starting with the official "Website," "Wikipedia" page, and "Codebase," if applicable

View File

@ -0,0 +1,3 @@
# About
This is the result of a quick conversation between Ellie Rennie and Nathan Schneider at Consensus 2022.

BIN
files/docs/img/confetti.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1,9 +1,13 @@
# Twister
http://twister.net.co/
## History
Twister was a peer-to-peer microblogging service that used technology based on Bitcoin and BitTorrent. It first appeared in late 2013 and has not released a new version since 2018.
## Lore
## Status
## Lessons
## Links
* [Website](http://twister.net.co/)
* [Wikipedia page](https://en.wikipedia.org/wiki/Twister_(software))
* [Codebase](https://github.com/miguelfreitas/twister-core)

View File

@ -2,8 +2,8 @@ site_name: Crypto Wake
site_description: 'A celebration of deceased crypto projects'
site_url: 'https://cryptowake.medlab.host'
copyright: 'Media Enterprise Design Lab'
nav:
- Introduction: 'index.md'
repo_name: 'Contribute'
repo_url: 'https://gitlab.com/medlabboulder/cryptowake'
extra_css:
- 'stylesheets/extra.css'
theme:
@ -12,8 +12,8 @@ theme:
palette:
primary: 'white'
accent: 'light blue'
logo: 'img/logo_small.svg'
favicon: 'img/favicon.ico'
logo: 'img/confetti.png'
favicon: 'img/confetti.png'
font:
text: 'Noto Sans'
code: 'Ubuntu Mono'