BlackcoinWiki

An awesome wiki for Blackcoin!

To Contribute to the Wiki -> Learn these (in order of importance)

1 ⚡️ Get Started with Markdown

1 🔥 Go Pro with MDSv


By creating a MD file inside your /src/pages/ folder it will be created as a page; with the path defined by the filename. Inside all docs files you can define the following options:

Key Required? Description
title Yes Page title
description No Page description
image No Used for og:image

Example:

---
title: 'My Example'
description: 'A simple description for this page'
image: /banner.jpeg
---

Wow, this is a nice page!

Embeding files

Add your new page to the /src/includes/sidebar.md file.

* Blackcoin Today
    - [Overview](blackcoin-today/overview)
    - [Services](blackcoin-today/services)
    - [POSv3](blackcoin-today/posv3)
* History
    - [History](history/history)
    - [POSv2](history/posv2)

You can also add external links:

* [Github](https://github.com/danielclough/blackcoin-wiki)