blob: c5e5ddd202ff14c1c37b3cb320ed8ba4807c2239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 documentation site](https://gohugo.io/documentation/)
|