All translations
Appearance
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | You may want to limit Hugo installation to your project only. This allows contributors to use the exact dependencies specified for the project: {{file|shell.nix|nix|<nowiki> { pkgs ? import <nixpkgs> {} }: pkgs.mkShellNoCC { packages = [ pkgs.hugo # Other dependencies for your project. ]; } </nowiki>}} |