display-ad-generator

Deploy and configure the PCP BannerForge canvas ad generator on nginx web servers.

Updated Sep 1, 2021
One-click install
npx skills add https://github.com/unclehowell/unclehowell --skill display-ad-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: display-ad-generator
Source: https://github.com/unclehowell/unclehowell/tree/main/skills/display-ad-generator
Command: npx skills add https://github.com/unclehowell/unclehowell --skill display-ad-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual effort of setting up, configuring, and maintaining the PCP BannerForge canvas ad generator on a web server, handling cloning, file placement, nginx routing, mobile UI fixes, and automatic sample generation.

Core Features & Use Cases

  • Clone the upstream repository and copy static assets to the canvas directory.
  • Configure nginx locations for the canvas page, assets, and vendor files with proper caching.
  • Remove auth‑redirect scripts and apply a mobile sidebar fix for responsive navigation.
  • Add an auto‑generate routine that pre‑selects popular ad sizes and default headlines on page load.
  • Update the deployment seamlessly when the upstream repository changes.

Quick Start

Ask the agent to set up the display ad generator at https://command.financecheque.uk/canvas/ using the provided deployment instructions.

Frequently Asked Questions about display-ad-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a canvas ad generator on a web server using nginx?

You can deploy a canvas ad generator by cloning the upstream repository, copying static assets to the canvas directory, and configuring nginx locations for the page, assets, and vendor files with proper caching.

What is involved in configuring nginx for a static canvas ad generator?

Configuring nginx for a static canvas ad generator involves setting up routing locations for the canvas page, assets, and vendor files, applying proper caching rules, and removing auth-redirect scripts.

Can I apply mobile UI fixes to a canvas ad generator after deployment?

Yes, you can apply mobile UI fixes to a canvas ad generator after deployment by modifying the sidebar for responsive navigation, ensuring the interface adapts correctly to mobile devices.

How do I add an auto-generate routine to a canvas ad generator?

To add an auto-generate routine to a canvas ad generator, you insert scripts that pre-select popular ad sizes and default headlines on page load, automating the sample generation process.

Does the BannerForge canvas ad generator support seamless upstream updates?

Yes, the BannerForge canvas ad generator supports seamless upstream updates, allowing you to pull changes from the upstream repository and update the deployment without manual reconfiguration.

Why do I need to remove auth-redirect scripts from my web ad generator?

You need to remove auth-redirect scripts from your web ad generator to prevent unauthorized access prompts from blocking the canvas page, ensuring static assets load directly without authentication walls.