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: 2 months 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 (about 4 years ago)
- Last Synced: 2025-01-12T12:50:12.512Z (4 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"]
+++```