diff --git a/_config.yml b/_config.yml index 62987357..9666e062 100644 --- a/_config.yml +++ b/_config.yml @@ -61,7 +61,7 @@ twitter_username: # Default footer image settings footer: - copyright: Blockstack + copyright: "Blockstack" # Disqus comments shortname, requires Disqus account https://disqus.com/ # disqus: @@ -85,8 +85,12 @@ post_assets: /assets/posts/ # Build settings -markdown: kramdown -highlighter: rouge +markdown: kramdown +kramdown: + input: GFM + auto_ids: true + hard_wrap: false + syntax_highlighter: rouge plugins: - jekyll-feed @@ -110,6 +114,8 @@ exclude: - get-content.sh - _core/aglio_templates - _core/attic + - _code/api-specs.md + - _browser/todo-list.md sass: style: compressed diff --git a/_data/navigation_bns.yml b/_data/navigation_core.yml similarity index 84% rename from _data/navigation_bns.yml rename to _data/navigation_core.yml index 4fb07774..78dd019d 100644 --- a/_data/navigation_bns.yml +++ b/_data/navigation_core.yml @@ -7,10 +7,8 @@ - title: Tutorials & Cookbooks docs: - - core/naming/tutorial_creation - core/naming/tutorial_subdomains - core/naming/search - - core/naming/openbazaar - title: How to use BNS @@ -21,11 +19,7 @@ - core/naming/register - core/naming/manage - core/naming/subdomains - -- title: Forks and Dids - docs: - core/naming/forks - - core/naming/did - title: Atlas docs: diff --git a/_data/navigation_home.yml b/_data/navigation_home.yml index 98dd2400..ee01dedb 100644 --- a/_data/navigation_home.yml +++ b/_data/navigation_home.yml @@ -10,10 +10,10 @@ icon: settings doc: browser/browser-introduction -- title: Build Apps and Earn Money +- title: Build Decentralized Applications desc: Learn how to build an application that earns with Blockstack. icon: code - doc: android/tutorial + doc: browser/hello-blockstack - title: Use the Naming Service desc: Work with namespaces, zone files, and other advanced BNS topics. diff --git a/_data/navigation_learn.yml b/_data/navigation_learn.yml index a7e79680..52a5acee 100644 --- a/_data/navigation_learn.yml +++ b/_data/navigation_learn.yml @@ -1,7 +1,7 @@ - title: Try a tutorial docs: - browser/hello-blockstack - - browser/multi-player-storage + - browser/blockstack_storage - title: Work with an SDK docs: @@ -10,5 +10,5 @@ - title: Reference docs: - - core/faq_developer + - core/faq_developer - common/javascript_ref diff --git a/_includes/navbar.html b/_includes/navbar.html index ba41ead2..f60bca29 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -3,8 +3,11 @@
- +