diff --git a/config.toml b/config.toml index 66af083..4fc1aec 100644 --- a/config.toml +++ b/config.toml @@ -66,6 +66,7 @@ blog_section_path = "/posts" links = [ { name = "GitHub", icon = "github", url = "https://github.com/ahoneybun" }, { name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" }, + { name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" }, { name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" }, ] diff --git a/content/_index.md b/content/_index.md index f4b05df..f04f9b5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,12 +9,16 @@ lang = 'en' I'm a **Happiness Architect** working at [system76](https://system76.com/). -## Talks & Podcasts - -I sometimes appear on **talks** & **podcasts** to talk about my work and thoughts. - ## Writing & Social I **write things** on the internet about tech, OSes and what I'm up to. I usually share these things on **social media**. +## Talks & Podcasts +I sometimes appear on **talks** & **podcasts** to talk about my work and thoughts. + +[LINUX Unplugged](https://linuxunplugged.com/guests/aaronhoneycutt) // [Linux 4 Everyone](https://www.linux4everyone.com/guests/aaron-honeycutt) // [GamingOnLinux](https://www.gamingonlinux.com/2022/05/an-interview-with-aaron-honeycutt-from-system76/) + +## Photography + +I take photos from time to time and post them on [Pixelfed](https://pixelfed.social/i/web/profile/258996401164390400). diff --git a/content/posts/pinephone-flashing.md b/content/posts/pinephone-flashing.md index 846959a..39ab1db 100644 --- a/content/posts/pinephone-flashing.md +++ b/content/posts/pinephone-flashing.md @@ -8,7 +8,9 @@ categories = [ "pinephone" ] tags = [ "mobile-linux", "tips-&-tricks" ] +++ -> *NOTE:* This was done on a PinePhone 3GB model but the steps should apply to the 2G as well. +{% note(header="Note") %} +This was done on a PinePhone 3GB model but the steps should apply to the 2G as well. +{% end %} ## Terms @@ -24,7 +26,9 @@ This is the onboard storage used for most Smartphones and Tablets (like the Pine This is a storage device used to store data and in this case an OS. -> *NOTE:* eMMC storage will be noticeably faster when compared to a microSD card. +{% note(header="Note") %} +eMMC storage will be noticeably faster when compared to a microSD card. +{% end %} ### Needed Items diff --git a/content/posts/thinkpad-X13s-review.md b/content/posts/thinkpad-X13s-review.md index 5a15e51..8913c5c 100644 --- a/content/posts/thinkpad-X13s-review.md +++ b/content/posts/thinkpad-X13s-review.md @@ -8,9 +8,9 @@ categories = [ "reviews", "aarch64" ] tags = [ "ubuntu", "ubuntu-23.10", "ubuntu-24.04", "ubuntu-24.10" ] +++ -## Preface - +{% note(header="Note") %} I purchased this system from [Amazon's Renewed Store](https://www.amazon.com/dp/B0BVWKM463?psc=1&ref=ppx_yo2ov_dt_b_product_details#renewedProgramDescriptionBtfSection) and the listing for this model is also in that link if you wanted to purchase it after this review. This review has been done over a week of using the system with my findings broken down with the Good, Bad and Ugly system. +{% end %} ### Ubuntu support (general Linux support)