nicer cad shootout page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
17246200c6
commit
d579758b8e
3 changed files with 6 additions and 1 deletions
|
@ -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?
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
{{- with $pages }}
|
||||
{{ range .ByPublishDate }}
|
||||
<article>
|
||||
<time datetime="{{ .Date | time.Format "2006-01-02"}}">{{ .Date | time.Format "2006-01-02"}}</time>
|
||||
<a class="title" href="{{ .RelPermalink }}">{{ with .Params.Software }}{{.}}{{else}}{{.Title}}{{end}}</a>
|
||||
<time datetime="{{ .Date | time.Format "2006-01-02"}}">(published {{ .Date | time.Format "2006-01-02"}})</time>
|
||||
{{ with .Params.License }}
|
||||
<section class="license">{{.}}</section>
|
||||
{{end}}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue