Browse Source

staticman'

Signed-off-by: moxiegirl <mary@blockstack.com>
feat/clarity-updates
moxiegirl 6 years ago
parent
commit
eb996fa1d2
  1. 12
      _config.yml
  2. 51
      _includes/comment-form.html
  3. 29
      _includes/comment.html
  4. 57
      _includes/comment__form.html
  5. 27
      _includes/comments.html
  6. 6
      _includes/footer.html
  7. 7
      _layouts/auth.html
  8. 126
      _sass/comments/comments.scss
  9. 113
      _sass/comments/forms.scss
  10. 169
      _sass/comments/reset.scss
  11. 33
      _sass/comments/screen-reader.scss
  12. 51
      _sass/comments/visibility.scss
  13. 14
      _sass/theme/variables.scss
  14. 6
      _site/2017/05/25/post63.html
  15. 6
      _site/404.html
  16. 12
      _site/android/tutorial.html
  17. 2
      _site/assets/css/main.css
  18. 6
      _site/changelog/index.html
  19. 6
      _site/contact/index.html
  20. 89
      _site/core/auth/howitworks.html
  21. 89
      _site/core/auth/howtouse.html
  22. 103
      _site/core/auth/overview.html
  23. 12
      _site/core/naming/architecture.html
  24. 12
      _site/core/naming/comparison.html
  25. 12
      _site/core/naming/did.html
  26. 12
      _site/core/naming/forks.html
  27. 12
      _site/core/naming/introduction.html
  28. 12
      _site/core/naming/manage.html
  29. 12
      _site/core/naming/namespaces.html
  30. 12
      _site/core/naming/pickname.html
  31. 12
      _site/core/naming/register.html
  32. 12
      _site/core/naming/resolving.html
  33. 12
      _site/core/naming/subdomains.html
  34. 12
      _site/core/naming/tutorial_creation.html
  35. 12
      _site/core/naming/tutorial_subdomains.html
  36. 2
      _site/feed.xml
  37. 10
      _site/index.html
  38. 12
      _site/ios/tutorial.html
  39. 6
      _site/news/index.html
  40. 4
      _site/staticman.yml
  41. 6
      _site/thanks/index.html
  42. 4
      assets/css/main.scss
  43. 4
      index.md

12
_config.yml

@ -18,6 +18,8 @@ baseurl: ""
url: "https://zbabystack.netlify.com"
repository: moxiegirl/docs.blockstack
staticman:
branch: "master"
github_editme_path: moxiegirl/docs-new/blob/master
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
@ -62,8 +64,8 @@ footer:
copyright: Blockstack
# Disqus comments shortname, requires Disqus account https://disqus.com/
disqus:
shortname: # 1234
# disqus:
# shortname: # 1234
# Google analytics code, get your code here https://www.google.com/analytics/
google_analytics:
@ -110,6 +112,12 @@ exclude:
sass:
style: compressed
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
comments: true
collections:
android:
output: true

51
_includes/comment-form.html

@ -0,0 +1,51 @@
{% unless page.comments_locked == true %}
<!-- Start new comment form -->
<div id="respond">
<header class="section-title">
<h3>Leave a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="{{ page.url | relative_url }}#respond" style="display:none;">Cancel reply</a></small></h3>
</header>
<form id="comment-form" class="page__form js-form form" method="post" action="https://api.staticman.net/v2/entry/{{ site.repository }}/{{ site.staticman.branch }}/comments">
<div class="form-group">
<label class="sr-only" for="comment-form-name"><strong>Name</strong></label>
<input type="text" id="comment-form-name" name="fields[name]" required spellcheck="false" placeholder="Name">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-email"><strong>Email address</strong> <small>(used for <a href="http://gravatar.com">Gravatar</a> image and reply notifications)</small></label>
<input type="email" id="comment-form-email" name="fields[email]" required spellcheck="false" placeholder="Email address (used for Gravatar image)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-url"><strong>Website</strong> <small>(optional)</small></label>
<input type="url" id="comment-form-url" name="fields[url]" placeholder="Website (optional)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-message"><strong>Comment</strong> <small>(<a href="https://kramdown.gettalong.org/quickref.html">Markdown</a> is allowed)</small></label>
<textarea type="text" rows="6" id="comment-form-message" name="fields[message]" required spellcheck="true" placeholder="Comment (Markdown is allowed)"></textarea>
</div>
<div class="form-group hidden" style="display: none;">
<input type="hidden" name="options[origin]" value="{{ page.url | relative_url }}">
<input type="hidden" name="options[parent]" value="{{ page.url | relative_url }}">
<input type="hidden" id="comment-replying-to" name="fields[replying_to]" value="">
<input type="hidden" id="comment-post-id" name="options[slug]" value="{{ page.slug }}">
<input type="hidden" name="options[reCaptcha][siteKey]" value="{{ site.reCaptcha.siteKey }}">
<input type="hidden" name="options[reCaptcha][secret]" value="{{ site.reCaptcha.secret }}">
</div>
<!-- Start comment form alert messaging -->
<p class="hidden js-notice">
<span class="js-notice-text"></span>
</p>
<!-- End comment form alert messaging -->
<div class="form-group">
<div class="g-recaptcha" data-sitekey="{{ site.reCaptcha.siteKey }}"></div>
<label class="comment-reply-notifications" for="comment-form-reply">
<input type="checkbox" id="comment-form-reply" name="options[subscribe]" value="email">
Notify me of replies by email.
</label>
<button type="submit" id="comment-form-submit" class="btn">Send Comment</button>
</div>
</form>
</div>
<!-- End new comment form -->
<script async src="https://www.google.com/recaptcha/api.js"></script>
{% else %}
<p><em>Comments are closed. If you have a question concerning the content of this page, please feel free to <a href="/contact/">contact me</a>.</em></p>
{% endunless %}

