diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 50a45f2..7851eed 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -8,7 +8,9 @@ GEM em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) + eventmachine (1.2.5) eventmachine (1.2.5-x64-mingw32) + ffi (1.9.23) ffi (1.9.23-x64-mingw32) forwardable-extended (2.6.0) http_parser.rb (0.6.0) @@ -71,7 +73,9 @@ GEM tzinfo (>= 1.0.0) PLATFORMS + ruby x64-mingw32 + x86_64-darwin-16 DEPENDENCIES jekyll (= 3.7.2) @@ -82,7 +86,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 2.4.3p205 + ruby 2.5.0p0 BUNDLED WITH 1.16.1 diff --git a/docs/_config.yml b/docs/_config.yml index 0243a83..79ac7ac 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,7 +16,7 @@ title: SEO Macroscope email: seo.macroscope@gmail.com description: > # this means to ignore newlines until "baseurl:" - SEO Macroscope is a free and open source website broken link checker and SEO tool for Windows. + SEO Macroscope is a free and open source website broken link checker and Technical SEO toolbox for Windows. baseurl: "/SEOMacroscope" # the subpath of your site, e.g. /blog @@ -47,6 +47,10 @@ bing_site_verification: development: 359738600A5C3D292F19866E1F240410 production: 359738600A5C3D292F19866E1F240410 +# Crypto Donations +cryptodonate: + bitcoin: 3K6jYKbr7fGLtZADqFJSUZ7JFjo5ZbvWc2 + # Build settings markdown: kramdown theme: minima diff --git a/docs/_includes/donation-bitcoin-button.html b/docs/_includes/donation-bitcoin-button.html new file mode 100644 index 0000000..35832cb --- /dev/null +++ b/docs/_includes/donation-bitcoin-button.html @@ -0,0 +1 @@ +
diff --git a/docs/_includes/donation-bitcoin.html b/docs/_includes/donation-bitcoin.html new file mode 100644 index 0000000..084297f --- /dev/null +++ b/docs/_includes/donation-bitcoin.html @@ -0,0 +1,14 @@ +This is the primary Bitcoin address for SEO Macroscope:
+ + + +Bitcoin address: {{ site.cryptodonate.bitcoin }}
+ +The website broken link scanner and SEO tool
+The website broken link scanner and technical SEO toolbox
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index c5c1630..bbc2cc6 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -16,6 +16,10 @@