CpanelPlugins - A github-hosted open-source collection of free cPanel plugins
cpanelplugins.com
CpanelPlugins is a github-hosted open-source collection of free cPanel plugins.
How to add a plugin
To get your plugin listed, your plugin must be publicly available on Github.
To add your plugin:
- Fork this repo cpanelplugins/cpanelplugins.com
- Add your plugin information to the plugins/plugins.yaml file
- Make a pull request with the following title: ADD PLUGIN
How to add a blog post
- Fork this repo cpanelplugins/cpanelplugins.com
- Create a directory with the date and title of the post (e.g. 2022-06-26-cpanelplugins.com-is-live)
- Create index.md file inside it with the actual blog post
- Add your information inside contributors/contributors.yaml file and profile picture to contributors/images
- Make a pull request with the following title: ADD POST
NOTE: The blog post (index.md) file must contain the following information at the top:
---
title | slug | author | date | excerpt
---
for example:
---
title: CpanelPlugins.com Is live ???
slug: cpanel-plugins-is-live
author: [stefanpejcic]
date: 2021-06-26
excerpt: "CpanelPlugins.com website is published!"
---
This is a fork of the gridsome.org website from 2022.