diff --git a/_config.yml b/_config.yml
index c705de8..f2163da 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,5 @@
title: Bryan Ramos
-description: Software & Systems Engineer
+description: Linux Systems & Automation Engineer
url: "https://ramos.codes"
include:
@@ -8,4 +8,4 @@ include:
permalink: /blog/:year/:month/:day/:title/
markdown: kramdown
-highlighter: rouge
\ No newline at end of file
+highlighter: rouge
diff --git a/_includes/footer.html b/_includes/footer.html
index ff66906..7fb52be 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,4 +1,7 @@
diff --git a/_includes/header.html b/_includes/header.html
index d62d7e9..083ff46 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -22,7 +22,7 @@
Software & Systems Engineer
+Linux Systems & Automation Engineer
- \ No newline at end of file + diff --git a/_posts/2023-02-28-setting-up-pgp.md b/_posts/2023-02-28-setting-up-pgp.md index 1f74d87..3697039 100644 --- a/_posts/2023-02-28-setting-up-pgp.md +++ b/_posts/2023-02-28-setting-up-pgp.md @@ -46,7 +46,7 @@ gpg --armor --export your@email.com Paste that block on your website, upload it to keys.openpgp.org, or just email it to people. Once someone has your public key, they can encrypt messages that only you can read. -I've posted mine here: [PGP key](/assets/public.key) +I've posted mine here: [PGP key](/assets/public.asc) If you're sending me anything sensitive, please use it. ## One More Thing diff --git a/assets/public.key b/assets/public.asc similarity index 100% rename from assets/public.key rename to assets/public.asc diff --git a/css/styles.css b/css/styles.css index e41f0fe..446f334 100644 --- a/css/styles.css +++ b/css/styles.css @@ -569,6 +569,12 @@ footer a { color: var(--color-text-muted); } +.footer-links-left { + display: flex; + gap: var(--space-4); + align-items: center; +} + footer a:hover { color: var(--color-accent); } diff --git a/index.md b/index.md index 5afee11..783cfcd 100644 --- a/index.md +++ b/index.md @@ -1,11 +1,13 @@ --- layout: page -title: Software & Systems Engineer +title: Linux Systems & Automation Engineer ---