small tweak
All checks were successful
Deploy Blog / deploy (push) Successful in 2m4s

This commit is contained in:
Thomas Bishop 2025-12-15 17:27:14 +00:00
parent 2da50612b9
commit 09c0a803bf
8 changed files with 160 additions and 164 deletions

View file

@ -311,9 +311,7 @@ SSL for the new server.
In researching how to do the above, I created or expanded the following entries In researching how to do the above, I created or expanded the following entries
in my Zettelkasten: in my Zettelkasten:
- [Firewalls](https://thomasabishop.github.io/eolas/Firewalls) - [Firewalls](https://eolas.systemsobscure.net/entries/Firewalls?)
- [UFW firewall management](https://thomasabishop.github.io/eolas/UFW_firewall_management) - [UFW firewall management](https://eolas.systemsobscure.net/entries/UFW_firewall_management)
- [Disable non-root SSH access](https://thomasabishop.github.io/eolas/Disable_non-root_ssh_access) - [Disable non-root SSH access](https://eolas.systemsobscure.net/entries/Disable_non-root_ssh_access)
- [IP addresses](https://thomasabishop.github.io/eolas/IP_addresses) - [IP addresses](https://eolas.systemsobscure.net/entries/IP_addresse)
- [Internet fundamentals](https://thomasabishop.github.io/eolas/Internet_fundamentals)
- [The Application Layer of the Internet Protocol](https://thomasabishop.github.io/eolas/Application_Layer_of_Internet_Protocol)

View file

@ -113,6 +113,6 @@ domain name over HTTPS!
In researching how to do the above, I created or expanded the following entries In researching how to do the above, I created or expanded the following entries
in my Zettelkasten: in my Zettelkasten:
- [Certificates and Certificate Authorities](https://thomasabishop.github.io/eolas/Certificate_authorities) - [Certificates and Certificate Authorities](https://eolas.systemsobscure.net/entries/Certificate_authorities)
- [Let's Encrypt](https://thomasabishop.github.io/eolas/Let's_Encrypt) - [Let's Encrypt](https://eolas.systemsobscure.net/entries/Let's_Encrypt)
- [HTTPS](https://thomasabishop.github.io/eolas/HTTPS) - [HTTPS](https://eolas.systemsobscure.net/entries/HTTPS)

View file

@ -470,10 +470,8 @@ queries so I can analyse everything that is going on.
In researching how to do the above, I created or expanded the following entries In researching how to do the above, I created or expanded the following entries
in my Zettelkasten: in my Zettelkasten:
- [Proxies](https://thomasabishop.github.io/eolas/Proxies) - [Proxies](https://eolas.systemsobscure.net/entries/Proxies)
- [Containerization](https://thomasabishop.github.io/eolas/Containerization) - [Containerization](https://eolas.systemsobscure.net/entries/Containerization)
- [Docker images](https://thomasabishop.github.io/eolas/Docker_images) - [Docker images](https://eolas.systemsobscure.net/entries/Docker_images)
- [Creating a Docker image](https://thomasabishop.github.io/eolas/Creating_a_Docker_image) - [Creating a Docker image](https://eolas.systemsobscure.net/entries/Creating_a_Docker_image)
- [Docker containers](https://thomasabishop.github.io/eolas/Docker_containers) - [Docker containers](https://eolas.systemsobscure.net/entries/Docker_containers)
- [Docker storage](https://thomasabishop.github.io/eolas/Docker_storage)
- [Docker Compose and Dockerfile difference](https://thomasabishop.github.io/eolas/Docker_compose_and_Dockerfile_difference)

View file

@ -37,8 +37,8 @@ const EolasListing = () => {
<div className="container mx-auto p-4 grow"> <div className="container mx-auto p-4 grow">
<div className="space-my-8"> <div className="space-my-8">
<section className="container"> <section className="container">
<h2 className="text-2xl font-semibold mb-4 text-[#d65d0e]! scanlined inline-block px-2 h2-home"> <h2 className="text-2xl font-semibold mb-4 text-[#d65d0e]! inline-block h2-home">
{`> recent learning (external)`} {`zettelkasten recent`}
</h2> </h2>
{isLoading && <div>Loading...</div>} {isLoading && <div>Loading...</div>}

View file

@ -71,8 +71,8 @@ const CodeStats = () => {
<div className="space-my-8"> <div className="space-my-8">
<section className="container"> <section className="container">
<div className="flex flex-col md:flex-row items-start md:items-center md:justify-between"> <div className="flex flex-col md:flex-row items-start md:items-center md:justify-between">
<h2 className="text-2xl font-semibold mb-4 text-[#458588]! scanlined inline-block px-1 h2-home"> <h2 className="text-2xl font-semibold mb-4 text-[#458588]! inline-block h2-home">
{`> code stats`} {`code stats`}
</h2> </h2>
<div className="mb-4 text-sm text-muted"> <div className="mb-4 text-sm text-muted">
{convertDateFriendly(data?.from)} -{" "} {convertDateFriendly(data?.from)} -{" "}

View file

@ -8,8 +8,8 @@ const PostListing = ({ posts, title, showAllButton }) => {
<div className="container mx-auto p-4 grow"> <div className="container mx-auto p-4 grow">
<div className="space-my-8"> <div className="space-my-8">
<section className="container"> <section className="container">
<h2 className="text-2xl font-semibold mb-4 scanlined block px-2 h2-home"> <h2 className="text-2xl font-semibold mb-4 block h2-home">
{`> ${title}`} {`${title}`}
</h2> </h2>
{posts.map((post) => ( {posts.map((post) => (
<ul> <ul>

View file

@ -23,9 +23,9 @@ const HomePage = () => {
systems obscure systems obscure
</div> </div>
</h1> </h1>
<p className="text-center sm:text-left md:text-left text-muted condensed font-medium text-lg"> <p className="text-center sm:text-left md:text-left text-muted font-medium text-lg">
Software engineer at ITV. This is my technical scrapbook and Another software engineer with a blog. This is my technical
digital garden. scrapbook and digital garden.
</p> </p>
</div> </div>
</div> </div>
@ -43,8 +43,8 @@ const HomePage = () => {
<div className="container mx-auto p-4 grow"> <div className="container mx-auto p-4 grow">
<div className="space-my-8"> <div className="space-my-8">
<section className="container"> <section className="container">
<h2 className="text-2xl font-semibold mb-4 text-[#d3869b]! scanlined block px-2 h2-home"> <h2 className="text-2xl font-semibold mb-4 text-[#d3869b]! block h2-home">
{`> projects`} {`projects`}
</h2> </h2>
<ul> <ul>
<li className="pb-2"> <li className="pb-2">

View file

@ -40,9 +40,9 @@ const BlogTemplate = () => {
<div <div
className=" className="
[&>h2]:text-2xl [&>h2]:font-medium [&>h2]:my-4 [&>h2]:text-[#fe8019]! [&>h2]:text-2xl [&>h2]:font-medium [&>h2]:my-4 [&>h2]:text-[#ebdbb2]!
[&>h3]:text-xl [&>h3]:font-medium [&>h3]:my-4 [&>h3]:text-[##fe8019] [&>h3]:text-xl [&>h3]:font-medium [&>h3]:my-4 [&>h3]:text-[#ebdbb2]!
[&>h4]:text-lg [&>h4]:font-medium [&>h4]:my-4 [&>h4]:text-[#fe8019] [&>h4]:text-lg [&>h4]:font-medium [&>h4]:my-4 [&>h4]:text-[#ebdbb2]!
[&>p]:leading-7 [&>p:not(:first-child)]:mt-4 [&>p]:leading-7 [&>p:not(:first-child)]:mt-4
[&>p+:is(h1,h2,h3,h4,h5,h6)]:mt-6 [&>p+:is(h1,h2,h3,h4,h5,h6)]:mt-6
[&>blockquote]:mt-4 [&>blockquote]:border-l-2 [&>blockquote]:pl-6 [&>blockquote]:text-muted-foreground [&>blockquote]:mt-4 [&>blockquote]:border-l-2 [&>blockquote]:pl-6 [&>blockquote]:text-muted-foreground