Repository containing the source code for userjs.owowed.moe website, which serves userscripts that are made by me.
The website contents are mainly auto-generated by Github Actions, utilizing the automation of cloning several repositories to the public folder, and deploying it as a website using Github Pages.
Github Pages Deploy action may be run by another action from another repository, including but not limited to userscript-common and owowed-userscripts.
public
- folder containing the source code for the website and userscripts which is published in the gh-pages branch.public/common
- userscripts and various other files from userscript-common.public/scripts
- userscripts and various other files from owowed-userscripts.
This project is licensed under LGPL-3 license, but some project auto-generated by Github Actions may be licensed under different licenses.
This project also used multiple Github Actions made by these amazing people:
- Github Pages Directory Listing (
jayanta525/github-pages-directory-listing
) - used for automatically generating index files for directory listing. - GHaction Github Pages (
crazy-max/ghaction-github-pages
) - used for automatically generatinggh-pages
branch for Github Pages.