I have hugo installed in my VPS. I use it mainly for my personal blogs. I mainly write posts in english. But sometimes I need to write posts in non-english language (i.e. Bengali) unicode.
But markdown file’s post is not supporting non-enlish unicdoe character. When I write post in Bengali language it’s showing just blank page, no title, no post content, nothing. is there any way to write markdown file (.md) in unicode (non-english)?
My Post format is:
+++
categories = [""]
comments = true
date = “2019-08-16”
draft = false
showpagemeta = true
showcomments = true
tags = [“tag1”, “tag2”, “tag3”]
title = “some title”
+++
any kind of help is appreciated. Thanks.