Skip to content

Commit c84b251

Browse files
committed
fix some styling and post stuff
1 parent 8a77015 commit c84b251

File tree

8 files changed

+189
-188
lines changed

8 files changed

+189
-188
lines changed

assets/tailwind.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ module.exports = {
1212
'pink-power-ranger': '#FF5290',
1313
'smurf-blood': '#0B1A38',
1414
'nor-easter': '#F5F7FA',
15-
'grapefruit': '#FF8389'
15+
'grapefruit': '#FF8389',
16+
'codebg': '#2f1e2e'
1617
},
1718
boxShadow: {
1819
'DEFAULT': '10px 10px 0 #20E0D6',
19-
}
20+
},
2021
},
2122
},
2223

lib/personal.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Personal do
55
def post(assigns) do
66
~H"""
77
<.layout>
8-
<article class="prose lg:prose-xl">
8+
<article class="prose lg:prose-xl prose-pre:bg-codebg">
99
<h1><%= @post.title %></h1>
1010
<h3><%= @post.description %></h3>
1111
<h3><a href={@post.related_listening}>Related Listening</a></h3>
@@ -44,7 +44,7 @@ defmodule Personal do
4444
<header class="bg-bludacris p-10 my-4 lg:mt-10 lg:mb-14">
4545
<h1>andy@andyleclair.dev$><span class="blink">_</span></h1>
4646
</header>
47-
<main class="h-96 flex-1 p-4">
47+
<main class="relative grow min-h-96 flex-1 p-4">
4848
<%= render_slot(@inner_block) %>
4949
</main>
5050
<footer class="bg-bludacris p-4 text-center">© Andy LeClair 2024</footer>

output/assets/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<header class="bg-bludacris p-10 my-4 lg:mt-10 lg:mb-14">
1212
<h1>andy@andyleclair.dev$><span class="blink">_</span></h1>
1313
</header>
14-
<main class="h-96 flex-1 p-4">
14+
<main class="relative grow min-h-96 flex-1 p-4">
1515

1616
<h2 class="text-xl">Blog!</h2>
1717
<ul>

output/posts/2024/08-27-hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<header class="bg-bludacris p-10 my-4 lg:mt-10 lg:mb-14">
1212
<h1>andy@andyleclair.dev$><span class="blink">_</span></h1>
1313
</header>
14-
<main class="h-96 flex-1 p-4">
14+
<main class="relative grow min-h-96 flex-1 p-4">
1515

16-
<article class="prose lg:prose-xl">
16+
<article class="prose lg:prose-xl prose-pre:bg-codebg">
1717
<h1>Hello world!</h1>
1818
<h3>The Start of Something</h3>
1919
<h3><a href="https://www.youtube.com/watch?v=wVrSXeRXSWE">Related Listening</a></h3>

output/posts/2024/08-28-readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<header class="bg-bludacris p-10 my-4 lg:mt-10 lg:mb-14">
1212
<h1>andy@andyleclair.dev$><span class="blink">_</span></h1>
1313
</header>
14-
<main class="h-96 flex-1 p-4">
14+
<main class="relative grow min-h-96 flex-1 p-4">
1515

16-
<article class="prose lg:prose-xl">
16+
<article class="prose lg:prose-xl prose-pre:bg-codebg">
1717
<h1>README</h1>
1818
<h3>About this site</h3>
1919
<h3><a href="https://www.youtube.com/watch?v=9q4mVEcedSo">Related Listening</a></h3>

output/posts/2024/09-10-2024-gltest.html

Lines changed: 177 additions & 177 deletions
Large diffs are not rendered by default.

posts/2024/09-10-2024-gltest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@ but it should work on any platform that supports Erlang and WX, which should be
283283
that [Scenic](https://github.com/ScenicFramework/scenic) has a specific driver for Nerves devices, so I wouldn't expect that would work
284284
out of the box, but I'd guess it works on MacOS.
285285

286-
![Purple window](/images/09-10-2024-screenshot.png)
286+
![A working purple window](/assets/images/09-10-2024-screenshot.png)

0 commit comments

Comments
 (0)