sitesauce / craftcms
Connect your CraftCMS site with Sitesauce to keep your static site updated.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.1.19
This package is auto-updated.
Last update: 2024-11-08 07:46:23 UTC
README
This plugin allows you to integrate your CraftCMS site with Sitesauce by pinging the Sitesauce build hook every time your content is updated. To use this plugin, you’ll first need a Sitesauce account.
Requirements
This plugin requires Craft CMS 3.1.19 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Sitesauce”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require sitesauce/craftcms # tell Craft to install the plugin ./craft install/plugin sitesauce
Setting your Build Hook
To set your Sitesauce build hook, you must go to Settings → Sitesauce in your project’s Control Panel.