Skip to content

Latest commit

 

History

History
 
 

blox-plugin-netlify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hugo Plugin for Netlify

A build plugin to integrate your Hugo site seamlessly with Netlify.

The plugin automatically generates a _headers and _redirects file at the root of the public folder to configure HTTP headers and redirects on Netlify.

By default, the plugin will help secure your site with some common security headers. You can easily add or replace headers through the plugin config.

Install

  1. Edit config/_default/config.yaml to install the blox-plugin-netlify module:

    module:
      imports:
        - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
  2. Tell Hugo to generate the Netlify headers and redirects files by adding them to Hugo's outputs config. For example,

    outputs:
      home: [..., headers, redirects]

Configure