Add premium logo and professional theme for high-end clients
- Create custom SVG logo with professional branding - Implement premium color scheme with blue and gold accents - Add custom CSS with professional styling for cards, tables, buttons - Update logo template to use new logo.svg file - Create custom favicon for complete branding - Redesign homepage with premium content sections - Update resources page with membership tiers and premium pricing - Enhance contact page with testimonials and detailed information - Target audience: high-paying clients ($100+/hour) - Professional yet approachable design language 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
36
config/www/user/plugins/error/blueprints.yaml
Normal file
36
config/www/user/plugins/error/blueprints.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
name: Error
|
||||
version: 1.8.1
|
||||
description: Displays the error page.
|
||||
type: plugin
|
||||
slug: error
|
||||
icon: warning
|
||||
author:
|
||||
name: Team Grav
|
||||
email: devs@getgrav.org
|
||||
url: http://getgrav.org
|
||||
homepage: https://github.com/getgrav/grav-plugin-error
|
||||
keywords: error, plugin, required
|
||||
bugs: https://github.com/getgrav/grav-plugin-error/issues
|
||||
license: MIT
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.7.0' }
|
||||
|
||||
form:
|
||||
validation: strict
|
||||
fields:
|
||||
enabled:
|
||||
type: toggle
|
||||
label: PLUGIN_ADMIN.PLUGIN_STATUS
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
routes.404:
|
||||
type: text
|
||||
size: medium
|
||||
label: PLUGIN_ERROR.ROUTE_404
|
||||
default: '/error'
|
||||
Reference in New Issue
Block a user