Home
Examples/
Functions/

Directories

  • .. (up)
Hugo Functions (still ToDo)
https://gohugo.io/functions
https://golang.org/pkg/text/template/#hdr-Functions
https://gohugo.io/functions/math

Examples

  • Math
  • _AddDate
  • _Format
  • _Get
  • _GetPage
  • _Param
  • _Scratch
  • _Unix
  • absLangURL
  • absURL
  • add
  • after
  • apply
  • base64
  • chomp
  • cond
  • countrunes
  • countwords
  • dateFormat
  • default
  • delimit
  • dict
  • echoParam
  • emojify
  • eq
  • errorf
  • fileExists
  • findRE
  • first
  • float
  • ge
  • getenv
  • gt
  • hasPrefix
  • highlight
  • htmlEscape
  • htmlUnescape
  • humanize
  • i18n
  • imageConfig
  • in
  • index_
  • int
  • intersect
  • isset
  • jsonify
  • lang.NumFmt
  • last
  • le
  • lower
  • lt
  • markdownify
  • md5
  • ne
  • now
  • partialCached
  • plainify
  • pluralize
  • print
  • printf
  • println
  • querify
  • range
  • readDir
  • readFile
  • ref
  • relLangURL
  • relURL
  • relref
  • render
  • replace
  • replaceRE
  • safeCSS
  • safeHTML
  • safeHTMLAttr
  • safeJS
  • safeURL
  • seq
  • sha
  • shuffle
  • singularize
  • slice
  • slicestr
  • sort
  • split
  • string
  • strings.TrimLeft
  • strings.TrimPrefix
  • strings.TrimRight
  • strings.TrimSuffix
  • substr
  • time
  • title
  • trim
  • truncate
  • union
  • uniq
  • upper
  • urlize
  • urls.Parse
  • where
  • with