Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. gohugo.io › about › featuresFeatures | Hugo

    17 de may. de 2024 · Features. Hugos rich and powerful feature set provides the framework and tools to create static sites that build in seconds, often less. Framework. Multiplatform. Install Hugos single executable on Linux, macOS, Windows, and more. Multilingual.

  2. gohugo.io › getting-started › configurationConfigure Hugo | Hugo

    Hace 3 días · A simple example: hugo. To use a different configuration file when building your site, use the --config flag: Combine two or more configuration files, with left-to-right precedence: See the specifications for each file format: TOML, YAML, and JSON.

  3. 10 de may. de 2024 · Create templates to render your content, resources, and data. A template is a file in the layouts directory of a project, theme, or module. Templates use variables , functions, and methods to transform your content, resources, and data into a published page. Hugo uses Go’s text/template and html/template packages.

  4. gohugo.io › content-management › formatsContent formats | Hugo

    Hace 4 días · Content formats. Create your content using Markdown, HTML, Emacs Org Mode, AsciiDoc, Pandoc, or reStructuredText.

  5. gohugo.io › content-management › menusMenus | Hugo

    21 de may. de 2024 · CONTENT MANAGEMENT. Menus. Create menus by defining entries, localizing each entry, and rendering the resulting data structure. Overview. To create a menu for your site: Define the menu entries. Localize each entry. Render the menu with a template. Create multiple menus, either flat or nested.

  6. gohugo.io › content-management › multilingualMultilingual mode | Hugo

    9 de may. de 2024 · Multilingual mode. Localize your project for each language and region, including translations, images, dates, currencies, numbers, percentages, and collation sequence. Hugos multilingual framework supports single-host and multihost configurations.

  7. gohugo.io › hugo-modules › use-modulesUse Hugo Modules | Hugo

    8 de may. de 2024 · HUGO MODULES. Use Hugo Modules. How to use Hugo Modules to build and manage your site. Prerequisite. Most of the commands for Hugo Modules require a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ).