DECAF: https://github.com/decaf-project/DECAF DECAFをビルドする時のメモをここに残す. 手順はレポジトリのWikiを参照. make 1./configure 2make のmakeでこける. どうやら内部のpythonスクリプトがpython2.5以下の書き方をしていることに由来しているっぽい. 自分の環境に入っているpython2系はpython2.7. 2.5以下との互換性はない. とるべき道は2つ.pythonスクリプトを書き換えるか,python2.5以下を入れるか. とりあえずsyntax errorが出ているのでpythonスクリプトを変更してみる. syntax …
Read More1hugo server 上記のコマンドでサーバーを立ち上げたときに,以下のWarningが出ることがある. 1WARN 2022/04/17 10:43:50 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination. themeのsubmoduleが初期化されてないことが原因なので,以下のコマンドで初期化して解決. 1git submodule update -i
Read More