-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
115 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Generated by editorconfig.timseverien.com | ||
# https://editor.timseverien.com/#config | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_style = space | ||
insert_final_newline = true | ||
tab_width = 2 | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Coding on Hive | ||
description: How to write software that will run on the Hive blockchain, and what can you do with it? | ||
sidebar: | ||
order: 30 | ||
label: Coding on Hive | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Learning Hive | ||
sidebar: | ||
order: 0 | ||
label: 01 Learning Hive | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Introduction to Blockchain & Hive | ||
description: Introduction to the Hive Coding School, as well as the idea of blockchain and Hive blockchain in particular. | ||
sidebar: | ||
order: 10 | ||
label: Blockchain & Hive | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Layer 2 | ||
description: What is a layer 2 blockchain? What are L2 chains on Hive? | ||
sidebar: | ||
order: 20 | ||
label: Layer 2 | ||
--- |
7 changes: 7 additions & 0 deletions
7
src/content/docs/school/01-learning-hive/lets-code-something.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Let's Code Something! | ||
description: Let's write something useful on the Hive blockchain using a few different approaches. | ||
sidebar: | ||
order: 40 | ||
label: Let's Code! | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Introducing Wax | ||
description: Learn Wax, a polyglot development toolkit for building apps on Hive blockchain. | ||
sidebar: | ||
order: 50 | ||
label: Introducing Wax | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: 3Speak Integration | ||
sidebar: | ||
order: 40 | ||
label: 3Speak Integration | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Authenticating and Managing Users | ||
description: Learn how to create and authenticate users on Hive blockchain. | ||
sidebar: | ||
order: 20 | ||
label: User Auth & Management | ||
--- |
7 changes: 7 additions & 0 deletions
7
src/content/docs/school/02-history-witness-app/bootstrapping.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Bootstrapping the History Witness App | ||
description: Let's start a new Hive app from scratch! | ||
sidebar: | ||
order: 10 | ||
label: Bootstrapping the App | ||
--- |
6 changes: 6 additions & 0 deletions
6
src/content/docs/school/02-history-witness-app/exhibitions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Creating Exhibitions | ||
sidebar: | ||
order: 50 | ||
label: Creating Exhibitions | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: History Witnesses — Building an App | ||
sidebar: | ||
order: 0 | ||
label: 02 Building an App | ||
--- |
6 changes: 6 additions & 0 deletions
6
src/content/docs/school/02-history-witness-app/publishing-on-hive.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Posting on Hive | ||
sidebar: | ||
order: 30 | ||
label: Posting on Hive | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Full App Tech Stack | ||
description: "Learn how to build a full-stack web app on Hive: what tools can you use and how to integrate them." | ||
sidebar: | ||
order: 5 | ||
label: Tech Stack | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Wrapping up & Next Steps | ||
sidebar: | ||
order: 60 | ||
label: Next Steps | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
/* Adjust padding for stylistic purposes */ | ||
.sl-markdown-content { | ||
padding-bottom: 1rem !important; | ||
margin-top: 0; | ||
/*padding-bottom: 1rem !important;*/ | ||
/*margin-top: 0;*/ | ||
display: none; | ||
} | ||
|
||
.meta { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters