From d4b7ebd9f6962694743d491357c65610a3b5c107 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 22 Jan 2023 02:29:57 +0700 Subject: [PATCH] chore: switch inter to recursive --- Makefile | 2 +- docs/2022-06-08-backup.html | 5 +++-- docs/2022-06-08-dockerfile-go.html | 5 +++-- docs/2022-07-10-bootstrap-go.html | 5 +++-- docs/2022-07-12-uuid-or-else.html | 5 +++-- docs/2022-07-19-migrate-to-buf.html | 5 +++-- docs/2022-07-31-experiment-go.html | 5 +++-- docs/2022-07-31-sql.html | 5 +++-- docs/2022-08-10-gitignore.html | 5 +++-- docs/2022-10-26-reload-config.html | 5 +++-- docs/2022-12-25-archlinux.html | 5 +++-- docs/2022-12-25-go-buf.html | 5 +++-- docs/2022-12-25-go-test-asap.html | 5 +++-- docs/index.html | 5 +++-- templates/post.html | 5 +++-- 15 files changed, 43 insertions(+), 29 deletions(-) diff --git a/Makefile b/Makefile index 6bb5260..1620b07 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ lint: format: go install github.com/haunt98/gofimports/cmd/gofimports@latest go install mvdan.cc/gofumpt@latest - gofimports -w -company github.com/make-go-great . + gofimports -w --company github.com/make-go-great . gofumpt -w -extra . gen: diff --git a/docs/2022-06-08-backup.html b/docs/2022-06-08-backup.html index a4d10c0..fefec10 100644 --- a/docs/2022-06-08-backup.html +++ b/docs/2022-06-08-backup.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-06-08-dockerfile-go.html b/docs/2022-06-08-dockerfile-go.html index c48a3e6..f91baed 100644 --- a/docs/2022-06-08-dockerfile-go.html +++ b/docs/2022-06-08-dockerfile-go.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-07-10-bootstrap-go.html b/docs/2022-07-10-bootstrap-go.html index 09178b1..e3574bb 100644 --- a/docs/2022-07-10-bootstrap-go.html +++ b/docs/2022-07-10-bootstrap-go.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-07-12-uuid-or-else.html b/docs/2022-07-12-uuid-or-else.html index e1cd062..7666328 100644 --- a/docs/2022-07-12-uuid-or-else.html +++ b/docs/2022-07-12-uuid-or-else.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-07-19-migrate-to-buf.html b/docs/2022-07-19-migrate-to-buf.html index b2b00e9..2a79a4c 100644 --- a/docs/2022-07-19-migrate-to-buf.html +++ b/docs/2022-07-19-migrate-to-buf.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-07-31-experiment-go.html b/docs/2022-07-31-experiment-go.html index b1f1b4b..e188baa 100644 --- a/docs/2022-07-31-experiment-go.html +++ b/docs/2022-07-31-experiment-go.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-07-31-sql.html b/docs/2022-07-31-sql.html index 6a8ff7d..b9e5fff 100644 --- a/docs/2022-07-31-sql.html +++ b/docs/2022-07-31-sql.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-08-10-gitignore.html b/docs/2022-08-10-gitignore.html index ec2759d..90c5212 100644 --- a/docs/2022-08-10-gitignore.html +++ b/docs/2022-08-10-gitignore.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-10-26-reload-config.html b/docs/2022-10-26-reload-config.html index dedcec6..1a9ffbd 100644 --- a/docs/2022-10-26-reload-config.html +++ b/docs/2022-10-26-reload-config.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-12-25-archlinux.html b/docs/2022-12-25-archlinux.html index 957d268..542961b 100644 --- a/docs/2022-12-25-archlinux.html +++ b/docs/2022-12-25-archlinux.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-12-25-go-buf.html b/docs/2022-12-25-go-buf.html index 1363f0f..7ad2f57 100644 --- a/docs/2022-12-25-go-buf.html +++ b/docs/2022-12-25-go-buf.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/2022-12-25-go-test-asap.html b/docs/2022-12-25-go-test-asap.html index 59b3554..2547e0c 100644 --- a/docs/2022-12-25-go-test-asap.html +++ b/docs/2022-12-25-go-test-asap.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/docs/index.html b/docs/index.html index 965d3e0..014798c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code, diff --git a/templates/post.html b/templates/post.html index 5c17866..e8d0ddd 100644 --- a/templates/post.html +++ b/templates/post.html @@ -10,7 +10,7 @@ @@ -31,7 +31,8 @@ } .markdown-body { - font-family: "Inter", sans-serif; + /* font-family: "Inter", sans-serif; */ + font-family: "Recursive", sans-serif; } .markdown-body code,