Need Theme Tweaks?

If you need to customize theme, add extra pages, or complete website development from scratch, you can hire us.

Check Our Services

Create New Post

Educenter is a multilingual template. So when you want to create a new post, you need to define the language. For example, creating a new post in the English language, the command is hugo new english/blog/new-post.md and for French it’s hugo new french/blog/new-post.md.

Configure Post

You can configure your blog post from the front-matter. Front-matter starts with --- and end with also --- . In this front matter you can give author = author name, description = meta description, image = images/blog/post-thumb.jpg, categories and tags.

When you created a new post, the draft default value is true, which means it’s not published yet. Make it false to publish the post, ex: draft = false. After closing the front matter, give your post content.

Remember that every file that has a .md extension supports markdown.

Example Front-Matter

---
title: "Elegant Light Box Paper Cut Dioramas"
date: 2019-07-06T15:27:17+06:00
draft: false
bg_image: "images/backgrounds/page-title.jpg"
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
image: "images/blog/post-2.jpg"
author: "John Doe"
categories: ["Education System"]
tags: ["Education", "Automation"]
type: "post"
---
Improve this page on Github  — Last updated:  Wed, Sep 22, 2021