[12/03/23] added subdomains for blog and til, sorted category links accordingly

This commit is contained in:
Andrew Conlin 2023-03-12 18:31:00 +00:00
parent 66983f0a5c
commit 56514e3cef
46 changed files with 3106 additions and 48 deletions

View file

@ -1,17 +0,0 @@
<style>
{% assign categories = page.categories %}
{% assign category = site.data.categories[categories.first] %}
code {
color: {{ category.backColor }};
}
pre {
color: {{ category.backColor }}
}
::selection {
background-color: {{ category.backColor }};
color: {{ category.textColor }}
}
</style>