From ea1d507e3ab29c8da68185b46cecd8bb995e464b Mon Sep 17 00:00:00 2001 From: Thomas Busby Date: Tue, 29 May 2018 00:57:29 +0200 Subject: [PATCH] Expand README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b14fc0a..26d232c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ -# cryptoanarchy.wiki +# cryptoanarchy.wiki If you're reading this, then it means that you're interested in contributing to [cryptoanarchy.wiki](https://cryptoanarchy.wiki). If you'd just like to view the site then please click [here](https://cryptoanarchy.wiki). +## For the Very Non-technical: +Set up a github account, go to the "Issues" tab above and leave an issue with instructions on what information you'd like to see added to the repository, what corrections you'd like to make, etc. + +## Basic Information + ### Jekyll theme forked from: -* [https://agusmakmun.github.io](https://github.com/agusmakmun/agusmakmun.github.io) +* [agusmakmun/agusmakmun.github.io](https://github.com/agusmakmun/agusmakmun.github.io) + +### Source code structure: +The site works primarily via [Jekyll Collections](https://jekyllrb.com/docs/collections/) (collections are defined in _config.yml). The primary types are as follows: + ++ **Section** - This is for items that should be displayed in the hompage contents. There is a collection for each section on the homepage. The items within the collection form the list items below the header. ++ **Subsection** - This is for content which is to be listed on a section item's page (i.e. the page of a specific instance of the collection type above). An example of this type would be the "people" collection. Some of the items in this collection would be found on the "Early Cypherpunks" page.