|
| 1 | +title: "E13 Capital & Technology" |
| 2 | +baseURL: "https://www.e13.dev" |
| 3 | +languageCode": "en-us" |
| 4 | +theme: "piko" |
| 5 | + |
| 6 | +DefaultContentLanguage: "en" |
| 7 | +googleAnalytics: "" |
| 8 | +enableRobotsTXT: true |
| 9 | + |
| 10 | +paginate: "9" |
| 11 | +buildDrafts: false |
| 12 | +buildFuture: false |
| 13 | +buildExpired: false |
| 14 | +enableEmoji: true |
| 15 | +outputs: |
| 16 | + home: |
| 17 | + - HTML |
| 18 | + - RSS |
| 19 | + - JSON |
| 20 | +minify: |
| 21 | + disableCSS: false |
| 22 | + disableHTML: false |
| 23 | + disableJS: false |
| 24 | + disableJSON: false |
| 25 | + disableSVG: false |
| 26 | + disableXML: false |
| 27 | + minifyOutput: true |
| 28 | + tdewolff: |
| 29 | + html: |
| 30 | + keepWhitespace: false |
| 31 | + |
| 32 | +params: |
| 33 | + analytics: |
| 34 | + google: |
| 35 | + SiteVerificationTag: # Google Site Verification |
| 36 | + yandex: |
| 37 | + SiteVerificationTag: # Yandex Site Verification |
| 38 | + bing: |
| 39 | + SiteVerificationTag: # Bing Site Verification |
| 40 | + env: production |
| 41 | + author: "E13 Capital & Technology" |
| 42 | + description: Your website description |
| 43 | + math: false |
| 44 | + images: |
| 45 | + - "/uploads/og.webp" |
| 46 | + label: |
| 47 | + title: |
| 48 | + lightNavIcon: /images/e13_path.svg |
| 49 | + darkNavIcon: /images/e13_path.svg |
| 50 | + iconHeight: "40" |
| 51 | + iconWidth: "40" |
| 52 | + comments: true |
| 53 | + mainSections: |
| 54 | + ShowShareButtons: true |
| 55 | + ShowCodeCopyButtons: true |
| 56 | + ShowRelated: true |
| 57 | + CookieNotice: We use cookies to improve your experience on our site and to show |
| 58 | + you relevant advertising. |
| 59 | + CookieLink: /legal/privacy/#cookies-and-web-beacons |
| 60 | + CookieButton: Cookies Policy |
| 61 | + disableAnchoredHeadings: false |
| 62 | + contactFormAction: https://formspree.io/f/xgegzdjz # Get link from https://formsubmit.io or https://fabform.io |
| 63 | + assets: |
| 64 | + disableFingerprinting: false |
| 65 | + favicon: /images/e13_path.svg |
| 66 | + favicon16x16: /images/e13_path.svg |
| 67 | + favicon32x32: /images/e13_path.svg |
| 68 | + apple_touch_icon: /images/e13_path.svg |
| 69 | + safari_pinned_tab: /images/e13_path.svg |
| 70 | + ShowReadingTime: true |
| 71 | + ShowBreadCrumbs: true |
| 72 | + homepage: |
| 73 | + # Hero Section |
| 74 | + disableHeroSection: false |
| 75 | + heroUpperTitle: |
| 76 | + heroTitle: E13 Capital & Technology |
| 77 | + heroDescription: |
| 78 | + heroCTASecondaryText: |
| 79 | + heroCTASecondaryUrl: "" |
| 80 | + heroCTAPrimaryText: Contact Us |
| 81 | + heroCTAPrimaryUrl: "/contact/" |
| 82 | + heroBackgroundImage: "/images/bg.jpg" |
| 83 | + # Blog Section |
| 84 | + disableBlogSection: true |
| 85 | + blogTitle: Latest Posts |
| 86 | + blogDescription: This is my latest blog posts |
| 87 | + seeMoreText: More Posts |
| 88 | + # About Section |
| 89 | + disableAboutSection: false |
| 90 | + aboutTitle: Passion for cutting-edge technology |
| 91 | + aboutDescription: |
| 92 | + aboutImgUrl: "" |
| 93 | + aboutContent: > |
| 94 | + 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. |
| 95 | +
|
| 96 | +
|
| 97 | + 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. |
| 98 | + # Portfolio Section |
| 99 | + disablePortfolioSection: true |
| 100 | + portfolioTitle: Portfolio |
| 101 | + portfolioDescription: Some of my works |
| 102 | + portfolio: |
| 103 | + - imageUrl: /uploads/portfolio-1.webp |
| 104 | + alt: # image alt for better SEO |
| 105 | + description: Portfolio One. |
| 106 | + websiteUrl: # |
| 107 | + - imageUrl: /uploads/portfolio-2.webp |
| 108 | + alt: # image alt for better SEO |
| 109 | + description: Portfolio Two. |
| 110 | + websiteUrl: # |
| 111 | + - imageUrl: /uploads/portfolio-3.webp |
| 112 | + alt: # image alt for better SEO |
| 113 | + description: Portfolio Three. |
| 114 | + websiteUrl: # |
| 115 | + # Search Options (https://fusejs.io/) |
| 116 | + fuseOpts: |
| 117 | + isCaseSensitive: false |
| 118 | + shouldSort: true |
| 119 | + location: "0" |
| 120 | + distance: "1000" |
| 121 | + threshold: "0.4" |
| 122 | + minMatchCharLength: "0" |
| 123 | + keys: |
| 124 | + - title |
| 125 | + - permalink |
| 126 | + - summary |
| 127 | + - content |
| 128 | + plugins: |
| 129 | + css: |
| 130 | + - link: plugins/css/pico.min.css |
| 131 | + js: |
| 132 | + - link: plugins/js/feather.min.js |
| 133 | +menus: |
| 134 | + main: # Main Menu |
| 135 | + - name: Company |
| 136 | + title: Company |
| 137 | + url: /company |
| 138 | + - name: Contact |
| 139 | + title: Contact |
| 140 | + url: "/contact" |
0 commit comments