Initial commit of repo.
This commit is contained in:
8
content/archive/_index.md
Normal file
8
content/archive/_index.md
Normal 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
6
content/blog/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
aliases = ["posts","articles","blog","showcase","docs"]
|
||||
title = "Posts"
|
||||
author = "Hugo Authors"
|
||||
tags = ["index"]
|
||||
+++
|
||||
11
content/blog/blog-3-goofing.md
Normal file
11
content/blog/blog-3-goofing.md
Normal 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
12
content/blog/blog-4.md
Normal 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.
|
||||
0
content/blog/blog-4.md.save
Normal file
0
content/blog/blog-4.md.save
Normal file
0
content/blog/blog-4.md.save.1
Normal file
0
content/blog/blog-4.md.save.1
Normal file
10
content/blog/blog-4.md.save.2
Normal file
10
content/blog/blog-4.md.save.2
Normal 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
13
content/blog/manjaro.md
Normal 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.
|
||||
|
||||
13
content/blog/my-first-post.md
Normal file
13
content/blog/my-first-post.md
Normal 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.
|
||||
8
content/blog/second-blog.md
Normal file
8
content/blog/second-blog.md
Normal 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
16
content/gallery/index.md
Normal 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:
|
||||
---
|
||||
Reference in New Issue
Block a user