Closed nakednous closed 6 years ago
The script's link is missing.
And you can implement a migrator for generating site from source other than files in source/
.
https://github.com/hexojs?utf8=%E2%9C%93&query=migrator
We would be glad to add your migrator to our plugins page once it's finished. BTW, I also have gathered two repo listing layouts:
They are both using GitHub API to query a hardcoded user.
Thanks for getting back to me. I updated the script's link. I'll check the migrator once I come back home (in a few days).
BTW, migrators takes 3rd source and output files in _posts
, not sure if it fits your scenario
Hexo also supports custom script (source) and data files. You have to modify your theme to use data files.
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, (sorry to ask this here)
I'm trying to migrate my octopress-besed blog to hexo and was wondering how to generate an automated index to my GitHub repositories as it's done here (where I simply hacked another jekyll-based blog without getting to know all of the details), provided that I have the js script.
Should I write a hexo plugin for that? Any advice is more than welcome!