linmasaki / NLog.github.io

The official website: nlog-project.org

Home Page:https://nlog-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the official NLog GitHub page, nlog-project.org.

Config targets, layouts and layout renderers:

The config of the targets, layouts and layout renderers:

Add a news post

How to add a new news post.

  1. 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! Don't forget the .md extension!
  2. 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
---
  1. Write some GitHub Flavored Markdown and save the file.

Notes

  • The markdown parser is different compared to Github itself. So that means: different syntax sometimes:
  • Code fences (triple tick)isn't working. See NLog 4.0 release post I prefer markdown when it's possible (the hyperlink).
  • Lists should be prepended with a whiteline.
  • You can preview you changes to rename your fork to <your-name>.github.io and browse to it!
  • Changes are visible in about a minute.

Update version

Update version variable in _config.yml

About

The official website: nlog-project.org

https://nlog-project.org


Languages

Language:HTML 56.2%Language:JavaScript 21.4%Language:CSS 16.6%Language:Ruby 5.8%