diff --git a/.gitignore b/.gitignore index 746a1d7..f241645 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,11 @@ *.pyc cpprefjp/site/ -cpprefjp/image/ cpprefjp/cpprefjp.github.io/ -cpprefjp/cpprefjp.relative/ boostjp/site/ -boostjp/image/ boostjp/boostjp.github.io/ -boostjp/boostjp.relative/ settings.*.cache /crsearch.json/crsearch.json -/crsearch.json/crsearch.js /cpprefjp/static/static/kunai /cpprefjp/static/static/crsearch/* diff --git a/README.md b/README.md index 167b6f8..fff596a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ $ git submodule update -i ```bash git clone https://github.com/cpprefjp/site.git cpprefjp/site -git clone https://github.com/cpprefjp/image.git cpprefjp/image # kunai 用のデータを生成する git clone https://github.com/cpprefjp/kunai.git @@ -46,7 +45,6 @@ popd mkdir -p cpprefjp/static/static/crsearch pushd cpprefjp/static/static/crsearch ln -s ../../../../crsearch.json/crsearch.json crsearch.json -ln -s ../../../../crsearch.json/crsearch.js crsearch.js # Optional (ローカル file:///... で閲覧する場合に必要) popd # site_generator 用の docker イメージを生成する @@ -58,7 +56,6 @@ popd ```bash # この辺は必要に応じて実行する (cd cpprefjp/site && git pull) -(cd cpprefjp/image && git pull) ./crsearch.json/docker.sh run ./kunai/docker.sh run build @@ -77,7 +74,6 @@ http://localhost:8000 を開けば `index.html` が表示されます。 ```bash git clone https://github.com/boostjp/site.git boostjp/site -git clone https://github.com/boostjp/image.git boostjp/image # site_generator 用の docker イメージを生成する ./docker.sh build diff --git a/boostjp/templates/base.html b/boostjp/templates/base.html index c746e4c..94310e2 100644 --- a/boostjp/templates/base.html +++ b/boostjp/templates/base.html @@ -25,15 +25,15 @@ {% block rss %}{% endblock %} - - - + + + - - - + + + - + {% block mathjax %}{% endblock %} @@ -254,7 +254,7 @@ - + {% block brand %}{% endblock %} @@ -326,7 +326,7 @@