mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
add callouts
This commit is contained in:
parent
dd25e7fbd2
commit
5c17ab2f59
4 changed files with 17 additions and 8 deletions
|
@ -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>" },
|
||||
]
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue