diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-24 08:32:34 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-24 08:35:41 -0500 |
| commit | 705edee6600d5d437cea5ab89fa008c748d4af11 (patch) | |
| tree | 23f83695a22bd033d74da562fed7434b8a8bb292 /src/assets | |
| parent | update rss header (diff) | |
| download | website-705edee6600d5d437cea5ab89fa008c748d4af11.tar.gz website-705edee6600d5d437cea5ab89fa008c748d4af11.tar.bz2 website-705edee6600d5d437cea5ab89fa008c748d4af11.zip | |
fix redudant title text, make 'here' links more descriptive
Diffstat (limited to 'src/assets')
| -rw-r--r-- | src/assets/blog/2025-02-24.md | 4 | ||||
| -rw-r--r-- | src/assets/blog/2025-03-11.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/assets/blog/2025-02-24.md b/src/assets/blog/2025-02-24.md index 6d2bf93..88bf891 100644 --- a/src/assets/blog/2025-02-24.md +++ b/src/assets/blog/2025-02-24.md @@ -257,8 +257,8 @@ to use that. There is alot about guix that I love, but I ran into too many problems. I am able to have my declarative system with nix without the hassle of guix. -You can see my guix configuration [here](https://g.freya.cat/freya/dotfiles-guix) -and my nix configuration [here](https://g.freya.cat/freya/dotfiles-nix). If you +For reference here are the links to my [guix configurationhere](https://g.freya.cat/freya/dotfiles-guix) +and my [nix configuration](https://g.freya.cat/freya/dotfiles-nix). If you are trying to learn or switch to either system, you can use them as a good resource. You can also view the guix repository I created called [sakura](https://g.freya.cat/freya/sakura) when I had to package things. If you need a recommendation to use either GUIX diff --git a/src/assets/blog/2025-03-11.md b/src/assets/blog/2025-03-11.md index 39f554d..412314f 100644 --- a/src/assets/blog/2025-03-11.md +++ b/src/assets/blog/2025-03-11.md @@ -72,7 +72,7 @@ In an itemized list this guide will: Flauncher is a launcher (default user interface) for Google TVs. It is simple and just shows the installed apps on the tv, no ads, nothing else. I am using a fork of flauncher that includes some fixes and improvements, but you can also -just use the original [here](https://gitlab.com/flauncher/flauncher). +[just use the original](https://gitlab.com/flauncher/flauncher). 2. Removing all preinstalled applications @@ -191,7 +191,7 @@ adb shell pm enable --user 0 com.mediatek.wwtv.tvcenter ``` If that doesnt work try looking at the path `/system_ext/priv-app/LiveTV` as -that is where I found the apk. I also have a mirror for it [here](/public/blog/LiveTV.apk). +that is where I found the apk. [I also have a mirror for it](/public/blog/LiveTV.apk). #### 2. Removing preloaded applications |