[PR #40] [CLOSED] Add snowflake.js #79

Closed
opened 2026-05-07 00:17:57 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/plugins/pull/40
Author: @notAreYouScared
Created: 12/21/2025
Status: Closed

Base: mainHead: charles/snowflakesjs


📝 Commits (1)

📊 Changes

4 files changed (+180 additions, -0 deletions)

View changed files

snowflakesjs/config/snowflakesjs.php (+10 -0)
snowflakesjs/plugin.json (+19 -0)
snowflakesjs/src/Providers/SnowflakesJsPluginProvider.php (+47 -0)
snowflakesjs/src/SnowflakesJsPlugin.php (+104 -0)

📄 Description

Adds Snowflake js and allows for customization of some settings

image image

Summary by CodeRabbit

  • New Features
    • Added Snowflakes JS plugin with animated snowflake effects on your pages
    • Customize snowflake animation with configurable size, speed, opacity, density, and quality settings
    • Enable or disable the effect with a simple toggle in plugin settings
    • All settings persist automatically

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/plugins/pull/40 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 12/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `charles/snowflakesjs` --- ### 📝 Commits (1) - [`1b07391`](https://github.com/pelican-dev/plugins/commit/1b0739137e9bd1b98100ae508fc8c4fe6ca00fb8) Add snowflakes.js ### 📊 Changes **4 files changed** (+180 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `snowflakesjs/config/snowflakesjs.php` (+10 -0) ➕ `snowflakesjs/plugin.json` (+19 -0) ➕ `snowflakesjs/src/Providers/SnowflakesJsPluginProvider.php` (+47 -0) ➕ `snowflakesjs/src/SnowflakesJsPlugin.php` (+104 -0) </details> ### 📄 Description Adds Snowflake js and allows for customization of some settings <img width="903" height="472" alt="image" src="https://github.com/user-attachments/assets/325ca6bb-5598-4c9c-8f1a-3cdc143ba3ee" /> <img width="2542" height="1307" alt="image" src="https://github.com/user-attachments/assets/c74932b2-2ff8-474e-a3cc-9dcaeea956d5" /> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added Snowflakes JS plugin with animated snowflake effects on your pages * Customize snowflake animation with configurable size, speed, opacity, density, and quality settings * Enable or disable the effect with a simple toggle in plugin settings * All settings persist automatically <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:17:57 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/plugins#79
No description provided.