-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
38 lines (36 loc) · 849 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: "{front | Fabi}"
baseURL: "http://frontfabi.com.br/"
theme: "zen"
languageCode: "pt"
defaultContentLanguage: "pt"
pluralizelisttitles: false
removePathAccents: true
paginate: 10
paginatePath: "page"
rssLimit: 20
author:
name: "Fabi"
url: "https://frontfabi.com.br/"
avatar: "path/to/some-image.jpg"
outputs:
home: ["HTML", "RSS", "JSON"]
section: ["HTML", "RSS", "JSON"]
params:
contact: "[email protected]"
description: "Desenvolvedora, mentora e palestrante."
dateformat: "02/01/2006"
favicon: "icon-64.png"
feedlinks: true
footer: "Feito com [Hugo](https://gohugo.io/)."
icon: "apple-touch-icon-180.png"
image: "apple-touch-icon-180.png"
imageMaxWidth: 400
jquery: true
mobileMenu: true
poweredby: false
search: false
searchSize: 20
sidebar: true
submitted: true
mainSections: ["posts"]