diff options
author | Aki <please@ignore.pl> | 2021-08-14 14:16:24 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-08-14 14:16:24 +0200 |
commit | b4bb22f06c128fcd925bf9014a03ca19da0e10ff (patch) | |
tree | 4b64f454f35074565eb3bd867d5ecb92b6e5c380 /index.html | |
parent | a0f1fa71bd7777b7fad08add51b40ed9877a71e3 (diff) | |
download | ignore.pl-b4bb22f06c128fcd925bf9014a03ca19da0e10ff.zip ignore.pl-b4bb22f06c128fcd925bf9014a03ca19da0e10ff.tar.gz ignore.pl-b4bb22f06c128fcd925bf9014a03ca19da0e10ff.tar.bz2 |
Minor updates to tutorials
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -45,11 +45,11 @@ completely discard the concept of a keyboard. <li>Guides that I keep rewriting <ul> <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_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> + <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_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> <li><a href="how_to_write_a_minimal_html5_document.html">How to Write a Minimal HTML5 Document</a> <li><a href="journey_home_application_deployment.html">Journey /home - Application Deployment</a> <li><a href="the_gentlest_introduction_to_building_with_makefiles.html">The Gentlest Introduction to Building With Makefiles</a> @@ -65,14 +65,16 @@ completely discard the concept of a keyboard. </nav> <section id="news"> <h2>Short Updates</h2> +<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>. +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>. <p><strong><time>2021-07-26</time></strong> Once again restructured index hierarchy. <p><strong><time>2021-07-26</time></strong> -Published <a href="how_to_archive_with_posix_ar.html">How To Archive With POSIX ar</a>. +Published <a href="how_to_archive_with_posix_ar.html">How to Archive With POSIX ar</a>. <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 +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 |