29
_includes/comment.html

@ -1,35 +1,36 @@
<article id="comment{% unless include.r %}{{ index | prepend: '-' }}{% else %}{{ include.index | prepend: '-' }}{% endunless %}" class="js-comment comment {% if include.name == site.author.name %}admin{% endif %} {% unless include.replying_to == 0 %}child{% endunless %}">
<div class="comment__avatar">
<div class="comment-avatar">
{% if include.avatar %}
<img src="{{ include.avatar }}" alt="{{ include.name | escape }}">
<noscript><img src="{{ include.avatar }}" alt=""></noscript>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="{{ include.avatar }}" alt="" class="lazyload blur-up">
{% elsif include.email %}
<img src="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=60" srcset="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=120 2x" alt="{{ include.name | escape }}">
<noscript><img src="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=60" alt=""></noscript>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=60 1x, https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=120 2x" alt="" class="lazyload blur-up">
{% else %}
<img src="/assets/images/avatar-60.png" srcset="/assets/images/avatar-120.png 2x" alt="{{ include.name | escape }}">
<noscript><img src="/assets/images/avatar-60.png" alt=""></noscript>
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=60 1x, /assets/images/avatar-120.png 2x" alt="" class="lazyload blur-up">
{% endif %}
</div>
<h3 class="comment__author-name">
<h3 class="comment-author-name">
{% unless include.url == blank %}
<a rel="external nofollow" href="{{ include.url }}">
{% if include.name == site.author.name %}<svg class="icon" width="20px" height="20px"><use xlink:href="#icon-mistake"></use></svg> {% endif %}{{ include.name }}
</a>
<a rel="external nofollow" href="{{ include.url }}">{{ include.name | strip_html }}</a>
{% else %}
{% if include.name == site.author.name %}<svg class="icon" width="20px" height="20px"><use xlink:href="#icon-mistake"></use></svg> {% endif %}{{ include.name }}
{{ include.name | strip_html }}
{% endunless %}
</h3>
<div class="comment__timestamp">
<div class="comment-timestamp">
{% if include.date %}
{% if include.index %}<a href="#comment{% if r %}{{ index | prepend: '-' }}{% else %}{{ include.index | prepend: '-' }}{% endif %}" title="Permalink to this comment">{% endif %}
<time datetime="{{ include.date | date_to_xmlschema }}">{{ include.date | date: '%B %d, %Y' }}</time>
<time datetime="{{ include.date | date_to_xmlschema }}">{{ include.date | date_to_long_string: 'ordinal', 'US' }}</time>
{% if include.index %}</a>{% endif %}
{% endif %}
</div>
<div class="comment__content">
<div class="comment-content">
{{ include.message | markdownify }}
</div>
{% unless include.replying_to != 0 or page.comments_locked == true %}
<div class="comment__reply">
<a rel="nofollow" class="btn" href="#comment-{{ include.index }}" onclick="return addComment.moveForm('comment-{{ include.index }}', '{{ include.index }}', 'respond', '{{ page.slug }}')">Reply to {{ include.name }}</a>
<div class="comment-reply">
<a rel="nofollow" href="#comment-{{ include.index }}" onclick="return addComment.moveForm('comment-{{ include.index }}', '{{ include.index }}', 'respond', '{{ page.slug }}')"><svg class="icon icon--reply" width="16px" height="16px"><use xlink:href="{{ 'icons.svg#icon-reply' | prepend: 'assets/icons/' | relative_url }}"></use></svg> Reply to {{ include.name }}</a>
</div>
{% endunless %}
</article>

57
_includes/comment__form.html

@ -1,29 +1,56 @@
<form id="comment-form" method="post" action="https://api.staticman.net/v1/entry/{{ site.repository }}/{{ site.staticman.branch }}/comments">
{% if page.comments == true %}
<section class="post__comments">
{% if site.repository and site.staticman.branch %}
{% if site.data.comments[page.slug] %}
<!-- Start static comments -->
<div id="comments" class="js-comments">
<h3 class="tile__header">Comments</h3>
{% assign comments = site.data.comments[page.slug] | sort %}
{% for comment in comments %}
{% assign avatar = comment[1].avatar %}
{% assign email = comment[1].email %}
{% assign name = comment[1].name %}
{% assign url = comment[1].url %}
{% assign date = comment[1].date %}
{% assign message = comment[1].message %}
{% include comment.html index=forloop.index avatar=avatar email=email name=name url=url date=date message=message %}
{% endfor %}
</div>
<!-- End static comments -->
{% endif %}
<!-- Start new comment form -->
<h3 class="tile__header">Leave a Comment</h3>
<p class="instruct">Your email address will not be published. Required fields are marked <span class="required">*</span></p>
<form id="comment-form" class="post__comments-form js-form form" method="post" action="https://api.staticman.net/v2/entry/{{site.repository}}/{{site.staticman.branch}}">
<fieldset>
<label for="comment-form-message">Comment</label>
<label for="comment-form-message">Comment<small class="required">*</small> <small>(<a href="https://daringfireball.net/projects/markdown/">Markdown</a> is supported)</small></label>
<textarea type="text" rows="3" id="comment-form-message" name="fields[message]" tabindex="1"></textarea>
</fieldset>
<fieldset>
<label for="comment-form-name">Name</label>
<label for="comment-form-name">Name<small class="required">*</small></label>
<input type="text" id="comment-form-name" name="fields[name]" tabindex="2" />
</fieldset>
<fieldset>
<label for="comment-form-email">Email address</label>
<label for="comment-form-email">Email address<small class="required">*</small></label>
<input type="email" id="comment-form-email" name="fields[email]" tabindex="3" />
</fieldset>
<fieldset>
<label for="comment-form-url">Website</label>
<label for="comment-form-url">Website <small>(optional)</small></label>
<input type="url" id="comment-form-url" name="fields[url]" tabindex="4"/>
</fieldset>
<fieldset class="hidden" style="display:none;">
<!-- used by Staticman to generate filenames for each comment -->
<fieldset class="hidden">
<input type="hidden" name="options[slug]" value="{{ page.slug }}">
<!-- honey pot field used to filter out spam -->
<label for="comment-form-location">Not used. Leave blank if you are a human.</label>
<input type="text" id="comment-form-location" name="fields[hidden]" autocomplete="off"/>
<input type="hidden" name="fields[hidden]"/>
</fieldset>
<!-- Start comment form alert messaging -->
<p class="hidden js-notice">
<span class="js-notice-text"></span>
</p>
<!-- End comment form alert messaging -->
<fieldset>
<button type="submit" id="comment-form-submit" tabindex="5">Submit Comment</button>
<button type="submit" id="comment-form-submit" tabindex="5" class="btn btn--large">Submit Comment</button>
</fieldset>
</form>
<!-- End new comment form -->
</form>
<!-- End new comment form -->
{% endif %}
</section>
{% endif %}

