Atinux / nuxt-typo-readme

Render any GitHub Readme with Nuxt Typography

Home Page:http://nuxt-typo-readme.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support org readme

florian-lefebvre opened this issue · comments

Would be great to be able to just type the org name and get the repo (like https://github.com/op-ent). I guess it could be archived. I guess it would be fetched like so: https://github.com/${org}/.github/blob/main/profile/README.md

This should be possible, the CDN url is https://raw.githubusercontent.com/op-ent/.github/main/profile/README.md

You can open a PR to add the pages/[owner]/index.vue if you want to 😀

Sure I will do