my ✨ github repo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README template to reduce displayed repos

authored by

Jasper Mayone and committed by
GitHub
baf5eac1 c3627f9f

+9 -13
+9 -13
templates/README.md.tpl
··· 17 17 --- 18 18 19 19 #### 👷 The latest repos I've pushed to 20 - {{range recentContributions 8}} 20 + {{range recentContributions 4}} 21 21 - [`@{{.Repo.Owner}}/{{.Repo.Name}}`]({{.Repo.URL}}) - _"{{.Repo.Description}}"_ **({{humanize .OccurredAt}})** 22 22 {{- end}} 23 23 24 24 #### 🌱 My latest projects 25 - {{range recentCreatedRepos "jaspermayone" 4}} 25 + {{range recentCreatedRepos "jaspermayone" 3}} 26 26 - [`@{{.Owner}}/{{.Name}}`]({{.URL}}) - _"{{.Description}}"_ 27 27 {{- end}} 28 28 29 29 #### 🍴 My recent forks 30 - {{range recentForkedRepos "jaspermayone-forks" 5}} 30 + {{range recentForkedRepos "jaspermayone-forks" 2}} 31 31 - [{{.Name}}]({{.URL}}) - {{.Description}} 32 32 {{- end}} 33 33 ··· 50 50 - [obsidian-ai-tagger](https://github.com/jaspermayone/obsidian-ai-tagger) - Auto tagging obsidian notes w/ AI 51 51 - [metro](https://github.com/jaspermayone/metro) - An interactive map of Boston's transit system. 52 52 53 - #### <img src="https://raw.githubusercontent.com/phishdirectory/brand/main/phishdirectory.jpeg" width="20" height="20" /> phish.directory (making the internet a safer place!) 54 - - [api](https://github.com/phishdirectory/api) - API for phish.directory, a community-driven anti-phishing tool. Helping catch, prevent, and catalog phishing links & attempts. 55 - - [waitlist](https://github.com/phishdirectory/waitlist) - static landing site w/ email signup. designed to be adapted to waitlist different phish.directory projects. 56 - - [veritas](https://github.com/phishdirectory/veritas) - Central authentication microservice for all phish.directory services. 57 - 58 - #### <img src="https://raw.githubusercontent.com/thepurplebubble/brand/main/public/logo.png" width="20" height="20" /> Purple Bubble: 59 - - [Magic Mirror](https://github.com/thepurplebubble/magic-mirror) - Mirroring Slack Channels Between Workspaces 60 - 61 53 #### <img src="https://assets.hackclub.com/icon-progress-rounded.png" width="20" height="20" /> Hack Club Projects: 62 54 - [Pizza Fund](https://github.com/hackclub/pizza-fund) - Orpheus the delivery dino is ready to deliver your $100 pizza grants! 63 55 - [Professor Bloom](https://github.com/hackclub/professor-bloom) - The beloved bot powering welcome-commitee @ Hack Club ··· 67 59 #### Attributions: 68 60 - [@kcoderhtml/slackbot-ultimate-template](https://github.com/kcoderhtml/slackbot-ultimate-template?tab=readme-ov-file#template-example) 69 61 70 - <sup><sub>🍴Check out my forks [here!](https://github.com/jaspermayone-forks/why)</sub></sup> 62 + <sup><sub>_readme auto updates on the hour via [**`taciturnaxolotl/markscribe`**](https://github.com/taciturnaxolotl/markscribe)_ </sub></sup> 71 63 72 - _readme auto updates on the hour via [**`taciturnaxolotl/markscribe`**](https://github.com/taciturnaxolotl/markscribe)_ 64 + <picture> 65 + <source media="(prefers-color-scheme: dark)" srcset="github-snake-dark.svg" /> 66 + <source media="(prefers-color-scheme: light)" srcset="github-snake.svg" /> 67 + <img alt="github-snake" src="github-snake.svg" /> 68 + </picture>