27
_includes/comments.html

@ -0,0 +1,27 @@
<div class="entry-comments">
{% if site.repository and site.staticman.branch %}
{% if site.data.comments[page.slug] %}
<!-- Start static comments -->
<div id="comments" class="js-comments">
<header class="section-title">
<h3>{% if site.data.comments[page.slug].size > 1 %}{{ site.data.comments[page.slug] | size | append: ' ' }}{% endif %}Comments</h3>
</header>
{% assign comments = site.data.comments[page.slug] | sort | where_exp: 'comment', 'comment[1].replying_to == blank' %}
{% for comment in comments %}
{% assign index = forloop.index %}
{% assign replying_to = comment[1].replying_to | to_integer %}
{% assign avatar = comment[1].avatar %}
{% assign email = comment[1].email %}
{% assign name = comment[1].name %}
{% assign url = comment[1].url %}
{% assign date = comment[1].date %}
{% assign message = comment[1].message %}
{% include comment.html index=index replying_to=replying_to avatar=avatar email=email name=name url=url date=date message=message %}
{% endfor %}
</div>
<!-- End static comments -->
{% endif %}
{% include comment-form.html %}
{% endif %}
</div>

6
_includes/footer.html

@ -1,7 +1,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
{% for link in site.data.navigation_footer %}
{% if link.url contains 'http' %}
@ -24,8 +24,8 @@
<div data-uk-grid class="uk-child-width-auto uk-grid-small uk-flex-center uk-grid">
{% include social-networks.html %}
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">{{ site.footer.copyright }}</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; {{ page.date | date: "%Y" }} {{ site.footer.copyright }}</div>
</div>
</footer>

7
_layouts/auth.html

@ -56,11 +56,12 @@ layout: default
{% include paginate-doc.html %}
{% include related-auth.html %}
<!-- {% include related-auth.html %} -->
{% include comment__form.html %}
{% if page.comments == true %}
{% include comments.html %}
{% endif %}
{% include page__comments.html %}
</article>
<script>

126
_sass/comments/comments.scss

@ -0,0 +1,126 @@
/* ==========================================================================
Comments
========================================================================== */
.comment {
font-size: 0.8em;
margin-bottom: 4em;
padding-left: 4.5em;
position: relative;
// comment replies
&.child {
margin-left: 4.5em;
}
}
.comment-timestamp {
font-size: 0.8em;
a {
color: inherit;
text-decoration: none;
}
}
.comment-content {
margin-top: 1em;
> p,
> ul,
> ol,
> figure,
> table {
margin-bottom: 1.5em;
}
ul {
list-style-type: square;
}
li {
margin-bottom: 0.5em;
}
li > ul,
li > ol {
margin-top: 0.5em;
}
img {
max-width: 100%;
}
.highlighter-rouge {
.highlight {
margin-left: 0;
margin-right: 0;
}
.highlight code {
font-size: 0.8em;
}
}
}
.comment-avatar {
height: 3.25em;
left: 0;
position: absolute;
top: 0;
width: 3.25em;
&::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='stripe-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M-1,1 l2,-2 M0,10 l10,-10 M9,11 l2,-2' stroke='%23333' stroke-width='1' /%3E%3C/svg%3E");
background-size: 5px 5px;
bottom: 0.5em;
content: "";
height: 3.25em;
position: absolute;
right: 0.5em;
width: 3.25em;
z-index: -1;
}
}
.comment-author-name {
display: inline-block;
font-size: 1.25em;
line-height: 1;
margin: 0 0 0.25em;
a {
color: inherit;
text-decoration: none;
}
}
.comment-reply {
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.comment-reply-notifications {
margin: 1rem 0;
}
#cancel-comment-reply-link {
margin-left: 1em;
}
#comment-form {
margin-bottom: 3em;
}
/* Site author specific */
.admin {
.comment-author-name {
box-shadow: inset 0 -0.25em 0 rgba($label-warning-color, 0.5);
}
}

113
_sass/comments/forms.scss

