Source: hugo Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok , Dr. Tobias Quathamer Section: web Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: asciidoctor, bash-completion, debhelper-compat (= 13), dh-golang (>= 1.41~), golang-any (>= 2:1.12~), golang-github-alecthomas-chroma-dev (>= 0.8.2), golang-github-armon-go-radix-dev (>= 1.0.0), golang-github-aws-aws-sdk-go-dev (>= 1.35.0), golang-github-bep-debounce-dev (>= 1.2.0+really1.2.0), golang-github-bep-gitmap-dev (>= 1.1.2), golang-github-bep-godartsass-dev (>= 0.11.0), golang-github-bep-golibsass-dev (>= 0.7.0), golang-github-bep-tmc-dev (>= 0.5.1), golang-github-burntsushi-locker-dev (>= 0.0~git20171006.a6e239e), golang-github-burntsushi-toml-dev (>= 0.3.1), golang-github-cli-safeexec-dev (>= 1.0.0), golang-github-disintegration-gift-dev (>= 1.2.1), golang-github-dustin-go-humanize-dev (>= 1.0.0), golang-github-evanw-esbuild-dev (>= 0.8.39), golang-github-fortytw2-leaktest-dev (>= 1.3.0), golang-github-frankban-quicktest-dev (>= 1.11.2), golang-github-fsnotify-fsnotify-dev (>= 1.4.9), golang-github-getkin-kin-openapi-dev (>= 0.32.0), golang-github-ghodss-yaml-dev (>= 1.0.0), golang-github-gobwas-glob-dev (>= 0.2.3), golang-github-google-go-cmp-dev (>= 0.5.3), golang-github-gorilla-websocket-dev (>= 1.4.2), golang-github-jdkato-prose-dev (>= 1.2.0), golang-github-kylelemons-godebug-dev (>= 1.1.0), golang-github-kyokomi-emoji-dev (>= 2.2.7), golang-github-markbates-inflect-dev (>= 1.0.4), golang-github-mattn-go-isatty-dev (>= 0.0.12), golang-github-miekg-mmark-dev (>= 1.3.6), golang-github-mitchellh-hashstructure-dev (>= 1.0.0), golang-github-mitchellh-mapstructure-dev (>= 1.3.3), golang-github-muesli-smartcrop-dev (>= 0.3.0), golang-github-nicksnyder-go-i18n.v2-dev (>= 2.1.1), golang-github-niklasfasching-go-org-dev (>= 1.3.2), golang-github-olekukonko-tablewriter-dev (>= 0.0.4), golang-github-pelletier-go-toml-dev (>= 1.8.1), golang-github-pkg-errors-dev (>= 0.9.1), golang-github-puerkitobio-purell-dev (>= 1.1.1), golang-github-rogpeppe-go-internal-dev (>= 1.6.2), golang-github-russross-blackfriday-dev (>= 1.5.2+20200218.41c5fcc), golang-github-rwcarlsen-goexif-dev (>= 0.0~git20190401.9e8deec), golang-github-sanity-io-litter-dev (>= 1.3.0), golang-github-spf13-afero-dev (>= 1.5.1), golang-github-spf13-cast-dev (>= 1.3.1), golang-github-spf13-cobra-dev (>= 1.1.1), golang-github-spf13-fsync-dev (>= 0.9.0), golang-github-spf13-jwalterweatherman-dev (>= 1.1.0+really1.1.0), golang-github-spf13-pflag-dev (>= 1.0.5), golang-github-spf13-viper-dev (>= 1.7.1), golang-github-tdewolff-minify-dev (>= 2.6.2), golang-github-yuin-goldmark-dev (>= 1.2.1), golang-github-yuin-goldmark-highlighting-dev (>= 0.0~git20200218.d1af22c), golang-gocloud-dev (>= 0.20.0-3~), golang-golang-x-image-dev (>= 0.0~git20190523.f03afa9), golang-golang-x-net-dev (>= 1:0.0+git20200202.1617124), golang-golang-x-sync-dev (>= 0.0~20190423.1122301), golang-golang-x-text-dev (>= 0.3.4), golang-google-api-dev (>= 0.13.0), golang-gopkg-yaml.v2-dev (>= 2.4.0), libsass-dev (>= 3.6.3) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/hugo Vcs-Git: https://salsa.debian.org/go-team/packages/hugo.git Homepage: https://gohugo.io/ Rules-Requires-Root: no XS-Go-Import-Path: github.com/gohugoio/hugo Package: hugo Architecture: any Depends: libsass1 (>= 3.6.3), ${misc:Depends}, ${shlibs:Depends} Recommends: git Built-Using: ${misc:Built-Using} Description: Fast and flexible Static Site Generator written in Go Hugo is a static site generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates, and renders them into a full HTML website. . Hugo relies on Markdown files with front matter for meta data. And you can run Hugo from any directory. This works well for shared hosts and other systems where you don’t have a privileged account. . Hugo renders a typical website of moderate size in a fraction of a second. A good rule of thumb is that each piece of content renders in around 1 millisecond. . Hugo is meant to work well for any kind of website including blogs, tumblelogs and docs. . Complete documentation is available at https://gohugo.io/