commit 11240902da82b6ca6847ca8dda386dac062f0e17 parent 7f38e5aaa39eb408d6aa5cbed2d11fc588b07de4 Author: Kenji Matsuda <ftvda283@gmail.com> Date: Sun, 20 Jun 2021 08:15:06 +0900 mv docs pub Diffstat:
30 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/update b/bin/update @@ -3,7 +3,7 @@ cd $(dirname $0)/.. # apply template to html files find man -type f | grep html$ | sed 's;^man/;;' | - xargs -I% sh -c 'sed -n "/<\!--content-->/!p; /<\!--content-->/r man/%" templates/base.html > docs/%' + xargs -I% sh -c 'sed -n "/<\!--content-->/!p; /<\!--content-->/r man/%" templates/base.html > pub/%' # copy non-html files -find man -type f | grep -v html$ | sed 's;^man/;;' | xargs -I% cp man/% docs/% +find man -type f | grep -v html$ | sed 's;^man/;;' | xargs -I% cp man/% pub/% diff --git a/docs/404.html b/pub/404.html diff --git a/docs/blog/blog_index.html b/pub/blog/blog_index.html diff --git a/docs/blog/posts/20200719.html b/pub/blog/posts/20200719.html diff --git a/docs/blog/posts/20200723.html b/pub/blog/posts/20200723.html diff --git a/docs/blog/posts/20200725.html b/pub/blog/posts/20200725.html diff --git a/docs/blog/posts/20200727.html b/pub/blog/posts/20200727.html diff --git a/docs/blog/posts/20200801.html b/pub/blog/posts/20200801.html diff --git a/docs/blog/posts/20200802.html b/pub/blog/posts/20200802.html diff --git a/docs/blog/posts/20200804.html b/pub/blog/posts/20200804.html diff --git a/docs/blog/posts/20200808.html b/pub/blog/posts/20200808.html diff --git a/docs/blog/posts/20200917.html b/pub/blog/posts/20200917.html diff --git a/docs/blog/posts/20200918.html b/pub/blog/posts/20200918.html diff --git a/docs/blog/posts/20200919.html b/pub/blog/posts/20200919.html diff --git a/docs/blog/posts/20200925.html b/pub/blog/posts/20200925.html diff --git a/docs/blog/posts/20200926.html b/pub/blog/posts/20200926.html diff --git a/docs/blog/posts/20201003.html b/pub/blog/posts/20201003.html diff --git a/docs/blog/posts/20201201.html b/pub/blog/posts/20201201.html diff --git a/docs/blog/posts/20201202.html b/pub/blog/posts/20201202.html diff --git a/docs/blog/posts/20201209.html b/pub/blog/posts/20201209.html diff --git a/docs/blog/posts/20201210.html b/pub/blog/posts/20201210.html diff --git a/docs/blog/posts/20210106.html b/pub/blog/posts/20210106.html diff --git a/docs/blog/posts/20210323.html b/pub/blog/posts/20210323.html diff --git a/docs/computer/archlinux_installation.html b/pub/computer/archlinux_installation.html diff --git a/docs/index.html b/pub/index.html diff --git a/docs/misc/migration.html b/pub/misc/migration.html diff --git a/docs/pages/about.html b/pub/pages/about.html diff --git a/docs/pages/icon.jpeg b/pub/pages/icon.jpeg Binary files differ. diff --git a/docs/plants/myrica_rubra.html b/pub/plants/myrica_rubra.html diff --git a/docs/static/base.css b/pub/static/base.css