Files
vim-ale/hugo/package.yash
T

24 lines
488 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# title: Hugo
# homepage: https://github.com/gohugoio/hugo
# tagline: |
# Hugo: The worlds fastest framework for building websites.
# description: |
# Hugo is one of the most popular open-source static site generators. It makes building websites fun again.
# examples: |
# ```bash
# # create a new site
# hugo new site ./blog.example.com
# ```
#
# ```bash
# # compile a site
# hugo
# ```
#
# ```bash
# # serve a site in dev mode
# hugo server -D
# ```
END