add new project and links + typos etc

This commit is contained in:
Ivan Schaller 2022-07-28 21:28:59 +02:00
parent 8e01c0c33e
commit d258c04ac2
3 changed files with 32 additions and 3 deletions

View file

@ -87,17 +87,25 @@ copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_
weight = 1
[menu.main.params]
class = 'bold'
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = 2
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 3
[[menu.main]]
identifier = "links"
name = "Links"
url = "https://links.ivn.sh/"
weight = 4
[[params.social]]
name = "email"

View file

@ -23,8 +23,7 @@ In the development area, I work with automation of networking tasks, administrat
---
### My skills:
> Rated from 1 to 10
### My skills: (`Rated from 1 to 10`)
#### Languages
@ -50,7 +49,7 @@ In the development area, I work with automation of networking tasks, administrat
#### Programming and scripting skills:
* `9` - Shell/Bash
* `8` - Shell/Bash
* `6` - Python3
* `3` - JavaScript
* `2` - PowerShell

View file

@ -0,0 +1,22 @@
+++
title = "asdf-just"
description = "asdf plugin for just"
date = "2022-07-23"
type = ["default"]
+++
---
## asdf plugin for just
#### https://github.com/olofvndrhr/asdf-just
For my development and testing workflow I use the [asdf version manager](https://github.com/asdf-vm/asdf).
It lets you install multiple versions of the same tool at once and change the used version on the fly.
I also needed the tool [just](https://github.com/casey/just), which is like [make](https://www.gnu.org/software/make/),
but more for automation and less for compiling.
But as the current plugin for just was not working, i wrote my own one and created a [pull-request](https://github.com/asdf-vm/asdf-plugins/pull/629) for the official plugin
repository of asdf.
The [PR](https://github.com/asdf-vm/asdf-plugins/pull/629) was quickly merged, and now it is an official asdf plugin.