Skip to content

Commit

Permalink
Add about, impressum, profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolarek committed May 8, 2024
1 parent 96bbd54 commit 68de129
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources/*
public/*
6 changes: 6 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = 'About'
draft = false
+++

Experienced data engineer based in Berlin, Germany.
18 changes: 18 additions & 0 deletions content/impressum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = 'Impressum'
draft = false
+++

## Contact information

Website owner: Marko Kolarek
Email: marko (dot) kolarek (at) proton (dot) me
Address: Blücherstr. 14, 10961 Berlin

## Terms of service

The information on this website is provided “as-is”, without any guarantees. Its authors disclaim all liability for actions taken or not taken based on that information, or for any errors or omissions it may contain.

## Privacy policy

This website collects server error logs for debugging purposes. The logs are anonymised and do not contain personal data.
9 changes: 9 additions & 0 deletions content/posts/my-first-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
title = 'My First Post'
date = 2024-05-08T15:50:06+02:00
draft = false
+++

## First post

First sentence.
38 changes: 38 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,41 @@ baseURL: https://mkolarek.github.io/
languageCode: en-us
title: Marko Kolarek
theme: ["PaperMod"]

params:
profileMode:
enabled: true
title: "Marko Kolarek" # optional default will be site title
subtitle: "Data Engineer"
imageUrl: images/profile_image.png # optional
imageTitle: "Profile image" # optional
imageWidth: 120 # custom size
imageHeight: 120 # custom size
buttons:
- name: Posts
url: "/posts"
- name: Github
url: "https://github.com/"

socialIcons: # optional
- name: "<platform>"
url: "<link>"
- name: "<platform 2>"
url: "<link2>"
env: production
defaultTheme: auto

menu:
main:
- identifier: about
name: about
url: /about/
weight: 10
- identifier: impressum
name: impressum
url: /impressum/
weight: 20
- identifier: posts
name: posts
url: /posts/
weight: 30
Binary file added static/images/profile_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68de129

Please sign in to comment.