-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
47 lines (43 loc) · 970 Bytes
/
config.yml
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
39
40
41
42
43
44
45
46
47
baseurl: "/"
title: "Home"
theme: "ghostwriter"
copyright: Chieroz
languageCode: it-it
author:
name: "Chieroz"
facebook: "https://facebook.com/chieroz"
twitter: "https://twitter.com/chieroz"
email: "[email protected]"
location: Torino
params:
mainSections: ["post"]
intro: true
headline: "Blog di Chieroz"
description: "Sto imparando a usare Hugo"
github: "https://github.com/chieroz"
twitter: "https://twitter.com/chieroz"
email: "[email protected]"
opengraph: true
shareTwitter: true
dateFormat: "Mon, Jan 2, 2006"
plausibleAnalytics:
domain: "ghostwriter.chierotti.it"
permalinks:
post: "/:filename/"
menu:
main:
- name: "Home"
url: "/"
weight: 1
- name: "Articoli"
url: "/article/"
weight: 2
- name: "Media"
url: "/media"
weight: 3
- name: "Contact"
url: "/page/contact/"
weight: 10
- name: "About"
url: "/page/about/"
weight: 20