diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/blog/building-a-personal-voip-system/index.md | 6 | ||||
-rw-r--r-- | src/blog/our-lady-of-sorrows/index.md | 2 | ||||
-rw-r--r-- | src/css/style.css | 3 | ||||
-rw-r--r-- | src/me.jpg | bin | 12054 -> 19151 bytes |
4 files changed, 4 insertions, 7 deletions
diff --git a/src/blog/building-a-personal-voip-system/index.md b/src/blog/building-a-personal-voip-system/index.md index 4d32748..73e73aa 100644 --- a/src/blog/building-a-personal-voip-system/index.md +++ b/src/blog/building-a-personal-voip-system/index.md @@ -4,7 +4,7 @@ date: May 25, 2023 description: Take control of your telephony with Asterisk! --- -I've always been a big [self-hoster](https://github.com/sacredheartsc/selfhosted), +I've always been a big [self-hoster](https://git.sacredheartsc.com/infrastructure/), but had never attempted anything related to VoIP. I recently purchased some IP phones and set up a personal home phone network using [Asterisk](https://www.asterisk.org/). This guide will help you set up your own digital telephone system using @@ -985,7 +985,3 @@ your network is congested. In addition, you may want to investigate encrypting your calls via STRP and SIP TLS. I don't personally do this, because voice calls are totally in the clear as soon as you connect to the PSTN anyway. - -If you'd like to check out the configs required for encrypting your calls, or if -you just want to get some ideas for automating your Asterisk configuration, -check out my Ansible role on [GitHub](https://github.com/sacredheartsc/selfhosted/tree/master/roles/asterisk). diff --git a/src/blog/our-lady-of-sorrows/index.md b/src/blog/our-lady-of-sorrows/index.md index b6f5920..7fa9b61 100644 --- a/src/blog/our-lady-of-sorrows/index.md +++ b/src/blog/our-lady-of-sorrows/index.md @@ -46,7 +46,7 @@ In English: ![](alleluia.png "Alleluia: Stabat sancta Maria"){.center} Long, descending scales are a unique motif of this particular chant, which I have -highlighted below. This melodic pattern occurs quite rarely in the Church's liturgy. +highlighted above. This melodic pattern occurs quite rarely in the Church's liturgy. The descending notes call to mind the tears which fell from the eyes of our Blessed Mother at the foot of the cross. diff --git a/src/css/style.css b/src/css/style.css index d787840..32d999f 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -55,6 +55,7 @@ footer { .logo { float: right; + width: 200px; border-radius: 50%; } @@ -65,7 +66,7 @@ footer { @media only screen and (max-device-width : 667px) { .logo { - max-width: 66px; + max-width: 88px; } footer .date { Binary files differ |