From da3563354071207d3884516d3864ff04bf9b62f7 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 28 Jul 2024 20:31:45 -0600 Subject: added: readme file --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..3dd1f00 --- /dev/null +++ b/README @@ -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/) -- cgit v1.2.3