about summary refs log tree commit diff
path: root/content/notes
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-04 11:36:33 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-04 11:36:33 -0700
commitfccd15aec3507fd3f0cb4a2c18a0ec1af1d69c1f (patch)
treef506115024e7e6247279409fa053e59927ec398c /content/notes
parentdont format html files with prettier (diff)
downloadfcuny.net-fccd15aec3507fd3f0cb4a2c18a0ec1af1d69c1f.tar.gz
migrate to zola
Diffstat (limited to 'content/notes')
-rw-r--r--content/notes/_index.md7
-rw-r--r--content/notes/working-with-go.md2
2 files changed, 8 insertions, 1 deletions
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 .