https://github.com/pabrod/analytics
https://github.com/pabrod/analytics
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pabrod/analytics
- Owner: PabRod
- License: cc-by-4.0
- Created: 2022-08-04T14:36:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T09:34:14.000Z (over 3 years ago)
- Last Synced: 2025-10-23T15:49:14.387Z (8 months ago)
- Homepage: https://pabrod.github.io/analytics/
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.