diff --git a/blog/config.toml b/blog/config.toml index 5efdd6f..38f5cc6 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -2,3 +2,10 @@ baseURL = 'http://example.org/' languageCode = 'en-us' title = "Jack Jackson's Blog" theme = "ananke" + +SectionPagesMenu = "main" + +[params] + twitter = "https://twitter.com/jacksquaredson" + github = "https://github.com/scubbo" + linkedin = "https://www.linkedin.com/in/jack-jackson-14a47441/" \ No newline at end of file diff --git a/blog/content/about/_index.md b/blog/content/about/_index.md new file mode 100644 index 0000000..01fb8ee --- /dev/null +++ b/blog/content/about/_index.md @@ -0,0 +1,15 @@ +--- +title: "About" +--- + +About the blog +-------------- + +This is a personal blog centered around technology. + +Opinions expressed are solely my own and do not express the views or opinions of my employer. + +About me +-------- + +I'm an engineer at Amazon Music, and I spend a fair chunk of my free time tinkering with technology too. I'm particularly interested in resiliency, continuous verification, and self-hosting. \ No newline at end of file