Compare commits
2 Commits
c840168842
...
0979b67b01
Author | SHA1 | Date | |
---|---|---|---|
0979b67b01 | |||
435e7302bb |
@ -36,8 +36,8 @@ header button:hover {
|
||||
transition: color 0.5s;
|
||||
}
|
||||
|
||||
header button svg {
|
||||
width: 1.3rem;
|
||||
header button {
|
||||
width: 1.4rem;
|
||||
}
|
||||
|
||||
.blurb {
|
||||
|
10
content/links/true-cost.md
Normal file
10
content/links/true-cost.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "True Cost"
|
||||
date: 2025-03-01T08:27:38-07:00
|
||||
year: "2025"
|
||||
context:
|
||||
url: https://blog.avas.space/true-cost/
|
||||
title: things cost more than their price tag
|
||||
---
|
||||
|
||||
I recently came across [ava's blog](http://blog.avas.space) and this post in particular stood out to me. I'm sorting through all of my belongings in preparation to move later this year and it's really true that getting rid of things is sometimes way more difficult than acquiring it in the first place. Something to keep in mind before buying any new stuff.
|
@ -31,7 +31,20 @@
|
||||
<li>{{ . | markdownify }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<p>
|
||||
<a href="/now">See More...</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Check Out These Links</h3>
|
||||
<ul>
|
||||
{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "links") }}
|
||||
<li><a href="{{ .Params.context.url }}" target="_blank">{{ .Params.context.title }}</a>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<p>
|
||||
<a href="/links">See More...</a>
|
||||
</p>
|
||||
<div>
|
||||
<h3>Transformers Collection</h3>
|
||||
<h4>Recent Additions</h4>
|
||||
|
@ -96,6 +96,20 @@ a:hover, a:active {
|
||||
transition: color 0.5s;
|
||||
}
|
||||
|
||||
a[href^="http"]:not(:has(img, svg, picture)) {
|
||||
padding-right: 0.3rem;
|
||||
}
|
||||
|
||||
a[href^="http"]:not(:has(img, svg, picture))::after {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin-left: 0.3rem;
|
||||
background-color: currentColor;
|
||||
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M320%200c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l82.7%200L201.4%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L448%20109.3l0%2082.7c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l0-160c0-17.7-14.3-32-32-32L320%200zM80%2032C35.8%2032%200%2067.8%200%20112L0%20432c0%2044.2%2035.8%2080%2080%2080l320%200c44.2%200%2080-35.8%2080-80l0-112c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20112c0%208.8-7.2%2016-16%2016L80%20448c-8.8%200-16-7.2-16-16l0-320c0-8.8%207.2-16%2016-16l112%200c17.7%200%2032-14.3%2032-32s-14.3-32-32-32L80%2032z%22%2F%3E%3C%2Fsvg%3E");
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user