Skip to content

Commit

Permalink
add baidu verify file (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Jul 4, 2023
1 parent f54016c commit ac5127f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions baidu_verify_codeva-DsQg16XEgd.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f63974d2bda48326c663d9af006d36cd
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ def copy_custom_files(app):
staticdir = os.path.join(app.builder.outdir)
cwd = Path(__file__).parent.absolute()
google_html = cwd / "googleb1dcd004739ab7d2.html"
baidu_html = cwd / "baidu_verify_codeva-DsQg16XEgd.html"
os.makedirs(staticdir, exist_ok=True)
copy_asset_file(str(google_html), staticdir)
copy_asset_file(str(baidu_html), staticdir)


def setup(app):
Expand Down

0 comments on commit ac5127f

Please sign in to comment.