Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-auckland committed Mar 20, 2019
0 parents commit f89e183
Show file tree
Hide file tree
Showing 56 changed files with 17,493 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

96 changes: 96 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
baseURL = "info.navcoin.org"
theme = "dot"


[params]
primaryColor = "#7243bf"
secondaryColor = "#2e94df"
textColor = "#636363"
textColorDark = "#242738"
whiteColor = "#ffffff"

[Languages]

# English Language
[Languages.en]
languageName = "En"
weight = 1
languageCode = "en-us"
title = "NavCoin Knowledge Base"
dateFormat = "2 January 2006"
home = "Home"
logo = "NavCoin Knowledge Base"
copyright = "Created by the NavCoin Community."

# navigation
[Languages.en.menu]

[[Languages.en.menu.main]]
weight = 2
name = "Faq"
url = "/faq"

[[Languages.en.menu.main]]
weight = 2
name = "pages"
url = "/pages"
hasChildren = true

[[Languages.en.menu.main]]
parent = "pages"
name = "Elements"
URL = "/elements"
weight = 1

[[Languages.en.menu.main]]
parent = "pages"
name = "Installation"
URL = "/installation"
weight = 2




# banner
[Languages.en.params.banner]
title = "NavCoin Knowledge base"
description = "Find advice and answers from the NavCoin community"
image = "images/banner.jpg"
placeholder = "Have a question? Just ask here or enter terms"

# Topics
[Languages.en.params.topics]
title = "Find your answer by subject"

# call to action
[Languages.en.params.cta]
enable = true
title = "Didn't find an answer to your question?"
description = "Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam."
btnText = "contact us"
btnURL = "/contact"

# contact
[Languages.en.params.contact]
title = "Got Any Questions"
content = "Visit the NavCoin discord to talk to the community: ."

# footer social icon
[[Languages.en.socialIcon]]
icon = "ti-facebook"
URL = "https://www.facebook.com/NavCoin/"

[[Languages.en.socialIcon]]
icon = "ti-twitter-alt"
URL = "https://twitter.com/NavCoin"

[[Languages.en.socialIcon]]
icon = "ti-discord-alt"
URL = "https://discord.gg/y4Vu9jw"

[[Languages.en.socialIcon]]
icon = "ti-medium"
URL = "http://medium.com/nav-coin"



7 changes: 7 additions & 0 deletions content/Block Explorer/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Block Explorer"
date: 2018-12-29T11:02:05+06:00
icon: "ti-panel"
description: "Block explorers are websites that allow you to look up NavCoin transactions and addresses."
type : "pages"
---
7 changes: 7 additions & 0 deletions content/NavCoin Core/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "NavCoin Core"
date: 2018-12-29T11:02:05+06:00
icon: "ti-panel"
description: "NavCoin Core is the software for running a full node."
type : "pages"
---
7 changes: 7 additions & 0 deletions content/NavPay/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "NavPay"
date: 2018-12-29T11:02:05+06:00
icon: "ti-panel"
description: "NavPay is a lite wallet for desktop and mobile"
type : "pages"
---
7 changes: 7 additions & 0 deletions content/Paper Wallet/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Paper Wallet"
date: 2018-12-29T11:02:05+06:00
icon: "ti-panel"
description: "The Paper Wallet is a way of safely storing your coins offline."
type : "pages"
---
7 changes: 7 additions & 0 deletions content/Stakeboxes/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Stakeboxes"
date: 2018-12-29T11:02:05+06:00
icon: "ti-panel"
description: "Stakeboxes such as the NavDroid and NavPi"
type : "pages"
---
7 changes: 7 additions & 0 deletions content/Technical Support/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Technical Support"
date: 2018-12-29T11:02:05+06:00
icon: "ti-panel"
description: "Non product related support topics can be found here."
type : "pages"
---
68 changes: 68 additions & 0 deletions content/elements/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
title: "Elements"
date: 2018-12-27T09:10:27+06:00
---

### Alarts

<div class="alert rounded-0 alert-primary">
A simple primary alert—check it out!
</div>

<div class="alert rounded-0 alert-secondary">
A simple secondary alert—check it out!
</div>

<div class="alert rounded-0 alert-success">
A simple success alert—check it out!
</div>

<div class="alert rounded-0 alert-danger">
A simple danger alert—check it out!
</div>

<div class="alert rounded-0 alert-warning">
A simple warning alert—check it out!
</div>

<div class="alert rounded-0 alert-info">
A simple info alert—check it out!
</div>

<div class="alert rounded-0 alert-light">
A simple light alert—check it out!
</div>

<div class="alert rounded-0 alert-dark">
A simple dark alert—check it out!
</div>

### Syntax Highlight

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png" >
<script src="/assets/js/main.js"></script>
</head>

### Blockquote

> This is a simple blockquote.
### Image

![image example](../../../../images/img-7.jpg "image")

### Buttons

<button class="btn btn-primary">Primary Button</button>
<button class="btn btn-secondary">secondary Button</button>
<button class="btn btn-success">success Button</button>
<button class="btn btn-info">info Button</button>
<button class="btn btn-danger">danger Button</button>
<button class="btn btn-warning">warning Button</button>
<button class="btn btn-light">light Button</button>
<button class="btn btn-dark">danger Button</button>
5 changes: 5 additions & 0 deletions content/faq/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Frequently Asked Questions"
date: 2018-12-27T09:10:27+06:00
---

49 changes: 49 additions & 0 deletions content/post/creating-a-community-fund-proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
author: "Michael Henderson"
date: 2014-09-28
title: "Creating a Community Fund proposal"

tags: [
"NavCoin Core Wallet",
"Community Fund"
]
date: "2014-04-02"
categories: [
"NavCoin Core Wallet",
"Community Fund"
]
---

## Core Wallet


- Go to the create proposal page in the Proposal Builder and fill in the form
- After filling in the form, click the GENERATE COMMAND button and copy the code that appears below.
- Open your NavCoin Core wallet and in the dropdowns select Debug Window under Help.
- In the textbox enter walletpassphrase "passphrase" timeout, where "passphrase" is your wallet’s password and `timeout` is how long you wish to unlock your wallet in seconds.
- e.g. walletpassphrase "MySecurePassword" 30
- With your wallet unlocked, paste in the generated code from the proposal website
- e.g. createproposal mnyKBfcG4cGfhNZQqbBAaN1ujvjyMEg9wt 1000 42595200 "NavCoin Italia meet up event 2019 funding"

Your proposal has now been submitted.


## NavPi

- Open the webview of your NavPi in your web browser
- e.g. 192.168.30.247
- In the top navigation menu click Community Fund
- On the community fund page you will see the Create Proposal form. Fill it in and click the GENERATE COMMAND button
- Copy the command that it generates and paste it into the `Command` text input below.
- Click the Issue Command button.

Your proposal has now been submitted


## If something went wrong

If something went wrong make sure that:
- You have at least 50 NAV in your wallet as this is the minimum fee required to submit a proposal
- You pasted in the entire createproposal command
- Your wallet didn’t relock itself before you pasted in the createproposal command (if you’re using the NavCoin Core Wallet)

Loading

0 comments on commit f89e183

Please sign in to comment.