From 0c7c2d0211c5f031b2ee0726ebce659a91d944ce Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 28 Jul 2024 20:32:10 -0600 Subject: modified: changed extension to markdown --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3dd1f00 --- /dev/null +++ b/README.md @@ -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