diff --git a/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch/index.html b/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch/index.html index 3e0b5694..034451bb 100644 --- a/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch/index.html +++ b/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch/index.html @@ -58,11 +58,11 @@

Nexus 7 2013 (WiFi) and Ubuntu Touch

-

[IMAGE] Scopes (home screen)

+

[IMAGE] Scopes (home screen)

About a month ago (give or take) I purchased a Nexus 7 2013 (WiFi) with the intent of flashing Ubuntu Touch (OTA 9) onto it. I had previously flashed Ubuntu Touch onto a Nexus 5 that I had gotten for Christmas last year, again with the intent of flashing Ubuntu Touch onto it, so I knew what I could look forward to and what I could expect.

Flashing Ubuntu Touch

Flashing Ubuntu Touch onto the Nexus 7 was pretty easy overall. First thing I had to do was install adb and fastboot onto my computer (running Ubuntu), as well as the ubports-installer snap.

-

[IMAGE] UBPorts installer

+

[IMAGE] UBPorts installer

Next, on the nexus 7 I needed to enable developer mode, enable USB debugging, unlock the bootloader, and re-enable dev mode and USB debugging. After that, I hooked up the Nexus 7 to my PC and launched the UBports Installer. It detected that the Nexus 7 was connected and pulled up the menu for flashing it right away. I clicked the needed buttons to flash it and let it do it’s thing.

Initial Setup

After Ubuntu Touch was flashed onto the Nexus 7, I went through the initial setup of the device. First was the standard stuff like setting up WiFi and creating a user account.

@@ -93,7 +93,7 @@

*TELEports is still in beta as of writing


-

[IMAGE] CC BY-SA 4.0
+

[IMAGE] CC BY-SA 4.0
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

diff --git a/blog/2022/11/why_my_website_is_nothing_fancy/index.html b/blog/2022/11/why_my_website_is_nothing_fancy/index.html index b03e1339..f918fb4b 100644 --- a/blog/2022/11/why_my_website_is_nothing_fancy/index.html +++ b/blog/2022/11/why_my_website_is_nothing_fancy/index.html @@ -63,7 +63,7 @@

So you may be asking then, why?

My Reasoning

When I created this website, I set out for it to be plain on purpose

-

I went for a design that sorta resembles what you might find on some Gemini pages

+

I went for a design that sorta resembles what you might find on some Gemini pages

I also wanted it to be quick to load

With a lack of fancy images on every damn page, no JavaScript trying to load, no analytics hogging bandwidth, site loads pretty quick, don’t it?

In my opinion, that’s how it should be!

@@ -85,7 +85,7 @@

* I cannot speak for anything that my hosting provider collects, which considering that this site is currently hosted on a VPS, and is just code being served by Apache2, there shouldn’t be any cause for concern


-

[IMAGE] CC BY-SA 4.0
+

[IMAGE] CC BY-SA 4.0
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

