M web/handler/html.go => web/handler/html.go +4 -0
@@ 216,6 216,8 @@ var TplMap = map[string]string{
<li><a href="#favicon">Add a FAVICON to your home</a></li>
<li><a href="#status">Add your status at the top of your homepage</a></li>
<li><a href="#badge">Add ichi's badge</a></li>
+ <li><a href="#journal">Add a journal</a></li>
+ <li><a href="#status">And a status!</a></li>
<li><a href="#sftp">Use SFTP to manage your files</a></li>
</ol>
<li><a href="#open-source">Create your own ichi</a></li>
@@ 256,6 258,8 @@ var TplMap = map[string]string{
<pre><a href="https://ichi.city">
<img src="https://ichi.city/banner.png" alt="ichi"/>
</a></pre>
+ <h3 id="journal">Add ichi's banner</h3>
+ <p>A personal site is a great place to host a journal. Have a look at the <a href="https://journal.miso.town">HTML Journal</a> format to write yours!</p>
<h3 id="status">Add your status at the top of your homepage</h3>
<p>You can use <a href="https://status.cafe">Status Cafe</a> to add a widget at the top of your homepage that will show your latest status. Have a look at <a href="https://m15o.ichi.city">my homepage</a> to see what it could look like!</p>
<h3 id="sftp">Use SFTP to manage your files</h3>
M web/handler/html/help.html => web/handler/html/help.html +4 -0
@@ 18,6 18,8 @@
<li><a href="#favicon">Add a FAVICON to your home</a></li>
<li><a href="#status">Add your status at the top of your homepage</a></li>
<li><a href="#badge">Add ichi's badge</a></li>
+ <li><a href="#journal">Add a journal</a></li>
+ <li><a href="#status">And a status!</a></li>
<li><a href="#sftp">Use SFTP to manage your files</a></li>
</ol>
<li><a href="#open-source">Create your own ichi</a></li>
@@ 58,6 60,8 @@
<pre><a href="https://ichi.city">
<img src="https://ichi.city/banner.png" alt="ichi"/>
</a></pre>
+ <h3 id="journal">Add ichi's banner</h3>
+ <p>A personal site is a great place to host a journal. Have a look at the <a href="https://journal.miso.town">HTML Journal</a> format to write yours!</p>
<h3 id="status">Add your status at the top of your homepage</h3>
<p>You can use <a href="https://status.cafe">Status Cafe</a> to add a widget at the top of your homepage that will show your latest status. Have a look at <a href="https://m15o.ichi.city">my homepage</a> to see what it could look like!</p>
<h3 id="sftp">Use SFTP to manage your files</h3>