Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.

    • News

      HUGO News Docs Themes Showcase Community GitHub Search....

    • Docs

      Hugo Documentation. A fast and flexible static site...

    • Themes

      PaperMod Hugo Blox - Tailwind Stack Book Coder Docsy Paper...

    • Showcase

      Hugo Showcase Template. Godot Tutorials. Alora Labs....

    • Community

      Support and discussion about the Hugo static site builder....

    • Quick Start

      Quick start. Learn to create a Hugo site in minutes. In this...

    • Templates

      Hugo uses the rules below to select a template for a given...

    • Hosting and Deployment

      Because Hugo renders static websites, you can host your new...

  2. 3 de abr. de 2024 · Hugo is a static site generator written in Go, optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a complete site in seconds, often less.

  3. gohugo.io › getting-started › quick-startQuick start | Hugo

    • Prerequisites
    • Create A Site
    • Add Content
    • Configure The Site
    • Publish The Site
    • Ask For Help
    • Other Resources

    Before you begin this tutorial you must: 1. Install Hugo(extended edition, v0.112.0 or later) 2. Install Git You must also be comfortable working from the command line.

    Commands

    Verify that you have installed Hugo v0.112.0 or later. Run these commands to create a Hugo site with the Ananketheme. The next section provides an explanation of each command. View your site at the URL displayed in your terminal. Press Ctrl + Cto stop Hugo’s development server.

    Explanation of commands

    Create the directory structure for your project in the quickstartdirectory. Change the current directory to the root of your project. Initialize an empty Git repository in the current directory. Clone the Ananke theme into the themes directory, adding it to your project as a Git submodule. Append a line to the site configuration file, indicating the current theme. Start Hugo’s development server to view the site. Press Ctrl + Cto stop Hugo’s development server.

    Add a new page to your site. Hugo created the file in the content/postsdirectory. Open the file with your editor. Notice the draft value in the front matter is true. By default, Hugo does not publish draft content when you build the site. Learn more about draft, future, and expired content. Add some Markdown to the body of the post, but do not chan...

    With your editor, open the site configuration file (hugo.toml) in the root of your project. Make the following changes: 1. Set the baseURLfor your production site. This value must begin with the protocol and end with a slash, as shown above. 2. Set the languageCodeto your language and region. 3. Set the titlefor your production site. Start Hugo’s d...

    In this step you will publish your site, but you will not deployit. When you publish your site, Hugo creates the entire static site in the publicdirectory in the root of your project. This includes the HTML files, and assets such as images, CSS files, and JavaScript files. When you publish your site, you typically do not want to include draft, futu...

    Hugo’s forum is an active community of users and developers who answer questions, share knowledge, and provide examples. A quick search of over 20,000 topics will often answer your question. Please be sure to read about requesting helpbefore asking your first question.

    For other resources to help you learn Hugo, including books and video tutorials, see the external learning resourcespage.

  4. Hugo is a static site generator written in Go, optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a complete site in seconds, often less.

  5. Hugo is a static site generator written in Go, optimized for speed and designed for flexibility. Read More » Features. Hugo’s rich and powerful feature set provides the framework and tools to create static sites that build in seconds, often less. Read More » Privacy. Configure your site to facilitate compliance with regional privacy regulations.

  6. Hugo Documentation. A fast and flexible static site generator built with love by bep, spf13, and friends in Go. Hugo is optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a complete site in seconds, often less.

  7. Install Hugo on macOS, Linux, Windows, BSD, and on any machine that can run the Go compiler tool chain.