Built out basic infrastructure
This commit is contained in:
20
files/docs/about/contributing.md
Normal file
20
files/docs/about/contributing.md
Normal 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
|
3
files/docs/about/index.md
Normal file
3
files/docs/about/index.md
Normal 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
BIN
files/docs/img/confetti.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
@ -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)
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user