diff options
author | Alejandro <alex.mac.fon@gmail.com> | 2024-08-04 00:51:21 -0600 |
---|---|---|
committer | Alejandro <alex.mac.fon@gmail.com> | 2024-08-04 00:51:21 -0600 |
commit | 0ad7fc4bb1d70f20c474b4a9d0d3b9c92462e6e4 (patch) | |
tree | b5096fb27973dfc3fe56a13307be9bc934ac8819 | |
parent | 334dbf77b648de43f676b741fd58466c06d93766 (diff) |
added: alias file section
-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/) |