Jelajahi Sumber

add some notes

Your Name 8 bulan lalu
induk
melakukan
45afd06f67
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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
 ```