Skip to content

Commit 82c2eb8

Browse files
committed
Add initial theming, about page, and first week of weeknotes
1 parent d062788 commit 82c2eb8

7 files changed

+40
-49
lines changed

_config.yml

+20-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For technical reasons, this file is *NOT* reloaded automatically when you use
99
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
1010
#
11-
# If you need help with YAML syntax, here are some quick references for you:
11+
# If you need help with YAML syntax, here are some quick references for you:
1212
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
1313
# https://learnxinyminutes.com/docs/yaml/
1414
#
@@ -30,10 +30,28 @@ twitter_username: jekyllrb
3030
github_username: jekyll
3131

3232
# Build settings
33-
theme: minima
33+
remote_theme: samarsault/plainwhite-jekyll
3434
plugins:
3535
- jekyll-feed
3636

37+
show_excerpts: true
38+
# Customizations specifically for the plainwhite theme
39+
plainwhite:
40+
name: Kate Studwell
41+
tagline: Software Engineer
42+
date_format: "%b %-d, %Y"
43+
44+
social_links:
45+
twitter: katestud
46+
github: katestud
47+
linkedIn: in/katestudwell # format: locale/username
48+
49+
portfolio_image: "assets/portfolio.png"
50+
51+
navigation:
52+
- title: About
53+
url: "/about"
54+
3755
# Exclude from processing.
3856
# The following items will not be processed, by default.
3957
# Any item listed under the `exclude:` key here will be automatically added to

_posts/2021-05-14-weeknotes.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: "week 1"
4+
date: 2021-05-14 15:34:03 -0400
5+
categories: weeknotes
6+
---
7+
8+
* My colleage and friend, [Lere](https://lrbr.dev/), inspired me to start writing weeknotes. I want to spend more time reflecting on what I've learned and help shift my mindset to focus on the bigger picture.
9+
* I'm giving a presentation on "highly impactful code review" on Monday and have been spending the week preparing. A trusted mentor helped me better articulate the "why" and vision of the presentation. Learning: I'm great at communicating the tactical "how" behind a process, but the strategic "why" needs some... work. Rubber ducking isn't good just for coding, but for presentations, too!
10+
* I enjoyed reading about two very different approaches to scaling video transcoding last week. Netflix's ["more synchronous workflows"](https://netflixtechblog.com/the-netflix-cosmos-platform-35c14d9351ad) approach is much different take from YouTube's ["build a custom chip"](https://blog.youtube/inside-youtube/new-era-video-infrastructure). So cool to see similar(-ish) problems being solved in such different ways.
11+

_posts/2021-05-14-welcome-to-jekyll.markdown

-29
This file was deleted.

about.markdown

-18
This file was deleted.

about.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: page
3+
title: About
4+
permalink: /about/
5+
---
6+
7+
Hi! I'm Kate Studwell. I'm currently an engineer at [GitHub](https://github.com/katestud).
8+
9+
Right now, I'm serving as a technical advisor, which means I get to work across the engineering org and help teams reduce friction and ship great products.

assets/portfolio.png

155 KB
Loading

index.markdown index.md

File renamed without changes.

0 commit comments

Comments
 (0)