Compare commits
10 Commits
40a82d27c4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de1c1f2a56 | ||
|
|
20b0aec0f1 | ||
|
|
d18227b536 | ||
|
|
d9cdec5831 | ||
|
|
7c543e9a5e | ||
|
|
79d90841af | ||
|
|
39f04317c1 | ||
|
|
cd793cac11 | ||
|
|
27339b5263 | ||
|
|
45bae0ab37 |
@@ -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
|
title = "Colin's Blog" # Title of your site
|
||||||
theme = "zzo" # Name of Zzo theme folder in `themes/`.
|
theme = "zzo" # Name of Zzo theme folder in `themes/`.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# whoami: usage - home page sidebar, single page bottom of post. all values can be empty
|
||||||
myname = "Colin Diem"
|
myname = "Colin Diem"
|
||||||
email = "cgdiem@protonmail.com"
|
email = "me@colindiem.com"
|
||||||
whoami = "Software Engineer, Amateur Philosopher"
|
whoami = "Software Engineer, Amateur Philosopher"
|
||||||
authorImageUrl = "/images/self.jpg"
|
authorImageUrl = "/images/self.jpg"
|
||||||
authorImage = "/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'"
|
dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'"
|
||||||
|
|
||||||
[socialOptions] # if set, social icons will show up.
|
[socialOptions] # if set, social icons will show up.
|
||||||
email = "mailto:your@email.com"
|
email = "mailto:admin@colindiem.com"
|
||||||
phone = ""
|
phone = ""
|
||||||
facebook = "http://example.org/"
|
facebook = ""
|
||||||
twitter = "http://example.org/"
|
twitter = ""
|
||||||
github = "https://github.com/zzossig/hugo-theme-zzo"
|
github = "https://github.com/quixoticmind"
|
||||||
stack-overflow = ""
|
stack-overflow = ""
|
||||||
instagram = ""
|
instagram = ""
|
||||||
google-plus = ""
|
google-plus = ""
|
||||||
|
|||||||
12
content/blog/domain.md
Normal file
12
content/blog/domain.md
Normal 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!
|
||||||
@@ -10,6 +10,6 @@ echo "Running hugo and copying the public directory to the /srv/http directory."
|
|||||||
|
|
||||||
hugo
|
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!"
|
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
BIN
static/gallery/DSC08652.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 MiB |
Reference in New Issue
Block a user