Gladier Random Musings

Terraform Primer Tutorial

resource "azurerm_storage_account" "test" {
    name = "accsa"
    resource_group_name = "${azurerm_resource_group.test.name}"
    location = "westus"
    account_type = "Standard_LRS"

    tags {
        environment = "staging"
    }
}

Welcome to Jekyll!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Syntax Highlighting Post

Demo post displaying the various ways of highlighting code in Markdown.

Sample Link Post

Try click on the link icon.

Post with Large Feature Image and Text

Custom written post descriptions are the way to go... if you're not lazy.

Post with Large Feature Image and Text feature image Photo Credit: Greg Rakozy

Testing Readability with a Bunch of Text

A ton of text to test readability.

Sample Post

Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more.

Sample Post feature image Photo Credit: thomas shellberg