Bladeren bron

add some notes

Your Name 8 maanden geleden
bovenliggende
commit
45afd06f67
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  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
 ```