From 3675d6f965188829e1381fa3ae41448a64358cec Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 1 Oct 2020 00:58:16 -0400 Subject: [PATCH 1/5] Added a new blog post, attempting to update url. --- config/_default/config.toml | 2 +- content/blog/convergence.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 content/blog/convergence.md diff --git a/config/_default/config.toml b/config/_default/config.toml index 87a2b99..a1ac68a 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://crypticturtle.mynetgear.com:8080/" # The URL of your site. +baseURL = "http://errantmind.ddns.net/" # The URL of your site. title = "Colin's Blog" # Title of your site theme = "zzo" # Name of Zzo theme folder in `themes/`. diff --git a/content/blog/convergence.md b/content/blog/convergence.md new file mode 100644 index 0000000..7df0d6f --- /dev/null +++ b/content/blog/convergence.md @@ -0,0 +1,11 @@ +--- +title: "Convergence" +date: 2020-08-19T17:12:28-04:00 +draft: false +--- + +# Convergence + Convergence is the idea that at some point, our phones will become our computers. I like this idea. We're already carrying this decently powerful computer around in our pockets, why not be able to use them to power a "laptop" style chasis? + Why stop there? We could have a desktop style setup, with a graphics card, extra storage, heck better memory, and even additional CPU power. When you're ready to hit the road, pop the phone out of the dock, and slide into the special slot on a tablet type device, and the same system you're already using is now your tablet. Need enhance productivity on the road? Slide the phone into a laptop body, as I mentioned before. + I don't really understand why this doesn't seem to be the direction things are going. Samsung has dabled in the field with the Dex interface, but that's not really quite hitting the mark. One of the hurdles remaining is an OS that can handle being both a phone, adn a computer OS at the same time. + I know what you're thinking: "But wait, isn't Android already a fork of linux? Couldn't linux do all of this?", and yes, I think it could. It just isn't yet. Will it in the future? Who knows. I do thinkg that whoever cracks this well will be on the forefront of the next technology wave. That's just like, my opinion, man. From 2f5f9a073c1a53cf67ffaff24599bb55e0c7c51f Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 1 Oct 2020 01:20:37 -0400 Subject: [PATCH 2/5] New blog post, it's been a while. --- content/blog/been-a-while.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/blog/been-a-while.md diff --git a/content/blog/been-a-while.md b/content/blog/been-a-while.md new file mode 100644 index 0000000..d03138d --- /dev/null +++ b/content/blog/been-a-while.md @@ -0,0 +1,10 @@ +--- +title: "Been a While" +date: 2020-10-01T01:05:24-04:00 +draft: false +--- + +# It's been a minute +Boy, time flies. It feels like it wasn't that long ago that I was tinkering around with this blog regularly, but it's been a month and a half since I posted! Today I messed around with my dynamic DNS, and started using a new host name: [http://errantmind.ddns.net](http://errantmind.ddns.net)! I still haven't bothered to pick up my own domain yet, but as I am leaning more and more towards a self-hosted future, I will probably have to make that jump soon. +I went and helped my buddy Miguel Zuniga of [Twenty20 Media](https://www.mediatwenty20.com/) shoot some scenes for an on-spec and undisclosed project last weekend. It was a good time, and I think we got some good footage. I can't wait to see what Miguel makes out of it. +What else, let's see... The political landscape is looking pretty dismal. The SARS-COV2 pandemic is still going strong. 2020 is turning out to be a pretty weird year. I guess that's it for now. \ No newline at end of file From 40a82d27c47d214822d8b8524dc3270bcc5d7912 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 1 Oct 2020 01:23:27 -0400 Subject: [PATCH 3/5] Tweak to the deploy script to change directory before trying to pull from gitea. --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 8b3dd68..8faeba4 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,12 +1,13 @@ #!/bin/bash clear +echo "Changing to site directory." +cd /home/pi/quickstart echo "Pulling latest from git repo." git checkout master git pull echo "Running hugo and copying the public directory to the /srv/http directory." -cd /home/pi/quickstart hugo cp -r /home/pi/quickstart/public/. /srv/http From 45bae0ab37edad1091c31ed87b511faf444c9abb Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 1 Oct 2020 01:46:00 -0400 Subject: [PATCH 4/5] Attempting to update social links from my phone. --- config/_default/params.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index b5b33cb..f26c987 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -136,10 +136,11 @@ commento = false dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'" [socialOptions] # if set, social icons will show up. - email = "mailto:your@email.com" + email = "colindiem@protonmail.com" +# email = "mailto:your@email.com" phone = "" - facebook = "http://example.org/" - twitter = "http://example.org/" + facebook = "" +# twitter = "htp://example.org/" github = "https://github.com/zzossig/hugo-theme-zzo" stack-overflow = "" instagram = "" From 27339b5263be9239bdeee94a5020099d0b75e816 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 1 Oct 2020 02:16:29 -0400 Subject: [PATCH 5/5] Attempting to update social links from my phone part 2. --- config/_default/params.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index f26c987..6045310 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -136,12 +136,12 @@ commento = false dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'" [socialOptions] # if set, social icons will show up. - email = "colindiem@protonmail.com" + email = "mailto:colindiem@protonmail.com" # email = "mailto:your@email.com" phone = "" facebook = "" -# twitter = "htp://example.org/" - github = "https://github.com/zzossig/hugo-theme-zzo" + twitter = "" + github = "https://github.com/" stack-overflow = "" instagram = "" google-plus = ""