blob: 3dd1f00d9d6a3647f473a4a3ce8fabf0465ef16d (
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 site for documentation](https://gohugo.io/documentation/)
|