summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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/)