diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -20,4 +20,12 @@ For live changes editing the files hugo server --noHTTPCache ``` +# Alias file + +An alias file for shell is available at this repository, making easier the typing of the commands. For this alias to come to action, source the file + +```sh +source alias.sh +``` + For more information, check [HUGO's documentation site](https://gohugo.io/documentation/) |