This is the official NLog GitHub page, nlog-project.org.
How to add a new news post.
- Create and new MarkDown file (.md) in the
_posts
folder, starting with the date (yyyy-MM-dd). Don't use spaces or extra dots in the filename! - Start the post with the Jekyll front matter,
layout: post
is required.- Choose a good title after
title:
- Example
---
layout: post
title: NLog 3.2.0 has been released
---
- Write some GitHub Flavored Markdown and save the file.
Update version
variable in _config.yml