diff options
author | mms <michal@sapka.me> | 2024-04-08 22:12:32 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-08 22:12:32 +0200 |
commit | 3b5710f60c19760ccfc211b342f180cc5508d50d (patch) | |
tree | b358226b0a030a558dc86086a64bbe05cacb1991 /layouts/partials/homepage | |
parent | 47be93b724133b1edeac15faa46f1198557e33e3 (diff) |
feat: BSD as HP section
Diffstat (limited to 'layouts/partials/homepage')
-rw-r--r-- | layouts/partials/homepage/bsd.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layouts/partials/homepage/bsd.html b/layouts/partials/homepage/bsd.html new file mode 100644 index 0000000..892c62f --- /dev/null +++ b/layouts/partials/homepage/bsd.html @@ -0,0 +1,16 @@ +{{- $file := "freebsd-beastie.png" }} +{{- $path := printf "content_images/%s" $file}} +{{- $img := resources.Get $path }} +{{- $img1x := $img.Resize "150x webp" }} +{{- $img2x := $img.Resize "300x webp" }} + + + +<section class="bsd"> + + + <h2 id="bsd">Berkeley Software Distribution</h2> + Some articles on the BSD family of Operating Systems I use + {{ partial "menu.html" (dict "menuID" "bsd" "page" .) }} +</section> + |