Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. gohugo.io › methods › pageStore | Hugo

    14 de may. de 2024 · The Store method is often used to set scratch pad values within a shortcode, a partial template called by a shortcode, or by a Markdown render hook. In all three cases, the scratch pad values are not determinate until Hugo renders the page content. If you need to access a scratch pad value from a parent template, and the parent template has not ...

  2. themes.gohugo.io › themes › hugo-theme-relearnRelearn | Hugo Themes

    7 de may. de 2024 · Hugo Relearn Theme A theme for Hugo designed for documentation. ★ What’s new in the latest release ★ Motivation The Relearn theme is a fork of the great Learn theme with the aim of fixing long outstanding bugs and adapting to latest Hugo features. As far as possible this theme tries to be a drop-in replacement for the Learn theme. Features Wide set of usage scenarios Responsive design ...

  3. gohugo.io › contribute › developmentDevelopment | Hugo

    14 de may. de 2024 · hugo images inflect js lang math openapi3 os partials path reflect resources safe strings templates time transform urls Methods. In this section Duration Menu Menu entry Page Pages Resource Shortcode Site Taxonomy Time Render hooks. In this section Introduction Code blocks Headings Images Links Hugo Modules. In this section Configure Hugo modules

  4. gohugo.io › hosting-and-deployment › hosting-on-netlifyHost on Netlify | Hugo

    14 de may. de 2024 · Create a new file named netlify.toml in the root of your project directory. In its simplest form, the configuration file might look like this: netlify.toml. [build.environment] HUGO_VERSION = "0.126.0" TZ = "America/Los_Angeles" [build] publish = "public" command = "hugo --gc --minify". If your site requires Dart Sass to transpile Sass to CSS ...

  5. 10 de may. de 2024 · Introduction to templating. 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.

  6. 20 de may. de 2024 · Security policy. Hugo has a built-in security policy that restricts access to os/exec, remote communication and similar. The default configuration is listed below. Any build using features not in the allow list of the security policy will fail with a detailed message about what needs to be done. Most of these settings are allow lists (string or ...

  7. 7 de may. de 2024 · Hugo HTML5 UP Arcana This is a Hugo port of the Arcana template from HTML5 UP. Check out the live demo. Configuration See the exampleSite folder. The elements on the homepage are defined in data/homepage.yml, where you can choose which appear and configure them. In case of multilingual websites, you can define your homepage within the language directory of the specific language, e.g. data/en ...