]> Untitled Git - bitcoindevkit.org/commit
Initial commit
authorAlekos Filini <alekos.filini@gmail.com>
Wed, 29 Apr 2020 12:42:27 +0000 (14:42 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Wed, 29 Apr 2020 12:42:27 +0000 (14:42 +0200)
commit718061d28441abae06dae60c9806df33876d12fa
treebcd98737ea72e9e1a4d9c7f2b0fa3daecd57e6e2
Initial commit
35 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
archetypes/default.md [new file with mode: 0644]
config.toml [new file with mode: 0644]
content/_index.md [new file with mode: 0644]
content/descriptors/_index.md [new file with mode: 0644]
content/repl/_index.md [new file with mode: 0644]
content/repl/compiler.md [new file with mode: 0644]
content/repl/concept.md [new file with mode: 0644]
content/repl/installation.md [new file with mode: 0644]
content/repl/interface.md [new file with mode: 0644]
content/repl/regtest.md [new file with mode: 0644]
layouts/partials/custom-footer.html [new file with mode: 0644]
layouts/partials/favicon.html [new file with mode: 0644]
layouts/partials/logo.html [new file with mode: 0644]
layouts/partials/menu-footer.html [new file with mode: 0644]
layouts/shortcodes/json.html [new file with mode: 0644]
static/css/jsonview.css [new file with mode: 0644]
static/css/style.css [new file with mode: 0644]
static/icons/android-chrome-192x192.png [new file with mode: 0644]
static/icons/android-chrome-512x512.png [new file with mode: 0644]
static/icons/apple-touch-icon.png [new file with mode: 0644]
static/icons/browserconfig.xml [new file with mode: 0644]
static/icons/favicon-16x16.png [new file with mode: 0644]
static/icons/favicon-32x32.png [new file with mode: 0644]
static/icons/favicon.ico [new file with mode: 0644]
static/icons/mstile-150x150.png [new file with mode: 0644]
static/icons/safari-pinned-tab.svg [new file with mode: 0644]
static/icons/site.webmanifest [new file with mode: 0644]
static/images/logo.svg [new file with mode: 0644]
static/images/wizard.svg [new file with mode: 0644]
static/js/github-buttons.js [new file with mode: 0644]
static/js/jsonview.js [new file with mode: 0644]
static/js/main.js [new file with mode: 0644]
themes/learn [new submodule]