From fccd15aec3507fd3f0cb4a2c18a0ec1af1d69c1f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 4 Jul 2024 11:36:33 -0700 Subject: migrate to zola --- content/notes/_index.md | 7 +++++++ content/notes/working-with-go.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 content/notes/_index.md (limited to 'content/notes') diff --git a/content/notes/_index.md b/content/notes/_index.md new file mode 100644 index 0000000..e3b7cd2 --- /dev/null +++ b/content/notes/_index.md @@ -0,0 +1,7 @@ +--- +title: Note +sort_by: date +render: true +generate_feeds: true +template: blog.html +--- diff --git a/content/notes/working-with-go.md b/content/notes/working-with-go.md index fbfba88..29f1737 100644 --- a/content/notes/working-with-go.md +++ b/content/notes/working-with-go.md @@ -180,7 +180,7 @@ starting point. The configuration is straightforward, this is what I use: -```elisp +```lisp ;; for go's LSP I want to use staticcheck and placeholders for completion (customize-set-variable 'eglot-workspace-configuration '((:gopls . -- cgit 1.4.1