diff options
author | Alejandro <[email protected]> | 2024-07-28 20:32:10 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-28 20:32:10 -0600 |
commit | 0c7c2d0211c5f031b2ee0726ebce659a91d944ce (patch) | |
tree | 11080228db223610c526f4c23ea5c850006da4d4 /README.md | |
parent | da3563354071207d3884516d3864ff04bf9b62f7 (diff) |
modified: changed extension to markdown
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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/) |