blob: ec550248eb6812aaac68975775ecf68dace2c813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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/)
## Shortcodes
Using the extensibility of HUGO, shortcodes are listed in the next syntax:
- count: Count files of a specific section
- list: List files of a specific section
- snippet: HTML snippet code for recursing elements in pages
|