My First Blog Post
This is a sample blog post. You can talk about all sorts of fun things here.
Due to Jekyll’s front matter system, this post now has proper metadata and will show up on your blog.
This is a header
You can write about anything you want in your blog posts. The template supports:
- Markdown formatting
- Code blocks with syntax highlighting
- Math equations
- Images and media
- And much more!
Some Bash Code
kubectl get pods -A
Some PowerShell Code
Write-Host "This is a powershell Code block";
# There are many other languages you can use, but the style has to be loaded first
ForEach ($thing in $things) {
Write-Output "It highlights it using the GitHub style"
}