<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo on Commentary of Takao</title><link>https://takao.blog/es/categories/hugo/</link><description>Recent content in Hugo on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>es</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/es/categories/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>Instalación y configuración de Hugo</title><link>https://takao.blog/es/web/hugo-setup/</link><pubDate>Wed, 23 Aug 2023 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/hugo-setup/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/hugo-setup-es.png" alt="Featured image of post Instalación y configuración de Hugo" /&gt;&lt;p&gt;Hugo es el generador de sitios estáticos más rápido. Escrito en Go, genera sitios completos en milisegundos.&lt;/p&gt;
&lt;h2 id="instalación"&gt;Instalación
&lt;/h2&gt;&lt;p&gt;Windows: &lt;code&gt;choco install hugo-extended&lt;/code&gt; o descargar binario. macOS: &lt;code&gt;brew install hugo&lt;/code&gt;. Linux: &lt;code&gt;snap install hugo&lt;/code&gt;. Verifica con &lt;code&gt;hugo version&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="crear-un-sitio-nuevo"&gt;Crear un sitio nuevo
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;hugo new site mysite&lt;/code&gt; crea la estructura. Añade un tema: &lt;code&gt;git submodule add &amp;lt;tema-url&amp;gt; themes/mi-tema&lt;/code&gt;. Configura en &lt;code&gt;hugo.toml&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="modo-desarrollo"&gt;Modo desarrollo
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;hugo server -D&lt;/code&gt; inicia el servidor con livereload. &lt;code&gt;-D&lt;/code&gt; incluye drafts. &lt;code&gt;--navigateToChanged&lt;/code&gt; navega automáticamente al archivo editado.&lt;/p&gt;</description></item></channel></rss>