From 62fa060fdfb1c76fe10d3c965f14f2ceecb251a8 Mon Sep 17 00:00:00 2001 From: Paul Montag Date: Mon, 7 Oct 2024 06:38:09 -0500 Subject: [PATCH] minor updates --- .gitignore | 1 + config.yml | 3 ++- content/posts/bpftrace_go_time.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c75eecc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/public diff --git a/config.yml b/config.yml index c490669..dd65b04 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,7 @@ baseURL: "https://d1ngd0.github.io/blog/" title: Paul Montag -paginate: 5 +pagination: + pagerSize: 5 theme: PaperMod enableRobotsTXT: true diff --git a/content/posts/bpftrace_go_time.md b/content/posts/bpftrace_go_time.md index ee9ae77..cf113c6 100644 --- a/content/posts/bpftrace_go_time.md +++ b/content/posts/bpftrace_go_time.md @@ -1,6 +1,6 @@ +++ title = 'Grabbing a Go Time with BPFTrace' -date = 2024-10-06T08:45:05-06:00 +date = 2024-10-07T06:22:18-05:00 draft = false +++