added missing circle files and bulmaswatch

This commit is contained in:
Kevin Froman 2019-10-05 15:32:07 -05:00
parent f4d7a2acb9
commit 578a238f2e
6 changed files with 21 additions and 0 deletions

2
.gitignore vendored
View File

@ -24,6 +24,8 @@ testdata/*
*.dll
*.exe
dist/*
# log files
output.log
*.log

View File

@ -0,0 +1,7 @@
# Deterministic address
Deterministic addresses are simply Onionr user IDs that are generated from a passphrase rather than general entropy.
To generate an Onionr deterministic, create a random passphrase of at least 25 characters of length. **It is very important that your passphrase is highly random. 9+ words is recommended for your passphrase**
`$ onionr add-id true`

0
docs/usage/mail.md Normal file
View File

View File

@ -0,0 +1,6 @@
recommendedIDs = document.getElementById('recommendedBoards')
recommendedIDs.onchange = function(){
document.getElementById('feedIDInput').value = recommendedIDs.value
getBlocks()
}

View File

File diff suppressed because one or more lines are too long