@ -0,0 +1,113 @@
/* ==========================================================================
Forms
========================================================================== */
input,
label,
select {
display: block;
}
label {
font-family: $base-code-font-family;
font-size: 0.8em;
margin-bottom: 0.5em;
&.required::after {
content: "*";
}
abbr {
display: none;
}
}
input,
textarea,
select,
select[multiple="multiple"] {
background-color: #fff;
border-color: #d7d8da;
border-radius: .25em;
border-style: solid;
border-width: 1px 1px 4px 1px;
box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
box-sizing: border-box;
font-family: Roboto,sans-serif;
font-size: 16px;
margin-bottom: 0.25em;
padding: 0.75em;
transition: border-color;
width: 100%;
&:hover {
border-color: $form-border-color-hover;
}
&:focus {
border-color: $form-border-color-focus;
box-shadow: $form-box-shadow-focus;
outline: none;
}
}
textarea {
resize: vertical;
}
input[type="search"] {
appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
margin-right: 0.5em;
width: initial;
}
input[type="file"] {
width: 100%;
}
select {
max-width: 100%;
width: auto;
}
form button,
form .btn,
input[type="submit"] {
appearance: none;
cursor: pointer;
margin: 1em 0;
user-select: none;
vertical-align: middle;
white-space: nowrap;
}
form {
ul,
ol,
li {
list-style-type: none;
padding-left: 0;
}
}
.form-group {
margin-bottom: 0.5rem;
}
/* required */
.req,
.required {
color: $alert-primary-color !important;
font-weight: bold;
}
/* instructions */
.instruct {
font-size: 0.8em;
font-style: italic;
}

169
_sass/comments/reset.scss

@ -0,0 +1,169 @@
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
margin: 0; /* 2 */
font-family: $base-font-family; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
/* 1 */ [type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
color: inherit; /* 2 */
white-space: normal; /* 1 */
box-sizing: border-box; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
padding: 0; /* 2 */
box-sizing: border-box; /* 1 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
outline-offset: -2px; /* 2 */
-webkit-appearance: textfield; /* 1 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
font: inherit; /* 2 */
-webkit-appearance: button; /* 1 */
}

33
_sass/comments/screen-reader.scss

@ -0,0 +1,33 @@
// Only display content to screen readers
//
// See: http://a11yproject.com/posts/how-to-hide-content/
// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
@mixin sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
// Use in conjunction with .sr-only to only display content when it's focused.
//
// Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
//
// Credit: HTML5 Boilerplate
@mixin sr-only-focusable {
&:active,
&:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
}

51
_sass/comments/visibility.scss

@ -0,0 +1,51 @@
/* ==========================================================================
Visibility
========================================================================== */
/* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */
.is--hidden,
.hidden {
display: none !important;
visibility: hidden !important;
}
.is--visible {
display: block !important;
visibility: visible !important;
}
/* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */
.visually-hidden {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px !important;
width: 1px !important;
border: 0 !important;
overflow: hidden;
}
body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
display: none !important;
}
/* for preloading images */
.load {
display: none;
}
.transparent {
opacity: 0;
}
/* for screen-readers */
.sr-only {
@include sr-only();
}
.sr-only-focusable {
@include sr-only-focusable();
}

14
_sass/theme/variables.scss

