Add debian contribution
This commit is contained in:
parent
deabcecf4b
commit
6c22d0811e
92 changed files with 7039 additions and 9 deletions
15
themes/hello-friend-ng-clone/docs/config.md
Normal file
15
themes/hello-friend-ng-clone/docs/config.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Configuration
|
||||
|
||||
There are some settings you can set in your `config.toml`.
|
||||
|
||||
## Default area
|
||||
|
||||
The settings in the default area are usually provided by Hugo itself. Check [Configure Hugo](https://gohugo.io/getting-started/configuration/#all-configuration-settings) for more information. But I want to list some important things here which are relevant to this theme.
|
||||
|
||||
### paginate
|
||||
|
||||
```
|
||||
paginate = 10
|
||||
```
|
||||
|
||||
This setting will paginate your list views. Set to `0` to disable it. For more information check (https://gohugo.io/templates/pagination/).
|
Loading…
Add table
Add a link
Reference in a new issue