diff --git a/_config.yml b/_config.yml
index f2163da..c705de8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,5 @@
title: Bryan Ramos
-description: Linux Systems & Automation Engineer
+description: Software & Systems Engineer
url: "https://ramos.codes"
include:
@@ -8,4 +8,4 @@ include:
permalink: /blog/:year/:month/:day/:title/
markdown: kramdown
-highlighter: rouge
+highlighter: rouge
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
index 7fb52be..ff66906 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,7 +1,4 @@
diff --git a/_includes/header.html b/_includes/header.html
index 083ff46..d62d7e9 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -22,7 +22,7 @@
Linux Systems & Automation Engineer
+Software & Systems 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 3697039..1f74d87 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.asc) +I've posted mine here: [PGP key](/assets/public.key) If you're sending me anything sensitive, please use it. ## One More Thing diff --git a/assets/public.asc b/assets/public.key similarity index 100% rename from assets/public.asc rename to assets/public.key diff --git a/css/styles.css b/css/styles.css index 446f334..e41f0fe 100644 --- a/css/styles.css +++ b/css/styles.css @@ -569,12 +569,6 @@ 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 783cfcd..5afee11 100644 --- a/index.md +++ b/index.md @@ -1,13 +1,11 @@ --- layout: page -title: Linux Systems & Automation Engineer +title: Software & Systems Engineer ---