-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
89 lines (83 loc) · 1.97 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
baseURL: "https://erickdjm.xyz"
languageCode: en-us
title: Erick's Code
theme: PaperMod
# canonifyURLs: true
# relativeURLs: true
disqusShortname: supadupa-blog
params:
comments: true
editPost:
# URL: "https://github.com/<path_to_repo>/content"
URL: "https://github.com/3rickDJ/SupaDupaBlog/tree/main/content/"
Text: "Sugerir Cambios" # edit text
appendFilePath: true # to append file path to Edit link
# defaultTheme: auto
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 100
threshold: 0.4
keys: ["title", "permalink", "summary", "content"]
profileMode:
enabled: true
title: "Erick De Jesus"
subtitle: " 3rickDJ 🐶"
imageUrl: "img/profile.jpg"
imageTitle: "Foto de perfil"
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Blog
url: "posts/"
# - name: Tags
# url: "/tags/"
# - name: Archive
# url: "archives/"
author: ["3rickDJ"]
social:
- name: github
url: "https://github.com/3rickDJ/"
- name: twitter
url: "https://twitter.com/Ericks_Jesus"
- name: instagram
url: "https://www.instagram.com/3rick_djm/"
cover:
responsiveImages: true
linkFullImages: true
ShowBreadCrumbs: true
ShowReadingTime: true
linkFullImages: true
ShowShareButtons: true
ShareButtons: ["twitter", "linkedin","whatsapp" ]
ShowPostNavLinks: true
ShowCodeCopyButtons: true
ShowToc: true
outputs:
home:
- HTML
- RSS
- JSON # is necessary for search
menu:
main:
# - identifier: categories
# name: Categories
# url: "categories/"
# weight: 10
# - identifier: tags
# name: Tags
# url: "tags/"
# weight: 20
# - identifier: archives
# name: Archives
# url: "archives/"
# weight: 30
- identifier: blog
name: Blog
url: "posts/"
weight: 40
- identifier: search
weight: 50
name: search
url: "search/"