diff options
author | Alejandro <alex.mac.fon@gmail.com> | 2024-07-28 20:31:45 -0600 |
---|---|---|
committer | Alejandro <alex.mac.fon@gmail.com> | 2024-07-28 20:31:45 -0600 |
commit | da3563354071207d3884516d3864ff04bf9b62f7 (patch) | |
tree | 861fa3b09a87c08a1726b4024e83a660799d6d7e | |
parent | 9b6ddbaa9e4a6220a792ef45ccfc2abd872bc03f (diff) |
added: readme file
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +# Página UAQ informática + +This site is built in HUGO, when making a change, run + +```sh +hugo +``` + +For live changes editing the files + +```sh +hugo server --noHTTPCache +``` + +For more information, check [HUGO's site for documentation](https://gohugo.io/documentation/) |