my ✨ github repo
0
fork

Configure Feed

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

more stuff

+31 -13
+11 -6
.github/workflows/readme-scribe.yml
··· 3 3 on: 4 4 push: 5 5 schedule: 6 - - cron: "0 */1 * * *" 6 + - cron: "0 0 * * *" 7 7 workflow_dispatch: 8 8 9 9 jobs: ··· 13 13 steps: 14 14 - uses: actions/checkout@master 15 15 16 - - uses: charmbracelet/readme-scribe@master 16 + - uses: "actions-go/go-install@main" 17 + id: install 18 + with: 19 + module: "github.com/taciturnaxolotl/markscribe@HEAD" 20 + 21 + - name: generate readme 17 22 env: 18 23 GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }} 19 - with: 20 - template: "templates/README.md.tpl" 21 - writeTo: "README.md" 24 + WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} 25 + WAKATIME_URL: ${{ secrets.WAKATIME_URL }} 26 + run: ${{ steps.install.outputs.install-path }} -write README.md templates/README.md.tpl 22 27 23 28 - uses: stefanzweifel/git-auto-commit-action@v4 24 29 env: 25 - GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }} 30 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 26 31 with: 27 32 commit_message: Update generated README 28 33 branch: main
+20 -7
templates/README.md.tpl
··· 10 10 11 11 Recently they've been focusing their time (outside of their degree) on [Major League Hacking (aka MLH)](https://mlh.io/) where they currently contract as a Coach, as well as at [Patchwork Labs](https://github.com/patchworklabsorg), a nonprofit they started with the mission to "Provide fiscal sponsorship and administrative support for hackathons and STEM projects, enabling individuals and teams to organize educational events and develop technology-based solutions that benefit the community." 12 12 13 - Previously, Jasper's adventures included working at [MLH](https://mlh.io/) as the Summer '24 engineering intern, a month-long trip to Rwanda, where they filmed a documentary and managed production for his fellow students' films. They also played a key role in the Waitsfield Elementary PTA's Annual Ski & Skate sale, co-coordinated large scale climate conferences called “See Change Sessions” with thousands of attendees, and enjoyed concerts by Sammy Rae & the Friends, AJR, and Lake Street Dive. 13 + Previously, Jasper's adventures included working at [MLH](https://mlh.io/) as the Summer '24 engineering intern, a month-long trip to Rwanda, where they filmed a documentary and managed production for his fellow students' films. They also played a key role in the Waitsfield Elementary PTA's Annual Ski & Skate sale, co-coordinated large scale climate conferences called “See Change Sessions” with thousands of attendees, and enjoyed concerts by AJR, Sammy Rae & the Friends, and Lake Street Dive. 14 14 15 - Check out their website at [jaspermayone.com](https://jaspermayone.com). 15 + You should check out their website at [jaspermayone.com](https://jaspermayone.com). 16 16 17 - #### 👷 What I'm currently working on: 18 - {{range recentContributions 5}} 19 - - [@{{.Repo.Owner}}/{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}} ({{humanize .OccurredAt}}) 17 + --- 18 + 19 + #### 👷 The latest repos I've pushed to 20 + {{range recentContributions 8}} 21 + - [`@{{.Repo.Owner}}/{{.Repo.Name}}`]({{.Repo.URL}}) - _"{{.Repo.Description}}"_ **({{humanize .OccurredAt}})** 20 22 {{- end}} 21 23 22 24 #### 🌱 My latest projects 23 - {{range recentCreatedRepos "jaspermayone" 5}} 24 - - [@{{.Owner}}/{{.Name}}]({{.URL}}) - {{.Description}} 25 + {{range recentCreatedRepos "jaspermayone" 4}} 26 + - [`@{{.Owner}}/{{.Name}}`]({{.URL}}) - _"{{.Description}}"_ 25 27 {{- end}} 26 28 27 29 #### 🍴 My recent forks 28 30 {{range recentForkedRepos "jaspermayone-forks" 5}} 29 31 - [{{.Name}}]({{.URL}}) - {{.Description}} 30 32 {{- end}} 33 + 34 + #### 📡 my _`wakatime`_ stats from the last week 35 + 36 + ```text 37 + {{ wakatimeDoubleCategoryBar "💾 Languages:" wakatimeData.Languages "💼 Projects:" wakatimeData.Projects 5 }} 38 + 39 + Total: {{ wakatimeData.HumanReadableTotal }} 40 + ``` 41 + 31 42 32 43 --- 33 44 ··· 57 68 - [@kcoderhtml/slackbot-ultimate-template](https://github.com/kcoderhtml/slackbot-ultimate-template?tab=readme-ov-file#template-example) 58 69 59 70 <sup><sub>🍴Check out my forks [here!](https://github.com/jaspermayone-forks/why)</sub></sup> 71 + 72 + _readme auto updates on the hour via [**`taciturnaxolotl/markscribe`**](https://github.com/taciturnaxolotl/markscribe)_