Skip to content

Commit

Permalink
update content/
Browse files Browse the repository at this point in the history
  • Loading branch information
cromelex committed Jan 21, 2025
1 parent 11f6243 commit a6e509d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/Technology/HTTPS with Caddy.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The full Caddyfile would include both the Global Config and the site block. In t
Start Caddy and, if the set up was done correctly, it should automatically fetch SSL certificates to encrypt the connection.
SSL certificates will expire after a certain amount of time. Caddy will monitor this and renew the certificates automatically, without the need for any human intervention. It just works!

We used private IPs for the DNS entries -this way the DNS entry will only resolve when you are connected to your local network.
We used private IPs for the DNS entries - this means the DNS entry will only resolve when you are connected to your local network.
There is no risk whatsoever in having a domain associated to a private IP address. No one outside will be able to connect to it.

When you type `service1.example.com` or `service2.example.com` on your browser, Caddy will route the request to the correct service and port, and it'll make sure everything is encrypted along the way, so no one can listen in on this traffic!
Expand Down
7 changes: 6 additions & 1 deletion content/Technology/quartz.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
publish: true
title: Quartz customisation
created: 2025-01-11
modified: 2025-01-15
modified: 2025-01-21
---
# Quartz customisation
[Quartz](https://quartz.jzhao.xyz/) ([GitHub](https://github.com/jackyzha0/quartz)) is the *tool* used to create this website.
Expand All @@ -15,6 +15,11 @@ The full code for this Quartz page is available in the [GitHub repo](https://git

## Snippets

### Added the mobile explorer component (aka "hamburger" menu)
21-01-2025 ▪ This is one of the things I felt was missing in Quartz. Luckily, there is an [existing PR to add it to Quartz](https://github.com/jackyzha0/quartz/pull/1471). I tested it and it works fine, so I decided to go ahead and grab it immediately rather than wait until it gets merged, as it looks like it's been sitting there for a few months already.

The code is a bit too extensive to list here, and it is really just a copy of the Quartz PR, but the changes can be seen in my repo's [merge commit](https://github.com/cromelex/pages-garden/commit/11f62431a67c3fe3b3fd501e6a35e6895d0c48dd).

### Display both modified and created date
11-01-2025 ▪ Each post/note now displays the last update date in addition to the created date, whereas the original code only allowed me to display one of them.

Expand Down

0 comments on commit a6e509d

Please sign in to comment.