diff --git a/content/post/_index.md b/content/post/_index.md index 1ae852d..cf93dd7 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -12,4 +12,4 @@ header: caption: "" image: "" --- -Bunch of random posts (or just basic notes for my own reference) \ No newline at end of file +Bunch of random posts (or just basic notes for my own reference). \ No newline at end of file diff --git a/content/post/btrfs-commands/index.md b/content/post/btrfs-commands/index.md index 389fc7f..7a64393 100644 --- a/content/post/btrfs-commands/index.md +++ b/content/post/btrfs-commands/index.md @@ -10,9 +10,9 @@ Quick collection of useful commands for maintaining a btrfs filesystem. Btrfs allows for easy management of software raids in RAID0, RAID1 and RAID10. RAID5 and RAID6 are implemented but not suggested for use. -{{% alert note %}} +{{% callout note %}} Btrfs (pronounced as "butter fuss", "better F S", "butter F S", "b-tree F S", or simply by spelling it out) is a file system based on the copy-on-write (COW) principle, initially designed at Oracle Corporation for use in Linux. The development of Btrfs began in 2007, and since August 2014 the file system's on-disk format has been marked as stable.[13] -{{% /alert %}} +{{% /callout %}} ## btrfs device statistics The btrfs device commands are used to check the status of the device, such as read / write errors and disk usage. diff --git a/go.mod b/go.mod index acef714..9d72d33 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module code.jcktrue.dk/jct/jcktrue.dk go 1.15 -require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 // indirect +require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201031183616-e6dba41f3dfb // indirect diff --git a/go.sum b/go.sum index 0571716..e557d54 100644 --- a/go.sum +++ b/go.sum @@ -6,3 +6,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200920214445-6789c89 github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200920214445-6789c8948f0d/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 h1:0TttxcFCinLEfPQxtpCRcCnf34vQm/S247UQ9lrzh38= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201031183616-e6dba41f3dfb h1:DRlmANLaSu1kGXsQ+IlgiQ0K/oiShywD2sj8H/rialo= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201031183616-e6dba41f3dfb/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=