diff --git a/content/contact.md b/content/contact.md index e1bd93a..246c3a2 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,5 +1,6 @@ --- title: "Contact" +description: "Motiejus Jakštys contact details" --- - **Email**: [motiejus@jakstys.lt](mailto:motiejus@jakstys.lt) diff --git a/content/log/2022/big-tech-hiring.md b/content/log/2022/big-tech-hiring.md index 1125aa6..30a8391 100644 --- a/content/log/2022/big-tech-hiring.md +++ b/content/log/2022/big-tech-hiring.md @@ -2,6 +2,7 @@ title: "In Defense Of Big Tech Hiring" date: 2022-06-23T13:45:00+03:00 slug: big-tech-hiring +description: "BigTech hiring is pretty much the same across BigTech. I think it's more good than bad. This post explains why." --- There is quite a lot of negative sentiment about broken BigTech hiring diff --git a/content/log/2022/first-post-here.md b/content/log/2022/first-post-here.md index 9a495ef..ccd7050 100644 --- a/content/log/2022/first-post-here.md +++ b/content/log/2022/first-post-here.md @@ -1,6 +1,7 @@ --- title: "First Post Here" date: 2022-04-11T18:16:36+03:00 +description: "The first post in this blog. Yes, it is a test." --- This is the first post of the third iteration of jakstys.lt. The me-human is diff --git a/content/log/2022/how-uber-uses-zig.md b/content/log/2022/how-uber-uses-zig.md index 1a240a6..45f299f 100644 --- a/content/log/2022/how-uber-uses-zig.md +++ b/content/log/2022/how-uber-uses-zig.md @@ -2,6 +2,7 @@ title: "How Uber Uses Zig" date: 2022-05-23T16:06:05+03:00 slug: how-uber-uses-zig +description: "I talked at the first Zig meetup in Milan about Uber's early experience with Zig: a little about how Uber uses Zig and more about my experience of bringing Zig to Uber, from both technical and social aspects." --- Disclaimer: I work at Uber and am partially responsible for bringing `zig cc` diff --git a/content/log/2022/my-favorite-podcast.md b/content/log/2022/my-favorite-podcast.md index 4f88995..b3e2c1b 100644 --- a/content/log/2022/my-favorite-podcast.md +++ b/content/log/2022/my-favorite-podcast.md @@ -2,6 +2,7 @@ title: "My Favorite Podcast" date: 2022-11-30T23:40:27+02:00 slug: my-favorite-podcast +description: "A short plug about my favorite podcast." --- The only podcast I was able to listen for more than 3 series was [BBC][bbc]: diff --git a/content/log/2022/side-project-retrospective.md b/content/log/2022/side-project-retrospective.md index 62bff61..63fd7b1 100644 --- a/content/log/2022/side-project-retrospective.md +++ b/content/log/2022/side-project-retrospective.md @@ -1,6 +1,7 @@ --- title: "Side project retrospective" date: 2022-08-21T06:15:56+03:00 +description: "I worked on a side project from 2022 Jan until 2022 August. This is a short retrospective." --- I spent 7 months building a project (hosted [here][turbonss]). Goal: make a diff --git a/content/log/2022/smart-bundling.md b/content/log/2022/smart-bundling.md index 966fe0f..927451d 100644 --- a/content/log/2022/smart-bundling.md +++ b/content/log/2022/smart-bundling.md @@ -2,6 +2,7 @@ title: "Smart Bundling" date: 2022-05-12T05:55:00+03:00 slug: smart-bundling +description: "I think bundling software is undeservedly frowned upon. There are ways to reasonably bundle software. This post explores how." --- TLDR diff --git a/content/log/2022/uber-mock-interview-retrospective.md b/content/log/2022/uber-mock-interview-retrospective.md index d87dd39..b50b21d 100644 --- a/content/log/2022/uber-mock-interview-retrospective.md +++ b/content/log/2022/uber-mock-interview-retrospective.md @@ -2,6 +2,7 @@ title: "Uber Mock Interview Retrospective" date: 2022-07-01T12:55:00+03:00 slug: uber-mock-interview-retrospective +description: "I did a mock interview while at Uber. I did terribly. Here is a retrospective." --- Like mentioned in [the previous post]({{< ref "log/2022/big-tech-hiring" >}}), diff --git a/content/log/2023/7-years-at-uber.md b/content/log/2023/7-years-at-uber.md index 2407fd4..3f6cd8b 100644 --- a/content/log/2023/7-years-at-uber.md +++ b/content/log/2023/7-years-at-uber.md @@ -2,6 +2,7 @@ title: "7 Years at Uber" date: 2023-02-10T01:54:23+02:00 slug: 7-years-at-uber +description: "My last day at Uber will be (was, depending on when you read this) on 2023-06-30. This is a retrospective of the last 7+ years working at Uber's infrastructure." --- This month turned 7 years since I joined Uber. Since it will be the last (a bit diff --git a/content/resume.md b/content/resume.md index 0091f79..36f6886 100644 --- a/content/resume.md +++ b/content/resume.md @@ -1,5 +1,6 @@ --- title: "Resume" +description: "Motiejus Jakštys resume" --- In reverse-chronological order. diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html index f5f608e..a6e178c 100644 --- a/themes/default/layouts/_default/baseof.html +++ b/themes/default/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "html-meta.html" . -}} @@ -13,6 +13,9 @@ {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{ end -}} +