Skip to content

latex4ei/badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Badges for LaTeX4Ei

This repository contains a GitHub Actions workflow that periodically updates last commit badges for the LaTeX4Ei organization. These badges help you see at a glance when each repo was last updated. They’re generated by Shields.io and pushed to GitHub Pages for convenient embedding in docs or websites.

How It Works

  1. Scheduled Workflow
    The workflow runs on a schedule (e.g., weekly) to fetch the latest commit info for each repository under the LaTeX4Ei organization.

  2. Badge Generation
    Using Shields.io, the workflow creates custom badges reflecting how long it’s been since the last commit. For example, older repos might get a red badge, while recently updated repos get a green badge.

  3. Publishing
    The generated badges are pushed to a branch configured for GitHub Pages. They’re then publicly accessible under a URL like:

    https://latex4ei.github.io/badges/last-commit/<REPO-NAME>.svg
    

Usage

Embed it using Markdown:

![Last Commit](https://latex4ei.github.io/badges/last-commit/<REPO-NAME>.svg)

For example:

Last Commit

Website Integration

These badges are also displayed on the LaTeX4Ei website.

About

Custom last-commit badges for LaTeX4EI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published