<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://es.wikieducator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://es.wikieducator.org/index.php?action=history&amp;feed=atom&amp;title=Despliegue-de-Aplicaciones-Web%2Fweb-hugo-con-py</id>
		<title>Despliegue-de-Aplicaciones-Web/web-hugo-con-py - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://es.wikieducator.org/index.php?action=history&amp;feed=atom&amp;title=Despliegue-de-Aplicaciones-Web%2Fweb-hugo-con-py"/>
		<link rel="alternate" type="text/html" href="https://es.wikieducator.org/index.php?title=Despliegue-de-Aplicaciones-Web/web-hugo-con-py&amp;action=history"/>
		<updated>2026-06-20T01:37:33Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.23.14</generator>

	<entry>
		<id>https://es.wikieducator.org/index.php?title=Despliegue-de-Aplicaciones-Web/web-hugo-con-py&amp;diff=28418&amp;oldid=prev</id>
		<title>Lmorillas: hugo con py</title>
		<link rel="alternate" type="text/html" href="https://es.wikieducator.org/index.php?title=Despliegue-de-Aplicaciones-Web/web-hugo-con-py&amp;diff=28418&amp;oldid=prev"/>
				<updated>2021-10-22T11:08:27Z</updated>
		
		<summary type="html">&lt;p&gt;hugo con py&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Práctica: Ver web de Hugo con servidor web python ==&lt;br /&gt;
&lt;br /&gt;
=== Genera la web hecha con Hugo ===&lt;br /&gt;
 ... &amp;gt; hugo&lt;br /&gt;
&lt;br /&gt;
Esta instrucción genera la web estática en la carpeta '''public''' del proyecto.&lt;br /&gt;
&lt;br /&gt;
=== Lanza el servidor web ===&lt;br /&gt;
Dentro de esa carpeta ejecutas el servidor python:&lt;br /&gt;
  $ python3 -m http.server&lt;br /&gt;
  ...&amp;gt; py -m http.server&lt;br /&gt;
&lt;br /&gt;
Esa instrucción lanzará un servidor http en http://localhost:8000 donde podrás ver si la web se ha generado correctamente. Accede con el navegador a esa dirección. En el navegador verás tus páginas y en la consola verás la interacción con el navegador.&lt;/div&gt;</summary>
		<author><name>Lmorillas</name></author>	</entry>

	</feed>