blob: 90810168c32b2183e6944c3d58ca92a3b1130ed3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Self-Hosted on azuminha</title>
<link>http://localhost:1313/categories/self-hosted/</link>
<description>Recent content in Self-Hosted 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/categories/self-hosted/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>
<ol>
<li>Instale o hugo
Se sua distribuição linux for baseado em Debian rode o comando</li>
</ol>
<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><pre tabindex="0"><code>
caso contrario você pode verificar na documentação
</code></pre><pre tabindex="0"><code></code></pre></description>
</item>
</channel>
</rss>
|