Hugo Pipes Introduction
      
          Hugo Pipes is Hugo’s asset processing set of functions.
        
        
          Read More »
        
    
  SASS / SCSS
      
          Hugo Pipes allows the processing of SASS and SCSS files.
        
        
          Read More »
        
    
  PostCSS
      
          Hugo Pipes can process CSS files with PostCSS.
        
        
          Read More »
        
    
  Asset minification
      
          Hugo Pipes allows the minification of any CSS, JS, JSON, HTML, SVG or XML resource.
        
        
          Read More »
        
    
  Asset bundling
      
          Hugo Pipes can bundle any number of assets together.
        
        
          Read More »
        
    
  Fingerprinting and SRI
      
          Hugo Pipes allows Fingerprinting and Subresource Integrity.
        
        
          Read More »
        
    
  Creating a resource from template
      
          Hugo Pipes allows the creation of a resource from an asset file using Go Template.
        
        
          Read More »
        
    
  Creating a resource from a string
      
          Hugo Pipes allows the creation of a resource from a string.
        
        
          Read More »