This the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

News About Pigsty

Release Note v0.5.0

v0.5.0 Christmas Release Announce

Christmas public beta (v0.5.0) of pigsty is available now ! 🎉

Overview

  • Postgres Provision Overhaul
  • Grafana Provision Overhaul

Postgres Provision Overhall

Now you can customize postgres database template with more control:

define roles, users, databases, default schemas, extensions, hba in a declarative way

Pigsty Public Beta

Announcing first public beta: pigsty 0.3.0

This is a typical blog post that includes images.

The front matter specifies the date of the blog post, its title, a short description that will be displayed on the blog landing page, and its author.

Including images

Here’s an image (featured-sunset-get.png) that includes a byline and a caption.

Fetch and scale an image in the upcoming Hugo 0.43.
Photo: Riona MacNamara / CC-BY-CA

The front matter of this post specifies properties to be assigned to all image resources:

resources:
- src: "**.{png,jpg}"
  title: "Image #:counter"
  params:
    byline: "Photo: Riona MacNamara / CC-BY-CA"

To include the image in a page, specify its details like this:








Fetch and scale an image in the upcoming Hugo 0.43.
Photo: Riona MacNamara / CC-BY-CA

The image will be rendered at the size and byline specified in the front matter.