diff --git a/TODO b/TODO index 06807de..730a869 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -position code blocks in a way I like - handle dark/light theming correctly (https://www.joshwcomeau.com/react/dark-mode/) seems useful for that get RSS feed up and running @@ -17,3 +15,7 @@ analytics ~~center titles properly~~ ~~center content box properly~~ + +~~position code blocks in a way I like~~ + +Fix HackBU article diff --git a/links.typ b/links.typ index 82bbd56..0d3a323 100644 --- a/links.typ +++ b/links.typ @@ -2,4 +2,3 @@ Here's some links to various things of mine \ #link("https://github.com/Pagwin-Fedora")[Github] \ #link("https://www.linkedin.com/in/spencer-powell-pagwin/")[Linkedin] #strike[I barely look at this] \ #link("/index.xml")[RSS] \ -#link("/unvisited")[Unvisted] diff --git a/links.yaml b/links.yaml index 579a411..0956557 100644 --- a/links.yaml +++ b/links.yaml @@ -1,3 +1,3 @@ -title: links -author: pagin +title: Links +author: pagwin tags: [] diff --git a/static/css/layout.css b/static/css/layout.css index 6ce3342..71a58df 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -30,7 +30,10 @@ a:hover { padding: 1em; /* needed due to flex parent*/ width: 100%; - max-width: 960px; + /*https://ux.stackexchange.com/a/34125*/ + /*https://ux.stackexchange.com/a/34148*/ + /*https://pearsonified.com/golden-ratio-typography-intro/*/ + max-width: 55em; border-radius: 0.5em; /* needed due to being flex itself*/