Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yara-rules/blog

Yara-Rules blog page
https://github.com/yara-rules/blog

blog github-pages gohugo website yara-rules

Last synced: about 1 month ago
JSON representation

Yara-Rules blog page

Awesome Lists containing this project

README

        

# Yara-Rules Blog

## Adding new posts

Simply add a new file in `content/post/.md` with the following content as template.

```
+++
title = "Website Redesign"

author = "Yara-Rules"
date = "2017-02-22"

draft = true

categories = ["news"]
tags = ["new", "web", "design"]
+++

```