summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <alex.mac.fon@gmail.com>2024-07-28 20:31:45 -0600
committerAlejandro <alex.mac.fon@gmail.com>2024-07-28 20:31:45 -0600
commitda3563354071207d3884516d3864ff04bf9b62f7 (patch)
tree861fa3b09a87c08a1726b4024e83a660799d6d7e
parent9b6ddbaa9e4a6220a792ef45ccfc2abd872bc03f (diff)
added: readme file
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
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/)