diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-02-14 15:00:32 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-02-14 15:00:32 -0800 |
commit | 7c307997ac7030dc07a81ca3ea279b394ec06bf9 (patch) | |
tree | 46d5a37b7ee00618d2b5e39d41625afcd3b9efa8 | |
parent | 3b538a7206670e73018a3acb00ee52f517dae6cd (diff) | |
download | my_new_personal_website-7c307997ac7030dc07a81ca3ea279b394ec06bf9.tar.xz my_new_personal_website-7c307997ac7030dc07a81ca3ea279b394ec06bf9.zip |
Add site ownership verification file for Google Search Console
I used to have Google Analytics installed which proved my ownership, but
since I removed it in 01b3805, I need to prove it in another way, and
adding a file that no visitor will notice is the least intrusive.
-rwxr-xr-x | pyblog | 4 | ||||
-rw-r--r-- | source/googleb62a7d99e962cf5a.html | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -786,7 +786,7 @@ def generate_blog(fresh=False, report_total_errors=True): continue extension = name.split(".")[-1] - if extension not in ["css", "jpg", "md", "png", "svg", "ico", "txt", + if extension not in ["css", "html", "jpg", "md", "png", "svg", "ico", "txt", "eot", "ttf", "woff", "woff2"]: continue @@ -803,7 +803,7 @@ def generate_blog(fresh=False, report_total_errors=True): anything_modified = True if srcpath == INDEXMD: continue # index will be processed separately - if extension in ["css", "jpg", "png", "svg", "ico", "txt", + if extension in ["css", "html", "jpg", "png", "svg", "ico", "txt", "eot", "ttf", "woff", "woff2"]: sys.stderr.write("copying %s\n" % relpath) shutil.copy(srcpath, dstpath) diff --git a/source/googleb62a7d99e962cf5a.html b/source/googleb62a7d99e962cf5a.html new file mode 100644 index 00000000..830d36fd --- /dev/null +++ b/source/googleb62a7d99e962cf5a.html @@ -0,0 +1 @@ +google-site-verification: googleb62a7d99e962cf5a.html
\ No newline at end of file |