-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
76 lines (67 loc) · 2.09 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
baseURL: "https://mansour.blog/"
title: "Ahmed Mansour"
paginate: 15
theme: "PaperMod"
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: "Ahmed Mansour"
description: "Articles written by Ahmed Mansour. Ahmed is a programmer and an entrepreneur"
keywords: [entrepreneurship, web development, personal finance and productivity tips, accessibility, performance, UX, Javascript]
dateFormat: "January 2, 2006"
defaultTheme: light # dark, auto
showReadingTime: true
showShareButtons: false
showPostNavLinks: false
showBreadCrumbs: false
showCodeCopyButtons: true
disableSpecial1stPost: false
hideSummary: true
showtoc: true
tocopen: false
showFullTextinRSS: true
disableSpecial1stPost: true
disableScrollToTop: true
# home-info mode
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: I am Ahmed, a programmer living in Finland. This blog is home to my thoughts about things that I find interesting. Reach out at [email protected]
socialIcons:
- name: twitter
url: "https://twitter.com/ahmaman_"
- name: github
url: "https://github.com/mansour-ahmed/"
- name: linkedin
url: "https://www.linkedin.com/in/ahmedmansour03/"
editPost:
URL: "https://github.com/mansour-ahmed/mansour.blog/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
# Search START
# options: https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.2
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
outputs:
home:
- HTML
- RSS
- JSON # is necessary
# Search END
menu:
main:
- identifier: about
name: About
url: /about/
weight: 10