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
 ```