Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tk42 committed Feb 19, 2022
0 parents commit 5ed86cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
5 changes: 5 additions & 0 deletions before_commit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
export LANG=C
find . -type f -name "*.js" -print0 | xargs -0 sed -i '' 's@,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("a",{attrs:{href:t.href,target:"_blank"}},\[n("img",{attrs:{src:"https://storage.googleapis.com/studio-preview/assets/banner.png",alt:"banner",height:"18"}})\])})@@g'

mv ./docs/*.html ./docs/index.html
Empty file added docs/.gitkeep
Empty file.

0 comments on commit 5ed86cb

Please sign in to comment.