67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
baseURL: https://ahokas.dev
|
|
languageCode: fi-FI
|
|
title: Elias Ahokas
|
|
theme: ["PaperMod"]
|
|
|
|
enableRobotsTXT: true
|
|
buildDrafts: false
|
|
buildFuture: false
|
|
buildExpired: false
|
|
|
|
minify:
|
|
disableXML: true
|
|
minifyOutput: true
|
|
|
|
params:
|
|
env: production
|
|
title: "Elias Ahokas"
|
|
description: "Embedded dev"
|
|
keywords: [Portfolio, Embedded, Programming, Projects]
|
|
author: "Elias Ahokas"
|
|
|
|
DateFormat: "2.1.2006"
|
|
defaultTheme: dark
|
|
disableThemeToggle: true
|
|
|
|
ShowReadingTime: true
|
|
ShowShareButtons: false
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
ShowWordCount: false
|
|
disableScrollToTop: false
|
|
hidemeta: false
|
|
showtoc: true
|
|
showAllPostsOnHome: true
|
|
homeInfoParams: false
|
|
mainSections: ["projects"]
|
|
homeInfoParams:
|
|
Title: "Hi! Welcome to my portfolio"
|
|
Content: >
|
|
I'm an embedded systems student from Tampere University.
|
|
|
|
socialIcons:
|
|
- name: gitea
|
|
url: "https://git.sirian.me/sirian"
|
|
- name: linkedin
|
|
url: "https://www.linkedin.com/in/elias-a-80a643127/"
|
|
|
|
menu:
|
|
main:
|
|
- name: Projects
|
|
url: /projects/
|
|
weight: 10
|
|
#- name: About
|
|
# url: /about/
|
|
# weight: 20
|
|
- name: CV
|
|
url: /ahokas_elias_cv.pdf
|
|
weight: 30
|
|
params:
|
|
target: _blank
|
|
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
style: github-dark
|