CpanelPlugins is a github-hosted open-source collection of awesome cPanel plugins.
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
NOTE: The plugin information shoud be in the following format:
- title: TODO
description: Sample Code for cPanel Conf 2016
screenshot: ./screenshots/todo.png
repo: squareplanetdesign/cpanel_todo_plugin
preview: https://documentation.cpanel.net/display/DD/Guide+to+cPanel+Plugins
author: cpanelinc
tags: todo, plugin, free
platforms: strapi
- 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!"
---
TODO:
- add sitemap generator