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;