Skip to main content

Posts tagged with #reference

Recent Posts (Page %!s(int=1))

Installation and Update

Installing First enable modules in your own repository: bash 1hugo mod init github.com/username/reponame Then add this module to your required modules in config.toml. TOML YAML JSON (click to select config format) 1[module] 2[[module.imports]] 3 path = 'github.com/davidsneighbour/hugo-robots' 1module: 2 imports: 3 - path: github.