From f214ff3adaf83db56aeade7fee9a4e2ccca8c98d Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 23 Mar 2026 00:56:25 -0400 Subject: [PATCH] updated --- _config.yml | 2 +- _includes/footer.html | 4 + _includes/head.html | 20 +++ _includes/header.html | 15 +-- _layouts/base.html | 2 +- _posts/2023-02-28-setting-up-pgp.md | 10 +- ...-04-08-why-im-paying-attention-to-nostr.md | 5 +- _posts/2023-08-12-twitter-becomes-x.md | 5 +- _posts/2024-06-15-real-time-linux.md | 3 - _posts/2025-11-16-why-nostr-never-took-off.md | 5 +- _posts/2026-03-03-hello-world.md | 11 -- assets/avatar.jpg | Bin 42753 -> 0 bytes assets/headshot.jpeg | Bin 0 -> 360892 bytes assets/pfp.gif | Bin 9390850 -> 0 bytes assets/robotpfp.gif | Bin 2650820 -> 0 bytes css/styles.css | 46 +++++-- feed.xml | 22 ++++ index.md | 21 ++- pgpkey.html | 120 ------------------ sitemap.xml | 23 ++++ 20 files changed, 132 insertions(+), 182 deletions(-) create mode 100644 _includes/footer.html delete mode 100644 _posts/2026-03-03-hello-world.md delete mode 100644 assets/avatar.jpg create mode 100644 assets/headshot.jpeg delete mode 100644 assets/pfp.gif delete mode 100644 assets/robotpfp.gif create mode 100644 feed.xml delete mode 100644 pgpkey.html create mode 100644 sitemap.xml diff --git a/_config.yml b/_config.yml index 2ac434d..c705de8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Bryan Ramos -description: Developer / Technologist +description: Software & Systems Engineer url: "https://ramos.codes" include: diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..ff66906 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,4 @@ + diff --git a/_includes/head.html b/_includes/head.html index 2da3700..68e5587 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,26 @@ +{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }} | {{ site.description }}{% endif %} + + + + + + + + + + + + + + + + + + +