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 | 15 --------------- README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 3dd1f00..0000000 --- a/README +++ /dev/null @@ -1,15 +0,0 @@ -# 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/) 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