Skip to content

chrische/hugo-mod-picocss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hugo-mod-picocss

Thin Hugo Module wrapper around picocss library.

Usage

Edit your config.yaml as following to add the library as a hugo module. Thereafter, picocss' files are available under assets/csslibs/picocss.

module:
  imports:
    - ignoreConfig: false
      disable: false
      ignoreImports: false
      path: github.com/chrische/hugo-mod-picocss

In your layout you may use it as following:

{{ with resources.Get "/csslibs/picocss/pico.min.css" }}
  <link rel="stylesheet" href="{{ .RelPermalink }}">
{{ end }}

Releases

No releases published

Packages