diff --git a/generate.sh b/generate.sh index 89715480..1b8f90af 100755 --- a/generate.sh +++ b/generate.sh @@ -14,12 +14,12 @@ if [[ ${1} = 'regen' ]] || [[ ${1} = '--regen' ]]; then PAGE_TITLE="$(cat ${PAGE} | head -1 | sed -e 's|||')" DESTINATION_DIR="$(echo ${PAGE} | sed -e 's|index.html||')" PAGE_CONTENT_FILE="$(cat ${PAGE} | head -2 | tail -1 | sed -e 's|||')" - PAGE_CONTENT="$(pandoc --from markdown --to html ${PAGE_CONTENT_FILE} | sed -e 's|/\">|/\" target=\"_blank\">|g')" + PAGE_CONTENT="$(pandoc --from markdown --to html ${PAGE_CONTENT_FILE} | sed -e 's|/\">|/\" target=\"_blank\">|g; s|.png\">|.png\" target=\"_blank\">|g')" fi if [[ ! -z "${1}" ]] && [[ ! -z "${2}" ]] && [[ ! -z "${3}" ]]; then PAGE_TITLE="${1}" - PAGE_CONTENT="$(pandoc --from markdown --to html ${2} | sed -e 's|/\">|/\" target=\"_blank\">|g')" + PAGE_CONTENT="$(pandoc --from markdown --to html ${2} | sed -e 's|/\">|/\" target=\"_blank\">|g; s|.png\">|.png\" target=\"_blank\">|g')" PAGE_CONTENT_FILE="${2}" DESTINATION_DIR="${3}" fi diff --git a/res/mkd/blog/2019_05_26-nexus_7_2013_wifi-and-ubuntu_touch.md b/res/mkd/blog/2019_05_26-nexus_7_2013_wifi-and-ubuntu_touch.md index 36e3bd9e..c5dd6b8d 100644 --- a/res/mkd/blog/2019_05_26-nexus_7_2013_wifi-and-ubuntu_touch.md +++ b/res/mkd/blog/2019_05_26-nexus_7_2013_wifi-and-ubuntu_touch.md @@ -1,7 +1,7 @@ Nexus 7 2013 (WiFi) and Ubuntu Touch ==================================== -[[IMAGE] Scopes (home screen)](/res/img/nexus_7_2013_wifi-scopes.png/) +[[IMAGE] Scopes (home screen)](/res/img/nexus_7_2013_wifi-scopes.png) About a month ago (give or take) I purchased a Nexus 7 2013 (WiFi) with the intent of flashing Ubuntu Touch (OTA 9) onto it. I had previously flashed Ubuntu Touch onto a Nexus 5 that I had gotten for Christmas last year, again with the intent of flashing Ubuntu Touch onto it, so I knew what I could look forward to and what I could expect. @@ -10,7 +10,7 @@ Flashing Ubuntu Touch Flashing Ubuntu Touch onto the Nexus 7 was pretty easy overall. First thing I had to do was install `adb` and `fastboot` onto my computer (running Ubuntu), as well as the `ubports-installer` snap. -[[IMAGE] UBPorts installer](/res/img/ubports_installer-nexus_7_2013_wifi.png/) +[[IMAGE] UBPorts installer](/res/img/ubports_installer-nexus_7_2013_wifi.png) Next, on the nexus 7 I needed to enable developer mode, enable USB debugging, unlock the bootloader, and re-enable dev mode and USB debugging. After that, I hooked up the Nexus 7 to my PC and launched the UBports Installer. It detected that the Nexus 7 was connected and pulled up the menu for flashing it right away. I clicked the needed buttons to flash it and let it do it's thing. @@ -61,6 +61,6 @@ Here are some apps I recommend using on Ubuntu Touch: --- -[[IMAGE] CC BY-SA 4.0](https://i.creativecommons.org/l/by-sa/4.0/88x31.png/) +[[IMAGE] CC BY-SA 4.0](https://i.creativecommons.org/l/by-sa/4.0/88x31.png) \ This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). \ No newline at end of file diff --git a/res/mkd/blog/2022_11_05-why_my_website_is_nothing_fancy.md b/res/mkd/blog/2022_11_05-why_my_website_is_nothing_fancy.md index 89dc2d8d..c3fdc880 100644 --- a/res/mkd/blog/2022_11_05-why_my_website_is_nothing_fancy.md +++ b/res/mkd/blog/2022_11_05-why_my_website_is_nothing_fancy.md @@ -12,7 +12,7 @@ My Reasoning When I created this website, I set out for it to be plain on purpose -I went for a design that sorta resembles what you might find on some [Gemini](https://en.wikipedia.org/wiki/Gemini_(protocol/)) pages +I went for a design that sorta resembles what you might find on some [Gemini](https://en.wikipedia.org/wiki/Gemini_(protocol)/) pages I also wanted it to be quick to load @@ -56,6 +56,6 @@ _* I cannot speak for anything that my hosting provider collects, which consider --- -[[IMAGE] CC BY-SA 4.0](https://i.creativecommons.org/l/by-sa/4.0/88x31.png/) +[[IMAGE] CC BY-SA 4.0](https://i.creativecommons.org/l/by-sa/4.0/88x31.png) \ This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/) \ No newline at end of file