Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
j-keck committed Sep 5, 2021
1 parent 03d1700 commit 74fb9c4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 18 deletions.
2 changes: 1 addition & 1 deletion doc/site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "zfs-snap-diff"
type = "docs"
draft = false
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
weight = 10
+++

Expand Down
9 changes: 8 additions & 1 deletion doc/site/content/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
+++
title = "Changelog"
draft = false
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
weight = 50
+++

## 1.1.2 {#1-dot-1-dot-2}

- bump deps

[all commits from v1.1.1 to v1.1.2](https://github.com/j-keck/zfs-snap-diff/compare/v1.1.1...v1.1.2)


## 1.1.1 {#1-dot-1-dot-1}

This release contains only changes for [`zsd`](/docs/zsd).
Expand Down
2 changes: 1 addition & 1 deletion doc/site/content/docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Configuration"
draft = false
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
weight = 40
+++

Expand Down
2 changes: 1 addition & 1 deletion doc/site/content/docs/contact-support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Contact / Support"
draft = false
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
weight = 60
+++

Expand Down
18 changes: 9 additions & 9 deletions doc/site/content/docs/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Installation"
draft = false
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
weight = 20
+++

Expand All @@ -11,34 +11,34 @@ You can download the latest binary package from ****here**** or from the [GitHub

{{<tabs "install">}}
{{< tab "Linux" >}}
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-linux-v1.1.1.tgz)
1.) ****Download**** the latest version for ****Linux amd64****: [zfs-snap-diff-linux-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-linux-v1.1.2.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.1.1.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-linux-v1.1.2.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}

{{< tab "FreeBSD" >}}
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-freebsd-v1.1.1.tgz)
1.) ****Download**** the latest version for ****FreeBSD amd64****: [zfs-snap-diff-freebsd-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-freebsd-v1.1.2.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.1.1.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-freebsd-v1.1.2.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}

{{< tab "FreeBSD (pkg)" >}}You can use `pkg install zfs-snap-diff` to install it from the package repository.<br/>{{< hint info >}}The new 1.x.x series is currently only in the latest package set.{{< /hint >}}{{< /tab >}}
{{< tab "macOS" >}}
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-darwin-v1.1.1.tgz)
1.) ****Download**** the latest version for ****macOS amd64****: [zfs-snap-diff-darwin-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-darwin-v1.1.2.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.1.1.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-darwin-v1.1.2.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}

{{< tab "Solaris" >}}
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.1.1.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.1/zfs-snap-diff-solaris-v1.1.1.tgz)
1.) ****Download**** the latest version for ****Solaris amd64****: [zfs-snap-diff-solaris-v1.1.2.tgz](https://github.com/j-keck/zfs-snap-diff/releases/download/v1.1.2/zfs-snap-diff-solaris-v1.1.2.tgz)

2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.1.1.tgz`
2.) Unpack the archive: `tar xvf zfs-snap-diff-solaris-v1.1.2.tgz`

3.) Run it: `./zfs-snap-diff [OPTIONS] <ZFS_DATASET_NAME>`
{{< /tab >}}
Expand Down
2 changes: 1 addition & 1 deletion doc/site/content/docs/zfs-snap-diff.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "zfs-snap-diff"
draft = false
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
weight = 30
+++

Expand Down
8 changes: 4 additions & 4 deletions doc/site/content/docs/zsd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "zsd"
draft = false
creator = "Emacs 26.3 (Org mode 9.1.9 + ox-hugo)"
creator = "Emacs 27.2 (Org mode 9.4.4 + ox-hugo)"
weight = 35
+++

Expand Down Expand Up @@ -93,9 +93,9 @@ main⟩ zsd go.mod cat 0
module github.com/j-keck/zfs-snap-diff
require (
github.com/j-keck/go-diff v1.0.0
github.com/j-keck/plog v0.5.0
github.com/stretchr/testify v1.4.0 // indirect
github.com/j-keck/go-diff v1.0.0
github.com/j-keck/plog v0.5.0
github.com/stretchr/testify v1.4.0 // indirect
)
go 1.12
Expand Down
6 changes: 6 additions & 0 deletions site.org
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,12 @@ Diff context size in the webui.
:export_hugo_section: docs
:END:

** 1.1.2

- bump deps

[[https://github.com/j-keck/zfs-snap-diff/compare/v1.1.1...v1.1.2][all commits from v1.1.1 to v1.1.2]]

** 1.1.1

This release contains only changes for [[/docs/zsd][~zsd~]].
Expand Down

0 comments on commit 74fb9c4

Please sign in to comment.