Introduction
I’m used to Mkdocs, let’s see what we can do here with Jekyll. I will use this page to store what I’m used to use when I write an article.
Header layer
The TOC is really useful on the right side.
Let’s see how to import an image.
Let’s now use a little bit of HTML to write in various color.
Let’s write something in red
Or in green
Let’s add some code
1
2
3
4
5
Write-host "This is a Write-host"
$var = Get-process
Write-output "Processes are: $($var)"