diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -40,14 +40,15 @@ completely discard the concept of a keyboard. <ul> <li><a href="dear_imgui_and_love.html">Dear ImGui and LÖVE,</a> <li><a href="environments_in_lua_5_2_and_beyond.html">Environments in Lua 5.2 and Beyond</a> - <li><a href="organizing_your_lua_project.html">Organizing Your Lua Project</a> + <li><a href="how_to_organize_your_lua_project.html">How To Organize Your Lua Project</a> </ul> <li>Miscellaneous Informative <ul> - <li><a href="archiving_with_posix_utilities.html">Archiving With POSIX Utilities</a> - <li><a href="flashing_lolin_nodemcu_v3.html">Flashing LOLin NodeMCU v3</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_flash_lolin_nodemcu_v3.html">How To Flash LOLin NodeMCU v3</a> <li><a href="journey_home_application_deployment.html">Journey /home - Application Deployment</a> - <li><a href="stupid_templating_with_shell_cat_and_envsubst.html">Stupid Templating With Shell, cat and envsubst</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="the_gentlest_introduction_to_building_with_makefiles.html">The Gentlest Introduction to Building With Makefiles</a> </ul> <li>Rants @@ -68,6 +69,9 @@ completely discard the concept of a keyboard. <section id="news"> <h2>News</h2> <p><strong><time>2021-07-25</time></strong> +Renamed most of the guides to include "How To" in their name to make them more visible. I'm thinking about doing another +round of website restructurization. +<p><strong><time>2021-07-25</time></strong> Published <a href="deconstructing_web_browsers.html">Deconstructing Web Browsers<a>, summary of now-removed <i>Plumbing Your Own Browser</i> and <i>Integrating Browser into Your Environment</i>. <p><strong><time>2021-07-25</time></strong> |