@ -88,3 +88,17 @@ $navbar-nav-item-text-transform: none;
$subnav-item-text-transform: none;
$search-default-border: darken($global-border, 15%);
/* Forms */
$border-color: $color-main;
$form-background: mix(#fff, $border-color, 50%);
$form-border-color: $border-color;
$form-border-color-hover: mix(#000, $border-color, 10%);
$form-border-color-focus: $color-main;
$form-border-radius: 5px;
$form-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.06);
$form-box-shadow-focus: $form-box-shadow,
0 0 5px rgba(mix(#000, $form-border-color-focus, 10%), 0.7);
$form-font-family: $global-font-family;
$form-font-size: $global-medium-font-size;

6
_site/2017/05/25/post63.html

@ -274,7 +274,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -330,8 +330,8 @@
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2017 Blockstack</div>
</div>
</footer>

6
_site/404.html

@ -181,7 +181,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -237,8 +237,8 @@
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; Blockstack</div>
</div>
</footer>

12
_site/android/tutorial.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/android/tutorial.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Android SDK Tutorial (Pre-release)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/android/tutorial.html","headline":"Android SDK Tutorial (Pre-release)","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/android/tutorial.html"},"@context":"http://schema.org"}</script>
{"description":"Android SDK Tutorial (Pre-release)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/android/tutorial.html","headline":"Android SDK Tutorial (Pre-release)","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/android/tutorial.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -151,7 +151,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_android/tutorial.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -1154,7 +1154,7 @@ know about your experience by tweeting to
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -1210,8 +1210,8 @@ know about your experience by tweeting to
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

2
_site/assets/css/main.css

File diff suppressed because one or more lines are too long

6
_site/changelog/index.html

@ -267,7 +267,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -323,8 +323,8 @@
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; Blockstack</div>
</div>
</footer>

6
_site/contact/index.html

@ -261,7 +261,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -317,8 +317,8 @@
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; Blockstack</div>
</div>
</footer>

89
_site/core/auth/howitworks.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/auth/howitworks.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"How Atlas Works","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/auth/howitworks.html","headline":"How Atlas Works","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/auth/howitworks.html"},"@context":"http://schema.org"}</script>
{"description":"How Atlas Works","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/auth/howitworks.html","headline":"How Atlas Works","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/auth/howitworks.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -154,7 +154,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/auth/howitworks.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -413,7 +413,7 @@ which ones are missing which chunks can be found
<div class="uk-margin-large-top">
<!-- <div class="uk-margin-large-top">
<h3>Related Articles</h3>
@ -424,28 +424,67 @@ which ones are missing which chunks can be found
</ul>
</div>
-->
<form method="POST" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<input name="options[redirect]" type="hidden" value="http://localhost:4000/core/auth/howitworks.html">
<!-- e.g. "2016-01-02-this-is-a-post" -->
<input name="options[slug]" type="hidden" value="howitworks">
<label><input name="fields[name]" type="text">Name</label>
<label><input name="fields[email]" type="email">E-mail</label>
<label><textarea name="fields[message]"></textarea>Message</label>
<button type="submit">Go!</button>
</form>
<div class="entry-comments">
<!-- Start new comment form -->
<div id="respond">
<header class="section-title">
<h3>Leave a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/core/auth/howitworks.html#respond" style="display:none;">Cancel reply</a></small></h3>
</header>
<form id="comment-form" class="page__form js-form form" method="post" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<div class="form-group">
<label class="sr-only" for="comment-form-name"><strong>Name</strong></label>
<input type="text" id="comment-form-name" name="fields[name]" required spellcheck="false" placeholder="Name">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-email"><strong>Email address</strong> <small>(used for <a href="http://gravatar.com">Gravatar</a> image and reply notifications)</small></label>
<input type="email" id="comment-form-email" name="fields[email]" required spellcheck="false" placeholder="Email address (used for Gravatar image)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-url"><strong>Website</strong> <small>(optional)</small></label>
<input type="url" id="comment-form-url" name="fields[url]" placeholder="Website (optional)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-message"><strong>Comment</strong> <small>(<a href="https://kramdown.gettalong.org/quickref.html">Markdown</a> is allowed)</small></label>
<textarea type="text" rows="6" id="comment-form-message" name="fields[message]" required spellcheck="true" placeholder="Comment (Markdown is allowed)"></textarea>
</div>
<div class="form-group hidden" style="display: none;">
<input type="hidden" name="options[origin]" value="/core/auth/howitworks.html">
<input type="hidden" name="options[parent]" value="/core/auth/howitworks.html">
<input type="hidden" id="comment-replying-to" name="fields[replying_to]" value="">
<input type="hidden" id="comment-post-id" name="options[slug]" value="howitworks">
<input type="hidden" name="options[reCaptcha][siteKey]" value="">
<input type="hidden" name="options[reCaptcha][secret]" value="">
</div>
<!-- Start comment form alert messaging -->
<p class="hidden js-notice">
<span class="js-notice-text"></span>
</p>
<!-- End comment form alert messaging -->
<div class="form-group">
<div class="g-recaptcha" data-sitekey=""></div>
<label class="comment-reply-notifications" for="comment-form-reply">
<input type="checkbox" id="comment-form-reply" name="options[subscribe]" value="email">
Notify me of replies by email.
</label>
<button type="submit" id="comment-form-submit" class="btn">Send Comment</button>
</div>
</form>
</div>
<!-- End new comment form -->
<script async src="https://www.google.com/recaptcha/api.js"></script>
</div>
<form method="POST" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<input name="options[redirect]" type="hidden" value="http://localhost:4000/core/auth/howitworks.html">
<!-- e.g. "2016-01-02-this-is-a-post" -->
<input name="options[slug]" type="hidden" value="howitworks">
<label><input name="fields[name]" type="text">Name</label>
<label><input name="fields[email]" type="email">E-mail</label>
<label><textarea name="fields[message]"></textarea>Message</label>
<button type="submit">Go!</button>
</form>
</article>
@ -526,7 +565,7 @@ which ones are missing which chunks can be found
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -582,8 +621,8 @@ which ones are missing which chunks can be found
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

89
_site/core/auth/howtouse.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/auth/howtouse.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"How to Use the Atlas Network","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/auth/howtouse.html","headline":"How to Use the Atlas Network","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/auth/howtouse.html"},"@context":"http://schema.org"}</script>
{"description":"How to Use the Atlas Network","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/auth/howtouse.html","headline":"How to Use the Atlas Network","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/auth/howtouse.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -154,7 +154,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/auth/howtouse.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -347,7 +347,7 @@ failures.</p>
<div class="uk-margin-large-top">
<!-- <div class="uk-margin-large-top">
<h3>Related Articles</h3>
@ -358,28 +358,67 @@ failures.</p>
</ul>
</div>
-->
<form method="POST" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<input name="options[redirect]" type="hidden" value="http://localhost:4000/core/auth/howtouse.html">
<!-- e.g. "2016-01-02-this-is-a-post" -->
<input name="options[slug]" type="hidden" value="howtouse">
<label><input name="fields[name]" type="text">Name</label>
<label><input name="fields[email]" type="email">E-mail</label>
<label><textarea name="fields[message]"></textarea>Message</label>
<button type="submit">Go!</button>
</form>
<div class="entry-comments">
<!-- Start new comment form -->
<div id="respond">
<header class="section-title">
<h3>Leave a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/core/auth/howtouse.html#respond" style="display:none;">Cancel reply</a></small></h3>
</header>
<form id="comment-form" class="page__form js-form form" method="post" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<div class="form-group">
<label class="sr-only" for="comment-form-name"><strong>Name</strong></label>
<input type="text" id="comment-form-name" name="fields[name]" required spellcheck="false" placeholder="Name">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-email"><strong>Email address</strong> <small>(used for <a href="http://gravatar.com">Gravatar</a> image and reply notifications)</small></label>
<input type="email" id="comment-form-email" name="fields[email]" required spellcheck="false" placeholder="Email address (used for Gravatar image)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-url"><strong>Website</strong> <small>(optional)</small></label>
<input type="url" id="comment-form-url" name="fields[url]" placeholder="Website (optional)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-message"><strong>Comment</strong> <small>(<a href="https://kramdown.gettalong.org/quickref.html">Markdown</a> is allowed)</small></label>
<textarea type="text" rows="6" id="comment-form-message" name="fields[message]" required spellcheck="true" placeholder="Comment (Markdown is allowed)"></textarea>
</div>
<div class="form-group hidden" style="display: none;">
<input type="hidden" name="options[origin]" value="/core/auth/howtouse.html">
<input type="hidden" name="options[parent]" value="/core/auth/howtouse.html">
<input type="hidden" id="comment-replying-to" name="fields[replying_to]" value="">
<input type="hidden" id="comment-post-id" name="options[slug]" value="howtouse">
<input type="hidden" name="options[reCaptcha][siteKey]" value="">
<input type="hidden" name="options[reCaptcha][secret]" value="">
</div>
<!-- Start comment form alert messaging -->
<p class="hidden js-notice">
<span class="js-notice-text"></span>
</p>
<!-- End comment form alert messaging -->
<div class="form-group">
<div class="g-recaptcha" data-sitekey=""></div>
<label class="comment-reply-notifications" for="comment-form-reply">
<input type="checkbox" id="comment-form-reply" name="options[subscribe]" value="email">
Notify me of replies by email.
</label>
<button type="submit" id="comment-form-submit" class="btn">Send Comment</button>
</div>
</form>
</div>
<!-- End new comment form -->
<script async src="https://www.google.com/recaptcha/api.js"></script>
</div>
<form method="POST" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<input name="options[redirect]" type="hidden" value="http://localhost:4000/core/auth/howtouse.html">
<!-- e.g. "2016-01-02-this-is-a-post" -->
<input name="options[slug]" type="hidden" value="howtouse">
<label><input name="fields[name]" type="text">Name</label>
<label><input name="fields[email]" type="email">E-mail</label>
<label><textarea name="fields[message]"></textarea>Message</label>
<button type="submit">Go!</button>
</form>
</article>
@ -460,7 +499,7 @@ failures.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -516,8 +555,8 @@ failures.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

103
_site/core/auth/overview.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/auth/overview.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Overview of the Atlas network","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/auth/overview.html","headline":"Overview of the Atlas network","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/auth/overview.html"},"@context":"http://schema.org"}</script>
{"description":"Overview of the Atlas network","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/auth/overview.html","headline":"Overview of the Atlas network","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/auth/overview.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -154,7 +154,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/auth/overview.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -164,9 +164,7 @@
<div class="article-content">
<h3 class="no_toc" id="httplocalhost4000coreauthoverviewhtml">http://localhost:4000/core/auth/overview.html</h3>
<p>This document describes the Atlas network, a peer-to-peer content-addressed
<p class="no_toc">This document describes the Atlas network, a peer-to-peer content-addressed
storage system whose chunks’ hashes are announced on a public blockchain. Atlas
allows users and developers to <strong>permanently store</strong> chunks of data that are
<strong>replicated across every peer.</strong> As long as at least one Atlas peer is online,
@ -404,7 +402,7 @@ as part of the protocol.</p>
<div class="uk-margin-large-top">
<!-- <div class="uk-margin-large-top">
<h3>Related Articles</h3>
@ -415,28 +413,77 @@ as part of the protocol.</p>
</ul>
</div>
-->
<div class="entry-comments">
<form method="POST" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<input name="options[redirect]" type="hidden" value="http://localhost:4000/core/auth/overview.html">
<!-- e.g. "2016-01-02-this-is-a-post" -->
<input name="options[slug]" type="hidden" value="overview">
<label><input name="fields[name]" type="text">Name</label>
<label><input name="fields[email]" type="email">E-mail</label>
<label><textarea name="fields[message]"></textarea>Message</label>
<button type="submit">Go!</button>
</form>
<!-- Start static comments -->
<div id="comments" class="js-comments">
<header class="section-title">
<h3>Comments</h3>
</header>
</div>
<!-- End static comments -->
<!-- Start new comment form -->
<div id="respond">
<header class="section-title">
<h3>Leave a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/core/auth/overview.html#respond" style="display:none;">Cancel reply</a></small></h3>
</header>
<form id="comment-form" class="page__form js-form form" method="post" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<div class="form-group">
<label class="sr-only" for="comment-form-name"><strong>Name</strong></label>
<input type="text" id="comment-form-name" name="fields[name]" required spellcheck="false" placeholder="Name">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-email"><strong>Email address</strong> <small>(used for <a href="http://gravatar.com">Gravatar</a> image and reply notifications)</small></label>
<input type="email" id="comment-form-email" name="fields[email]" required spellcheck="false" placeholder="Email address (used for Gravatar image)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-url"><strong>Website</strong> <small>(optional)</small></label>
<input type="url" id="comment-form-url" name="fields[url]" placeholder="Website (optional)">
</div>
<div class="form-group">
<label class="sr-only" for="comment-form-message"><strong>Comment</strong> <small>(<a href="https://kramdown.gettalong.org/quickref.html">Markdown</a> is allowed)</small></label>
<textarea type="text" rows="6" id="comment-form-message" name="fields[message]" required spellcheck="true" placeholder="Comment (Markdown is allowed)"></textarea>
</div>
<div class="form-group hidden" style="display: none;">
<input type="hidden" name="options[origin]" value="/core/auth/overview.html">
<input type="hidden" name="options[parent]" value="/core/auth/overview.html">
<input type="hidden" id="comment-replying-to" name="fields[replying_to]" value="">
<input type="hidden" id="comment-post-id" name="options[slug]" value="overview">
<input type="hidden" name="options[reCaptcha][siteKey]" value="">
<input type="hidden" name="options[reCaptcha][secret]" value="">
</div>
<!-- Start comment form alert messaging -->
<p class="hidden js-notice">
<span class="js-notice-text"></span>
</p>
<!-- End comment form alert messaging -->
<div class="form-group">
<div class="g-recaptcha" data-sitekey=""></div>
<label class="comment-reply-notifications" for="comment-form-reply">
<input type="checkbox" id="comment-form-reply" name="options[subscribe]" value="email">
Notify me of replies by email.
</label>
<button type="submit" id="comment-form-submit" class="btn">Send Comment</button>
</div>
</form>
</div>
<!-- End new comment form -->
<script async src="https://www.google.com/recaptcha/api.js"></script>
</div>
<form method="POST" action="https://api.staticman.net/v2/entry/moxiegirl/docs.blockstack/master/comments">
<input name="options[redirect]" type="hidden" value="http://localhost:4000/core/auth/overview.html">
<!-- e.g. "2016-01-02-this-is-a-post" -->
<input name="options[slug]" type="hidden" value="overview">
<label><input name="fields[name]" type="text">Name</label>
<label><input name="fields[email]" type="email">E-mail</label>
<label><textarea name="fields[message]"></textarea>Message</label>
<button type="submit">Go!</button>
</form>
</article>
@ -517,7 +564,7 @@ as part of the protocol.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -573,8 +620,8 @@ as part of the protocol.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/architecture.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/architecture.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Understand the Architecture","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/architecture.html","headline":"Understand the Architecture","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/architecture.html"},"@context":"http://schema.org"}</script>
{"description":"Understand the Architecture","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/architecture.html","headline":"Understand the Architecture","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/architecture.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/architecture.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -465,7 +465,7 @@ the reader to client-specific documentation for registering and managing names.<
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -521,8 +521,8 @@ the reader to client-specific documentation for registering and managing names.<
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/comparison.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/comparison.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Naming system feature comparison","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/comparison.html","headline":"Naming system feature comparison","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/comparison.html"},"@context":"http://schema.org"}</script>
{"description":"Naming system feature comparison","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/comparison.html","headline":"Naming system feature comparison","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/comparison.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/comparison.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -514,7 +514,7 @@ slightly more valuable.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -570,8 +570,8 @@ slightly more valuable.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/did.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/did.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"DID Encoding for Subdomains","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/did.html","headline":"DID Encoding for Subdomains","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/did.html"},"@context":"http://schema.org"}</script>
{"description":"DID Encoding for Subdomains","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/did.html","headline":"DID Encoding for Subdomains","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/did.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/did.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -418,7 +418,7 @@ second is encoded with version byte 63).</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -474,8 +474,8 @@ second is encoded with version byte 63).</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/forks.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/forks.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"BNS Forks","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/forks.html","headline":"BNS Forks","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/forks.html"},"@context":"http://schema.org"}</script>
{"description":"BNS Forks","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/forks.html","headline":"BNS Forks","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/forks.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/forks.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -507,7 +507,7 @@ to the fork-set with the highest cumulative burn.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -563,8 +563,8 @@ to the fork-set with the highest cumulative burn.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/introduction.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/introduction.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Blockstack Naming Service (BNS)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/introduction.html","headline":"Blockstack Naming Service (BNS)","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/introduction.html"},"@context":"http://schema.org"}</script>
{"description":"Blockstack Naming Service (BNS)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/introduction.html","headline":"Blockstack Naming Service (BNS)","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/introduction.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/introduction.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -1879,7 +1879,7 @@ slightly more valuable.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -1935,8 +1935,8 @@ slightly more valuable.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/manage.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/manage.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Manage BNS Names","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/manage.html","headline":"Manage BNS Names","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/manage.html"},"@context":"http://schema.org"}</script>
{"description":"Manage BNS Names","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/manage.html","headline":"Manage BNS Names","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/manage.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/manage.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -497,7 +497,7 @@ document for details on how to construct this transaction.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -553,8 +553,8 @@ document for details on how to construct this transaction.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/namespaces.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/namespaces.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Understand Namespaces","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/namespaces.html","headline":"Understand Namespaces","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/namespaces.html"},"@context":"http://schema.org"}</script>
{"description":"Understand Namespaces","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/namespaces.html","headline":"Understand Namespaces","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/namespaces.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/namespaces.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -511,7 +511,7 @@ between these name objects is presented below:</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -567,8 +567,8 @@ between these name objects is presented below:</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/pickname.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/pickname.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Choose a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/pickname.html","headline":"Choose a name","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/pickname.html"},"@context":"http://schema.org"}</script>
{"description":"Choose a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/pickname.html","headline":"Choose a name","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/pickname.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/pickname.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -543,7 +543,7 @@ cryptocurrency at stake.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -599,8 +599,8 @@ cryptocurrency at stake.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/register.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/register.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Register a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/register.html","headline":"Register a name","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/register.html"},"@context":"http://schema.org"}</script>
{"description":"Register a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/register.html","headline":"Register a name","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/register.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/register.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -493,7 +493,7 @@ dynamically and automatically, and broadcast both the <code class="highlighter-r
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -549,8 +549,8 @@ dynamically and automatically, and broadcast both the <code class="highlighter-r
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/resolving.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/resolving.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Resolve a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/resolving.html","headline":"Resolve a name","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/resolving.html"},"@context":"http://schema.org"}</script>
{"description":"Resolve a name","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/resolving.html","headline":"Resolve a name","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/resolving.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/resolving.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -663,7 +663,7 @@ under its previous owner, if the name expired and was reregistered.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -719,8 +719,8 @@ under its previous owner, if the name expired and was reregistered.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/subdomains.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/subdomains.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"BNS Subdomains","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/subdomains.html","headline":"BNS Subdomains","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/subdomains.html"},"@context":"http://schema.org"}</script>
{"description":"BNS Subdomains","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/subdomains.html","headline":"BNS Subdomains","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/subdomains.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/subdomains.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -633,7 +633,7 @@ details on how to use it.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -689,8 +689,8 @@ details on how to use it.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/tutorial_creation.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/tutorial_creation.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Creating a Namespace","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/tutorial_creation.html","headline":"Creating a Namespace","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/tutorial_creation.html"},"@context":"http://schema.org"}</script>
{"description":"Creating a Namespace","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/tutorial_creation.html","headline":"Creating a Namespace","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/tutorial_creation.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/tutorial_creation.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -1016,7 +1016,7 @@ names will disappear, and someone else will be able to register it.</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -1072,8 +1072,8 @@ names will disappear, and someone else will be able to register it.</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

12
_site/core/naming/tutorial_subdomains.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/core/naming/tutorial_subdomains.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"Subdomain Design and Implementation","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/tutorial_subdomains.html","headline":"Subdomain Design and Implementation","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/tutorial_subdomains.html"},"@context":"http://schema.org"}</script>
{"description":"Subdomain Design and Implementation","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/core/naming/tutorial_subdomains.html","headline":"Subdomain Design and Implementation","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/core/naming/tutorial_subdomains.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -216,7 +216,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_core/naming/tutorial_subdomains.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -710,7 +710,7 @@ correct environment variables for it to run).</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -766,8 +766,8 @@ correct environment variables for it to run).</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

2
_site/feed.xml

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.5.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2018-09-04T13:19:15-07:00</updated><id>http://localhost:4000/</id><title type="html">Blockstack</title><subtitle>Docs</subtitle><author><name>Blockstack</name></author><entry><title type="html">Site tags</title><link href="http://localhost:4000/2017/05/25/post63.html" rel="alternate" type="text/html" title="Site tags" /><published>2017-05-25T00:00:00-07:00</published><updated>2017-05-25T00:00:00-07:00</updated><id>http://localhost:4000/2017/05/25/post63</id><content type="html" xml:base="http://localhost:4000/2017/05/25/post63.html">&lt;p&gt;http://localhost:4000/assets/posts/&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.5.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2018-09-04T16:46:07-07:00</updated><id>http://localhost:4000/</id><title type="html">Blockstack</title><subtitle>Docs</subtitle><author><name>Blockstack</name></author><entry><title type="html">Site tags</title><link href="http://localhost:4000/2017/05/25/post63.html" rel="alternate" type="text/html" title="Site tags" /><published>2017-05-25T00:00:00-07:00</published><updated>2017-05-25T00:00:00-07:00</updated><id>http://localhost:4000/2017/05/25/post63</id><content type="html" xml:base="http://localhost:4000/2017/05/25/post63.html">&lt;p&gt;http://localhost:4000/assets/posts/&lt;/p&gt;
&lt;p&gt;/2017/05/25/post63.html&lt;/p&gt;

10
_site/index.html

@ -269,8 +269,8 @@
<div class="uk-container uk-container-small">
<div data-uk-scrollspy="cls: uk-animation-slide-bottom-medium; repeat: true">
<h3>Didn't find an answer to your question?</h3>
<p class="subtitle uk-text-lead uk-text-center">Get in touch with us and we will be happy to respond!</p>
<a class="uk-button uk-button-primary uk-button-large button-cta" href="/contact/">Contact Us</a>
<a class="uk-button uk-button-primary uk-button-large button-cta" href="/contact/">Contact us!</a>
</div>
</div>
</div>
@ -340,7 +340,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -396,8 +396,8 @@
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; Blockstack</div>
</div>
</footer>

12
_site/ios/tutorial.html

@ -17,9 +17,9 @@
<meta property="og:url" content="http://localhost:4000/ios/tutorial.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-09-04T13:19:15-07:00" />
<meta property="article:published_time" content="2018-09-04T16:46:07-07:00" />
<script type="application/ld+json">
{"description":"iOS SDK Tutorial (Pre-release)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/ios/tutorial.html","headline":"iOS SDK Tutorial (Pre-release)","dateModified":"2018-09-04T13:19:15-07:00","datePublished":"2018-09-04T13:19:15-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/ios/tutorial.html"},"@context":"http://schema.org"}</script>
{"description":"iOS SDK Tutorial (Pre-release)","author":{"@type":"Person","name":"Blockstack"},"@type":"BlogPosting","url":"http://localhost:4000/ios/tutorial.html","headline":"iOS SDK Tutorial (Pre-release)","dateModified":"2018-09-04T16:46:07-07:00","datePublished":"2018-09-04T16:46:07-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/ios/tutorial.html"},"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="http://localhost:4000/assets/posts/logo.png"/> -->
@ -151,7 +151,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-09-04T13:19:15-07:00" itemprop="datePublished">
<time datetime="2018-09-04T16:46:07-07:00" itemprop="datePublished">
<a "target="_blank" href="https://github.com/moxiegirl/docs-new/blob/master/_ios/tutorial.md" class="btn btn-default githubEditButton" role="button"><span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>
<span style="font-family:Wingdings">&#119;</span> Sep 4, 2018
@ -1098,7 +1098,7 @@ this application in your mobile add for now. In XCode, do the following;</p>
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -1154,8 +1154,8 @@ this application in your mobile add for now. In XCode, do the following;</p>
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; 2018 Blockstack</div>
</div>
</footer>

6
_site/news/index.html

@ -211,7 +211,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -267,8 +267,8 @@
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; Blockstack</div>
</div>
</footer>

4
_site/staticman.yml

@ -16,12 +16,12 @@ comments:
branch: "master"
# Text to use as the commit message or pull request title. Accepts placeholders.
commitMessage: "Add Staticman data"
commitMessage: "New comment"
# (*) REQUIRED
#
# Destination path (filename) for the data files. Accepts placeholders.
filename: "entry{@timestamp}"
filename: "comment-{@timestamp}"
# The format of the generated data files. Accepted values are "json", "yaml"
# or "frontmatter"

6
_site/thanks/index.html

@ -187,7 +187,7 @@
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
<div class="uk-container uk-container-small">
<div>
<!-- <div>
<ul class="uk-subnav uk-flex-center">
@ -243,8 +243,8 @@
</div>
</div>
<div class="uk-margin-medium uk-text-small copyright">Blockstack</div>
</div> -->
<div class="uk-margin-medium uk-text-small copyright">&copy; Blockstack</div>
</div>
</footer>

4
assets/css/main.scss

@ -20,3 +20,7 @@
// Other vendor styles
@import "syntax-highlighting/github";
// Comment forms
@import "comments/comments";
@import "comments/forms";

4
index.md

@ -16,8 +16,8 @@ section:
title:
cta:
title: Didn't find an answer to your question?
subtitle: Get in touch with us and we will be happy to respond!
button_text: Contact Us
subtitle:
button_text: Contact us!
button_url: /contact/
---

Loading…
Cancel
Save