diff --git a/_data/navigation.yml b/_data/navigation.yml index 2a316a1e..c490957a 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -21,7 +21,7 @@ main: url: "https://infominer.id/gh-pages-starter-pack.html" - title: "Minimal Mistakes Quickstart Guide" url: "https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/" - - title: "Inf⧉Mine⧉" + - title: "⧉InfoMine⧉" url: "https://infominer.id/" @@ -253,7 +253,7 @@ sovnav: url: "https://infominer.id/bitcoin-history/pgp-and-me/" - title: "• Github Pages Starter Pack" url: "https://infominer.id/gh-pages-starter-pack.html" - - title: "Inf⧉Mine⧉" + - title: "⧉InfoMine⧉" children: - title: "• infominer.id" url: "https://infominer.id/" diff --git a/_includes/social-share.html b/_includes/social-share.html index 8009f44f..ac2d6407 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -1,15 +1,38 @@

ON GITHUB

-

Edit this page

- {% if site.data.ui-text[site.locale].share_on_label %} -

{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}

- {% endif %} - +

Edit this page

+ {% if site.data.ui-text[site.locale].share_on_label %} +

{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}

+ {% endif %} Twitter - Facebook - LinkedIn - Reddit -
\ No newline at end of file +

+

SUPPORT THE CAUSE

+

I love to **Earn Bitcoin** working with kind folk such as yourself.

+

More than a job, I'd love to generate an income by creating this site, and making it the most comprehensive resource to learn about Bitcoin and the technologies\economies that surround it.

+ +

+

+ + + + + + + + + + + + + + + + + + +
BitcoinDOGE
1A1DZfw4VgpHCgnMjnmfDnMjddKf8xdYbdDQKkzfJjqnXUD8Z7C3e84vKzvghPe9dXSa
+ + diff --git a/_pages/sitemap.md b/_pages/sitemap.md new file mode 100644 index 00000000..f926be29 --- /dev/null +++ b/_pages/sitemap.md @@ -0,0 +1,38 @@ +--- +layout: archive +title: "Sitemap" +permalink: /sitemap/ +author_profile: false +sidebar: + nav: "sourcenav" +share: true +--- + +A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ "sitemap.xml" | relative_url }}) available for digesting as well. + +

Pages

+{% for post in site.pages %} + {% include archive-single.html %} +{% endfor %} + +

Posts

+{% for post in site.posts %} + {% include archive-single.html %} +{% endfor %} + +{% capture written_label %}'None'{% endcapture %} + +{% for collection in site.collections %} +{% unless collection.output == false or collection.label == "posts" %} + {% capture label %}{{ collection.label }}{% endcapture %} + {% if label != written_label %} +

{{ label }}

+ {% capture written_label %}{{ label }}{% endcapture %} + {% endif %} +{% endunless %} +{% for post in collection.docs %} + {% unless collection.output == false or collection.label == "posts" %} + {% include archive-single.html %} + {% endunless %} +{% endfor %} +{% endfor %} \ No newline at end of file