瀏覽代碼

add some notes

Your Name 8 月之前
父節點
當前提交
45afd06f67
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      inception.md

+ 3 - 0
inception.md

@@ -1,4 +1,7 @@
 # to incept
+use the `[[modules.mount]]` feature under hugo just a note from emma/kyle hugo removed support for [symlinks](https://github.com/gohugoio/hugo/issues/11556), the underlying [Go filepath](https://pkg.go.dev/path/filepath#Walk) Walk/WalkDir do not follow symbolic links.
+
+# hugo on linux - for an existing project you need to redownload the theme because it is only included in the project as a module:
 ```
 git submodule update --init --recursive
 ```