From e847b05ae3bae9cc4134a7b5f5f66f0771edfa9e Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 14 Sep 2018 10:58:48 +0200 Subject: Update syntax highlighting configuration Now both Markdown and AsciiDoc files will use pygments for their highlighting. --- _posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md') diff --git a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md index 55ae23d..294161c 100644 --- a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md +++ b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md @@ -77,7 +77,7 @@ option is needed again. Bind it to `localhost`, so it can only be used internally. In `/usr/local/etc/dovecont/conf.d/10-master.conf`, enable the `imap` port again: -{% highlight conf %} +``` ... service imap-login { inet_listener imap { @@ -87,7 +87,7 @@ service imap-login { ... } ... -{% endhighlight %} +``` ## Configure nginx To make using the service easier, you can setup [nginx][nginx] to act as a -- cgit v1.1