summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8d68b41..c33f342 100644
--- a/index.html
+++ b/index.html
@@ -47,6 +47,7 @@ completely discard the concept of a keyboard.
<li><a href="dear_imgui_and_love.html">Dear ImGui and LÖVE,</a>
<li><a href="how_to_archive_with_posix_ar.html">How to Archive With POSIX ar</a>
<li><a href="how_to_archive_with_posix_tar_cpio_and_pax.html">How to Archive With POSIX tar, cpio and pax</a>
+ <li><a href="how_to_compress_files_in_posix.html">How to Compress Files in POSIX</a>
<li><a href="how_to_create_templates_with_shell_cat_and_envsubst.html">How to Create Templates With Shell, cat and envsubst</a>
<li><a href="how_to_flash_lolin_nodemcu_v3.html">How to Flash LOLin NodeMCU v3</a>
<li><a href="how_to_organize_your_lua_project.html">How to Organize Your Lua Project</a>
@@ -66,6 +67,8 @@ completely discard the concept of a keyboard.
<section id="news">
<h2>Short Updates</h2>
<p><strong><time>2021-08-14</time></strong>
+Published <a href="how_to_compress_files_in_posix.html">How to Compress Files in POSIX</a>.
+<p><strong><time>2021-08-14</time></strong>
Minor updates to tutorials including a new paragraph in <a href="how_to_organize_your_lua_project.html">Lua Project</a>.
<p><strong><time>2021-08-11</time></strong>
Minor updates to <a href="how_to_archive_with_posix_tar_cpio_and_pax.html">How to Archive With POSIX tar, cpio and pax</a>.