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

https://github.com/pabrod/analytics


https://github.com/pabrod/analytics

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Analytics billboard

## How to use

1. Create a new post in `_posts`.
2. The filename should follow the `YYYY-MM-DD-.md` structure.
3. The file should start by:

```yaml
---
title:
date:
author:
tags: <(Optional) a tag or list of tags>
---

```

For an example, see [here](_posts/2020-10-12-example.md).

After finishing, commit and push as usual.
The website is rendered automatically via GitHub actions.