You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by run
~~~
$ find _includes -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
$ find _layouts -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
$ find _extras -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
$ find _episodes -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
$ find bin -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
$ find assets -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
~~~
0 commit comments