Socket
Socket
Sign inDemoInstall

netlify-plugin-hugo-cache-resources

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    netlify-plugin-hugo-cache-resources

Persist the Hugo resources folder between Netlify builds for huge build speed improvements!


Version published
Weekly downloads
1.1K
increased by21.28%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Netlify Build Plugin: Persist the Hugo resources Between Builds

Persist the Hugo resources folder between Netlify builds for huge build speed improvements! ⚡️

Usage

To install, add the following lines to your netlify.toml file:

[build]
  publish = "public"

[[plugins]]
  package = "netlify-plugin-hugo-cache-resources"

Note: The [[plugins]] line is required for each plugin, even if you have other plugins in your netlify.toml file already.

This plugin caches the resources folder after build. If you are processing many images, this would improve build duration significantly.

Keywords

FAQs

Last updated on 01 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc