Skip to content
forked from jugbd/jugbd.org

Official website of Java User Group Bangladesh

Notifications You must be signed in to change notification settings

ayonkhan/jugbd.org

 
 

Repository files navigation

How to create a post?

We use Jekyll to publish content to the site.

You’ll find a folder called _posts. To create a new post you’ll need to create a new markdown file with a file name in this format:

YYYY-MM-DD-title.md

The format is the four-digit year, followed by a hyphen then a two-digit month, followed by another hyphen and two-digit day, followed by a hyphenated title, and ending with the markdown file extension.

Now that you’ve got your new post file, you’ll have to add in a few more things before you’re ready to write your post. Up at the top of your new post file, you’ll have to add in some keys and values.

Examples -

---
title: A great place to learn and grow
author: Bazlur Rahman
date: 2013-09-12 04:00:00 +0000
categories:
- Article
- News
tags:
- Java
- JUGBD
- JUG
- Bangladesh
- Dhaka
---

and then add your content here. 

Once your post is done, create a pull request. That's all.

Thanks.

Reference: https://michaelsoolee.com/jekyll-post-page/

About

Official website of Java User Group Bangladesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 40.6%
  • HTML 33.0%
  • JavaScript 15.2%
  • Shell 11.0%
  • Ruby 0.2%