-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
159 lines (151 loc) · 4.8 KB
/
hugo.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
title: "E13 Capital & Technology"
baseURL: "https://www.e13.dev"
languageCode": "en-us"
theme: "piko"
DefaultContentLanguage: "en"
googleAnalytics: ""
enableRobotsTXT: true
taxonomies:
authors: "authors"
paginate: "9"
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
outputs:
home:
- HTML
- RSS
- JSON
minify:
disableCSS: false
disableHTML: false
disableJS: false
disableJSON: false
disableSVG: false
disableXML: false
minifyOutput: true
tdewolff:
html:
keepWhitespace: false
params:
ShowFullTextinRSS: true
projectRepo: https://github.com/e13-dev/website
analytics:
google:
SiteVerificationTag: # Google Site Verification
yandex:
SiteVerificationTag: # Yandex Site Verification
bing:
SiteVerificationTag: # Bing Site Verification
env: production
author: "E13 Capital & Technology"
description: Your website description
math: false
images:
- "/images/e13.png"
label:
title:
lightNavIcon: /images/e13_path.svg
darkNavIcon: /images/e13_path.svg
iconHeight: "40"
iconWidth: "40"
comments: true
mainSections:
- blog
ShowShareButtons: false
ShowCodeCopyButtons: true
ShowRelated: false
CookieNotice: We use cookies to improve your experience on our site and to show
you relevant advertising.
CookieLink: /legal/privacy/#cookies-and-web-beacons
CookieButton: Cookies Policy
disableAnchoredHeadings: false
contactFormAction: https://formspree.io/f/xgegzdjz # Get link from https://formsubmit.io or https://fabform.io
assets:
disableFingerprinting: false
favicon: /images/e13_path.svg
favicon16x16: /images/e13_path.svg
favicon32x32: /images/e13_path.svg
apple_touch_icon: /images/e13_path.svg
safari_pinned_tab: /images/e13_path.svg
ShowReadingTime: false
ShowBreadCrumbs: true
homepage:
# Hero Section
disableHeroSection: false
heroUpperTitle:
heroTitle: E13 Capital & Technology
heroDescription:
heroCTASecondaryText:
heroCTASecondaryUrl: ""
heroCTAPrimaryText: Contact Us
heroCTAPrimaryUrl: "/contact/"
heroBackgroundImage: "/images/bg.jpg"
# Blog Section
disableBlogSection: true
blogTitle: Latest Posts
blogDescription: This is my latest blog posts
seeMoreText: More Posts
# About Section
disableAboutSection: false
aboutTitle: Passion for cutting-edge technology
aboutDescription:
aboutImgUrl: ""
aboutContent: >
We build and support the next generation of **European technology companies**. With several decades of experience working at technology startups as engineers, tech leads and architects, our focus lies on investing into European companies and individuals. We strongly believe in the innovative power of the tech sector in Europe.
Only companies with an innovative mindset, that leverage cutting-edge technology will be able to satisfy current and future business and consumer needs. We believe that **cloud native technology** is at the core of any innovation in the coming years; containers and surrounding technology, modern security practices such as software bills of material and provenance attestations as well as a continuous delivery mindset are driving the software engineering and operations initiatives of successful IT projects.
We prefer **[Open Source Software](https://opensource.org/osd)** over proprietary software for better security, quality and benefit to society. We encourage our companies to contribute to Open Source projects and to publish their own software under an [OSI-approved](https://opensource.org/licenses) license by default.
# Portfolio Section
disablePortfolioSection: true
portfolioTitle: Portfolio
portfolioDescription: Some of my works
portfolio:
- imageUrl: /uploads/portfolio-1.webp
alt: # image alt for better SEO
description: Portfolio One.
websiteUrl: #
- imageUrl: /uploads/portfolio-2.webp
alt: # image alt for better SEO
description: Portfolio Two.
websiteUrl: #
- imageUrl: /uploads/portfolio-3.webp
alt: # image alt for better SEO
description: Portfolio Three.
websiteUrl: #
# Search Options (https://fusejs.io/)
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: "0"
distance: "1000"
threshold: "0.4"
minMatchCharLength: "0"
keys:
- title
- permalink
- summary
- content
plugins:
css:
- link: plugins/css/pico.min.css
js:
- link: plugins/js/feather.min.js
menus:
main: # Main Menu
- name: Blog
title: Blog
url: /blog
weight: 20
- name: Who We Are
title: Who We Are
url: /about-us
weight: 10
- name: Contact
title: Contact
url: "/contact"
weight: 30
- name: Subscribe to Blog
url: "/blog/index.xml"
pre: "rss"
weight: 40