Browse Source

Adding a starting blog post

master
Drew Short 6 years ago
parent
commit
f90661700f
  1. 1
      .gitlab-ci.yml
  2. 19
      config.toml
  3. 20
      content/posts/2018-09-24-hello-world.md

1
.gitlab-ci.yml

@ -5,7 +5,6 @@ site-build:
image: jojomi/hugo
stage: build
script:
- ls -al
- hugo
only:
- master

19
config.toml

@ -3,6 +3,21 @@ languageCode = "en-us"
title = "NullOctet Blog"
theme = "hyde"
paginate = 10
paginatePath = "page"
[permalinks]
post = "/:year/:month/:day/:slug/"
code = "/:slug/"
[taxonomies]
tag = "tags"
topic = "topics"
[author]
name = "Drew Short"
email = "warrick@nulloctet.com"
[params]
copyright = "Drew Short © 2018. All rights reserved."
description = "A simple developer blog"
description = "A simple developer blog"
copyright = "© 2018 Drew Short. All rights reserved."

20
content/posts/2018-09-24-hello-world.md

@ -0,0 +1,20 @@
---
title: "Hello World"
date: 2018-09-24T09:53:07-05:00
draft: false
tags:
- "personal"
- "informational"
topics:
- "personal"
---
Beginning anything is hard.
Setting up a new site seems especially hard. Comitting to blogging, especially when I'm not entirely certain of the direction is hard.
However, it is often the hard things that are worth doing. We grow and change through the adventure of completing what is set before us.
My immediate goals are to cover the technology that I touch, projects I work on, interesting resources and articles that I come across, and possibly any recent tech news that I have strong reactions to.
I'm a senior software engineer currently working in the Healthcare industry. I have 7 years under my belt in Java, split fairly evenly between working with the Spring framework and no framework. Much of my experience is in middleware and backend systems. On my own time I've taken to using Rust and Python for my personal projects. Along my programing adventure I've picked up and built projects in Ruby, Go, C#, C++, Haxe, and Lisp/Scheme. Most of the langauges I've put down have been because I didn't have a problem I wanted to solve with them, and less about the languages themselves.␀
Loading…
Cancel
Save