Skip to content

Commit 5820180

Browse files
committed
some more tweaks
1 parent f0152ae commit 5820180

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public/

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = "https://www.sisu.io"
22
languageCode = "en-us"
3-
title = "A Blog to be Named Later"
3+
title = "sisu.io"
44
theme = "bare"
55
enableGitInfo = true
66

@@ -10,11 +10,11 @@ enableGitInfo = true
1010

1111
[params]
1212
mainSections = ["posts", "openbsd", "neo4j", "presentations"]
13-
tagbar = ["OpenBSD", "Neo4j", "Archives"]
13+
hardcodedTags = ["openbsd", "about", "archives"]
1414
author = "Dave Voutila"
1515
email = "dave@sisu.io"
1616
repoLink = "https://github.com/voutilad/sisu.io"
17-
description = "Hackin the day away"
17+
description = "...so it goes."
1818
postcss = false
1919
includeAuthorInTitle = true
2020

content/about.org

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#+TITLE: What is this place?
2+
#+Description: "A bit about what I post here and who I am."
3+
#+Date: 2019-11-24T16:38:00-0500
4+
#+Tags[]: about
5+
6+
** Who am I?
7+
8+
- Currently a Sales Engineer @ [[https://neo4j.com][Neo4j]], the leading graph database company.
9+
- On and off again software engineer and [[https://github.com/sisu-llc][independent consultant]]
10+
- A devout [[https://github.com/voutilad/dot-emacs][Emacs lover]] having drunk the lisp kool-aide.

content/random/about.org

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)