hexo-github-plugin

A plugin which pulls repo details from github and places Title Description and Repo link in the project page.

Usage no npm install needed!

<script type="module">
  import hexoGithubPlugin from 'https://cdn.skypack.dev/hexo-github-plugin';
</script>

README

hexo-github-plugin

build npm version

This Project Will pull repo Details from github and append the content in the Project page

To Use this Plugin Add the Config in _config.yml file as below in the example

projects:
 username: <github-username>
 projects_count: 5

example

projects:
 username: shubham399
 projects_count: 5

And create a project/projects page.

and run hexo g to generate the pages.