From 66914874365c6440d356a47a9ccdf39ddcab73f7 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Mon, 29 May 2017 14:19:53 +0200 Subject: [PATCH] Add google verification file for Search Console --- Rules | 10 +++++----- content/google6f2e77d0228abc35.html | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 content/google6f2e77d0228abc35.html diff --git a/Rules b/Rules index b3ab0f3..d6b18ad 100644 --- a/Rules +++ b/Rules @@ -101,7 +101,7 @@ end compile '/**/*.erb' do filter :erb - + layout '/generic.*' layout '/default.*' end @@ -133,13 +133,13 @@ end # # -# -# ASSETS -# -# EVENTS +# Google verification file +passthrough '/google6f2e77d0228abc35.html' + route '/**/index.{erb,html,md}' do "#{item.identifier.without_ext}.html" end + route '/**/*.{erb,html,md}' do "#{item.identifier.without_ext}/index.html" end diff --git a/content/google6f2e77d0228abc35.html b/content/google6f2e77d0228abc35.html new file mode 100644 index 0000000..cad6cc8 --- /dev/null +++ b/content/google6f2e77d0228abc35.html @@ -0,0 +1 @@ +google-site-verification: google6f2e77d0228abc35.html \ No newline at end of file