Initial commit of repo.

This commit is contained in:
Colin Diem
2020-07-08 21:11:53 -04:00
commit 3c3eb54108
34 changed files with 3620 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
title: "Archive"
date: 2020-07-04T03:41:13-04:00
type: archive
description: Archive Page
titleWrap: wrap # wrap, noWrap
---

6
content/blog/_index.md Normal file
View File

@@ -0,0 +1,6 @@
+++
aliases = ["posts","articles","blog","showcase","docs"]
title = "Posts"
author = "Hugo Authors"
tags = ["index"]
+++

View File

@@ -0,0 +1,11 @@
---
title: "Still just goofing around with this"
date: 2020-07-03T12:49:14-04:00
draft: false
tags: ["blog", "development"]
---
# Some witty title
Well, I'm still goofing around with this hugo stuff. Today I'm thinking about updating the theme I'm using to have a darker color pallete.
I definitely like a darker pallete, especially since I tend to work with a very large monitor in a typically dimly lit room.
Lighter colors end up making the monitor way to bright too look at for long periods of time.

12
content/blog/blog-4.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "Blogging from my phone"
date: 2020-07-03T13:59:19-04:00
draft: false
tags: ["blog"]
author: "Colin Diem"
authorImage: "/images/self.jpg"
---
# SSH in from phone
Well, I am attempting to blog from my phone, because that would be kind of cool to pull off.
It's obviously not the most ideal interface for this, but it is essentially working.
And it's pretty cool to have access to update from anywhere I have cell reception.

View File

View File

View File

@@ -0,0 +1,10 @@
---
title: "Blogging from my phone"
date: 2020-07-03T13:59:19-04:00
draft: false
tags: [
---
# SSH in from phone
Well, I am attempting to blog from my phone, because that would be kind of cool to pull off.
It's obviously not the most ideal interface for this, but it is essentially working.
And it's pretty cool to have access to update from anywhere I have cell reception.

13
content/blog/manjaro.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: "Manjaro"
date: 2020-07-08T00:58:45-04:00
draft: false
tags: ["linux", "pc"]
author: "Colin Diem"
---
# Time for a change of pace
So, I recently decided it was time for a change. I decided to dual boot Manjaro alongside my normal Windows 10 install. I recently upgraded my storage and was able to clear off a 500GB SSD, and I decided this was the perfect opportunity to give a dual boot a try.
There were certainly some hurdles to overcome. Initially I couldn't get the installer to correctly setup the boot loader. I ended up have to put my BIOS into compatability mode to make it work.
We'll see how the experiment goes I supppose. Time will tell.

View File

@@ -0,0 +1,13 @@
---
title: "My First Post"
date: 2020-06-28T21:44:45-04:00
draft: false
images: ["img/Vintage-Flower-Background.jpg"]
tags: ["blog", "photos"]
catagories: ["blog", "beginner"]
---
# This is it. This is content.
So, this is my first attempt at building a hugo site served on my Raspberry Pi 4.
I hope this goes well.

View File

@@ -0,0 +1,8 @@
---
title: "Second Blog"
date: 2020-06-28T23:45:43-04:00
draft: false
tags: ["blog", "development"]
---
# This is the second blog.
I wrote a simple bash script to help with deploying the site. Now I am just testing how well it works.

16
content/gallery/index.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "Gallery"
date: 2020-07-03T13:48:16-04:00
description:
type: gallery
mode: at-once # at-once or one-by-one
tags:
-
series:
-
categories:
-
images: # when mode is one-by-one, images front matter works
- image:
caption:
---