Compare commits

..

10 Commits

Author SHA1 Message Date
Colin Diem
de1c1f2a56 Changed base url to https. 2021-04-16 17:11:43 -04:00
Colin Diem
20b0aec0f1 Updating emails. 2021-04-14 17:57:50 -04:00
Colin Diem
d18227b536 Added a pic to the gallery. 2020-10-04 00:56:50 -04:00
Colin Diem
d9cdec5831 Added Author to domain blog. 2020-10-03 20:28:28 -04:00
Colin Diem
7c543e9a5e Updated deploy script to work from any location. 2020-10-04 00:27:39 -04:00
Colin Diem
79d90841af Added a post about the domain name. 2020-10-03 20:21:15 -04:00
Colin Diem
39f04317c1 Merges changes. 2020-10-03 18:53:24 -04:00
Colin Diem
cd793cac11 Updated baseURL. 2020-10-03 18:52:17 -04:00
Colin Diem
27339b5263 Attempting to update social links from my phone part 2. 2020-10-01 02:16:29 -04:00
Colin Diem
45bae0ab37 Attempting to update social links from my phone. 2020-10-01 01:46:00 -04:00
6 changed files with 20 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
baseURL = "http://errantmind.ddns.net/" # The URL of your site.
baseURL = "https://colindiem.com/" # The URL of your site.
title = "Colin's Blog" # Title of your site
theme = "zzo" # Name of Zzo theme folder in `themes/`.

View File

@@ -43,7 +43,7 @@ talksGroupByDate = "2006" # "2006-01": group by month, "2006": group by year
# whoami: usage - home page sidebar, single page bottom of post. all values can be empty
myname = "Colin Diem"
email = "cgdiem@protonmail.com"
email = "me@colindiem.com"
whoami = "Software Engineer, Amateur Philosopher"
authorImageUrl = "/images/self.jpg"
authorImage = "/images/self.jpg"
@@ -136,11 +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 = "mailto:admin@colindiem.com"
phone = ""
facebook = "http://example.org/"
twitter = "http://example.org/"
github = "https://github.com/zzossig/hugo-theme-zzo"
facebook = ""
twitter = ""
github = "https://github.com/quixoticmind"
stack-overflow = ""
instagram = ""
google-plus = ""

12
content/blog/domain.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "Domain"
date: 2020-10-03T20:12:15-04:00
draft: false
author: "Colin Diem"
---
# Welcome to colindiem.com
So, as I mentioned in my previous post, I knew I was going to need to pick up a domain sooner or later. So I went ahead and did it! I may pick up some more in the future, I'm not sure. That will probably depend a lot on if I can figure out how to configure virtual hosts on apache. Or if I can figure out how to have a DNS record point to a port. Or maybe get a subdomain setup for my Gitea, that'd be cool. I dunno. I'm just beginning to dabble in this sysadmin stuff.
I did set up a working Nextcloud instance via Docker today, so that was pretty cool. It went pretty dang smoothly, which is the opposite of every other time I've tried to use Docker. The only issue I ran into is that the docker-compose I was using was supposed to setup SSL certs via Let's Encrypt, but for some reason it doesn't seem to have succeeded. Oh well. I'll keep poking at it and maybe I'll figure something out.
Over all the Docker experience has made me excited to do more with Docker. I'm already considering switching my Gitea installation over to Docker too.
I guess that's all I've got for now. Good luck, and try to stay sane!

View File

@@ -10,6 +10,6 @@ echo "Running hugo and copying the public directory to the /srv/http directory."
hugo
cp -r /home/pi/quickstart/public/. /srv/http
cp -r /home/pi/quickstart/public/. /srv/http/blog
echo "If there were no errors, I think we did it!"

File diff suppressed because one or more lines are too long

BIN
static/gallery/DSC08652.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB