diff options
| author | leo <azuminha1@gmail.co> | 2025-10-16 20:20:15 -0300 |
|---|---|---|
| committer | leo <azuminha1@gmail.co> | 2025-10-16 20:20:15 -0300 |
| commit | 0e191433328094673dacc22b16cc5d3bac02c4dc (patch) | |
| tree | 6d0ce9d11b1b6039a392c4a36b25263ae2ec417c /public/index.xml | |
| parent | 8e7996214af853803c4dd04534b1f5646b0ac1c5 (diff) | |
;
Diffstat (limited to 'public/index.xml')
| -rw-r--r-- | public/index.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..b1eeace --- /dev/null +++ b/public/index.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Home on azuminha</title> + <link>http://localhost:1313/</link> + <description>Recent content in Home on azuminha</description> + <generator>Hugo</generator> + <language>en-us</language> + <lastBuildDate>Tue, 30 Sep 2025 03:09:52 -0300</lastBuildDate> + <atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Host a Blog With Hugo</title> + <link>http://localhost:1313/post/2025/09/30/host-a-blog-with-hugo/</link> + <pubDate>Tue, 30 Sep 2025 03:09:52 -0300</pubDate> + <guid>http://localhost:1313/post/2025/09/30/host-a-blog-with-hugo/</guid> + <description><p>Hoje vou mostar como fiz para setar um blog com comentários usando <a href="https://gohugo.io/">Hugo</a> e <a href="https://comentario.app/en/">Comentario</a>.</p>
<ul>
<li><strong>Hugo</strong> é um framework open source para construção de websites estáticos, extremamente rápido e flexível.</li>
<li><strong>Comentario</strong> é uma engine open source de comentários, fácil de integrar e auto-hospedável.</li>
</ul>
<h2 id="1-utilizando-o-hugo">1. Utilizando o Hugo</h2>
<h3 id="instalando-o-hugo">Instalando o hugo</h3>
<p>Se sua distribuição linux for baseado em Debian rode o comando</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>$ sudo apt install hugo
</span></span></code></pre></div><p>caso contrario você pode verificar na documentação.</p></description> + </item> + <item> + <title>Bem Vindo</title> + <link>http://localhost:1313/post/2025/09/27/bem-vindo/</link> + <pubDate>Sat, 27 Sep 2025 20:29:44 -0300</pubDate> + <guid>http://localhost:1313/post/2025/09/27/bem-vindo/</guid> + <description><h2 id="bem-vindo">Bem vindo</h2>
<p>Aqui é somente um teste</p></description> + </item> + </channel> +</rss> |
