Skip to content

Commit

Permalink
update online cv post
Browse files Browse the repository at this point in the history
podman compatible devcontainer
  • Loading branch information
Tuebel committed Jan 29, 2025
1 parent e000b99 commit 618cf35
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 31 deletions.
30 changes: 16 additions & 14 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"name": "Jekyll",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/jekyll:3.3-bullseye",
// "build": {
// "dockerfile": "Dockerfile",
// "context": ".."
// },
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "sudo apt update && sudo apt install -y libvips"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
"runArgs": [
"--userns=keep-id"
],
"containerUser": "vscode",
// "updateRemoteUserUID": true,
"containerEnv": {
"HOME": "/home/vscode"
},
// install extensions in the container
"customizations": {
"vscode": {
"extensions": [
"ltex-plus.vscode-ltex-plus"
]
}
}
}
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ defaults:
image: assets/images/default_og.png
width: 1200
height: 811
alt: Colorful robot as repeated wallpaper
alt: Colorful robot icon in front of a spine phantom with MCUs and IMUs attached to it and an robot arm pushing a vertebra
16 changes: 0 additions & 16 deletions _posts/2025-01-27-online-cv.md

This file was deleted.

19 changes: 19 additions & 0 deletions _posts/2025-01-29-online-cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Online CV"
description: "Professional Experience, Education, Skills, Profile"
layout: post
toc: false
hide: false
tags: [personal, professional]
---

Recently, it seems that large tech companies are becoming more impulsive with their products and policies.
This encouraged me to own my online presence and foster it.
LinkedIn has been my notebook for my CV, but the recent events have made it quite unsatisfactory that I don't own that data.
Even though LinkedIn is unlikely to disappear, there is always a risk of hitting a paywall.

So I created an [https://cv.redick.cc](online CV), based on a nice [Jekyll template](https://github.com/sharu725/online-cv) which I could host anywhere.

Moreover, I wrote an informal long version of [my story](/my_story).

For hobbies: just keep digging through my blog posts.

0 comments on commit 618cf35

Please sign in to comment.