Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yara-rules/blog
- Owner: Yara-Rules
- Created: 2018-08-02T09:06:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T22:49:03.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T05:12:43.701Z (3 months ago)
- Topics: blog, github-pages, gohugo, website, yara-rules
- Language: CSS
- Homepage: https://yara-rules.github.io/blog/
- Size: 3.69 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
+++```