From 5c40e849557490ff194a912aee6f1415eeafb307 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 27 Aug 2023 19:35:30 +0530 Subject: added syntax highlight to pages that need it --- content/blog/2022/making-your-own-doom-emacs-theme.md | 1 + content/blog/2022/securing-your-mailserver-with-spf-and-dkim.md | 1 + content/blog/2023/distributing-gtk-app-for-windows.md | 1 + 3 files changed, 3 insertions(+) (limited to 'content') diff --git a/content/blog/2022/making-your-own-doom-emacs-theme.md b/content/blog/2022/making-your-own-doom-emacs-theme.md index 31c9990..cd506c1 100644 --- a/content/blog/2022/making-your-own-doom-emacs-theme.md +++ b/content/blog/2022/making-your-own-doom-emacs-theme.md @@ -2,6 +2,7 @@ title: "Customizing a Doom Emacs Theme" description: "How to create your own Doom Emacs theme" date: 2022-12-02T21:33:31+05:30 +highlight: true --- Creating your theme/modifying an existing one, or overriding some faces (globally) in Emacs, especially Doom Emacs is diff --git a/content/blog/2022/securing-your-mailserver-with-spf-and-dkim.md b/content/blog/2022/securing-your-mailserver-with-spf-and-dkim.md index 592c45b..592969f 100644 --- a/content/blog/2022/securing-your-mailserver-with-spf-and-dkim.md +++ b/content/blog/2022/securing-your-mailserver-with-spf-and-dkim.md @@ -1,6 +1,7 @@ --- title: "Authenticating Your Mailserver With SPF and DKIM" date: 2022-09-14T18:52:08+05:30 +highlight: true --- I recently did a video on setting up an email server, with Postfix for SMTP and diff --git a/content/blog/2023/distributing-gtk-app-for-windows.md b/content/blog/2023/distributing-gtk-app-for-windows.md index fb279a9..d6b83de 100644 --- a/content/blog/2023/distributing-gtk-app-for-windows.md +++ b/content/blog/2023/distributing-gtk-app-for-windows.md @@ -1,6 +1,7 @@ --- title: "Distributing a GTK App for Windows" date: 2023-01-02T18:01:23+05:30 +highlight: true --- # Setting up msys2 -- cgit v1.2.3