From d579758b8ec65acd85dc44d153961d69ebdf1e01 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sat, 16 Sep 2023 00:01:55 +0200 Subject: [PATCH] nicer cad shootout page --- content/cad-shootout.md | 1 + layouts/shortcodes/cad-list.html | 2 +- themes/fesite/assets/scss/cad.scss | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/cad-shootout.md b/content/cad-shootout.md index 56997c5..3c3a41f 100644 --- a/content/cad-shootout.md +++ b/content/cad-shootout.md @@ -1,5 +1,6 @@ --- title: Hobby CAD shootout +description: A collection of quick reviews of CAD software for the hobbyist. Features free and/or accessible options such as Onshape, FreeCAD and Fusion 360 --- As 3D printing and others means of manufacturing become more accessible to the average Joe, more people are getting familiar with the tools needed to make designs to have manufactured. Today there are many CAD tools around, but which fits the average hobbyist like me the best? diff --git a/layouts/shortcodes/cad-list.html b/layouts/shortcodes/cad-list.html index 0c85906..53c5d5b 100644 --- a/layouts/shortcodes/cad-list.html +++ b/layouts/shortcodes/cad-list.html @@ -3,8 +3,8 @@ {{- with $pages }} {{ range .ByPublishDate }}
+ {{ with .Params.Software }}{{.}}{{else}}{{.Title}}{{end}} - {{ with .Params.License }}
{{.}}
{{end}} diff --git a/themes/fesite/assets/scss/cad.scss b/themes/fesite/assets/scss/cad.scss index 9960d9f..eaf9c11 100644 --- a/themes/fesite/assets/scss/cad.scss +++ b/themes/fesite/assets/scss/cad.scss @@ -4,9 +4,13 @@ font-size: 17pt; font-family: $iosevka; font-weight: bold; + padding: 0.3rem 0; + display: block; } time { color: rgb(160, 155, 166); + display: block; + font-size: $text-small; } .license { font-size: $text-small;