diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 62 |
1 files changed, 30 insertions, 32 deletions
@@ -21,54 +21,52 @@ completely discard the concept of a keyboard. <nav> <h2>Index</h2> <ul> -<li><a href="#news">News</a> -<li>Representation of Software - <ul> - <li><a href="hunt_for_lex_and_yacc_the_dinosaur.html">Hunt for Lex and Yacc, the Dinosaur</a> - </ul> -<li>The Web +<li><a href="#news">Short Updates</a> +<li><a href="https://git.ignore.pl">Public Git Repositories</a> +<li><a href="faq.html">Frequently Asked Questions</a> +<li><a href="graveyard_of_the_drawings.html">Graveyard of the Drawings</a> +<li>Blog posts that I keep removing <ul> + <li><a href="difference_between_mnt_and_media.html">Difference Between /mnt and /media</a> + <li><a href="environments_in_lua_5_2_and_beyond.html">Environments in Lua 5.2 and Beyond</a> + <li><a href="half_of_my_css_are_links.html">Half of My CSS Are Links</a> + <li><a href="of_privacy_and_traffic_tracking.html">Of Privacy and Traffic Tracking</a> <li>Rebuilding Web Browsing <ol> + <li><a href="markdown_is_bad_for_you.html">Markdown Is Bad For You</a> <li><a href="web_browsers_are_no_more.html">Web Browsers Are No More</a> <li><a href="deconstructing_web_browsers.html">Deconstructing Web Browsers<a> </ol> - <li><a href="of_privacy_and_traffic_tracking.html">Of Privacy and Traffic Tracking</a> - <li><a href="how_to_write_a_minimal_html5_document.html">How to Write a Minimal HTML5 Document</a> + <li>Representation of Software + <ul> + <li><a href="hunt_for_lex_and_yacc_the_dinosaur.html">Hunt for Lex and Yacc, the Dinosaur</a> + </ul> </ul> -<li>Lua +<li>Guides that I keep rewriting <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="how_to_organize_your_lua_project.html">How To Organize Your Lua Project</a> - </ul> -<li>Miscellaneous Informative - <ul> - <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_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="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 +<li>Projects that got their own pages for some reason <ul> - <li><a href="difference_between_mnt_and_media.html">Difference Between /mnt and /media</a> - <li><a href="half_of_my_css_are_links.html">Half of My CSS Are Links</a> - <li><a href="markdown_is_bad_for_you.html">Markdown Is Bad For You</a> + <li><a href="https://derelict.ignore.pl">Derelict</a> + <li><a href="https://ignore.pl/roflnauts">Roflnauts 2</a> + <li><a href="LICENSE.html">LICENSE</a> + <li><a href="plop.html">Plop</a> </ul> -<li><a href="https://ignore.pl/roflnauts">Roflnauts 2</a> -<li><a href="https://git.ignore.pl">Public Git Repositories</a> -<li><a href="LICENSE.html">LICENSE</a> -<li><a href="plop.html">Plop</a> -<li><a href="https://derelict.ignore.pl">Derelict</a> -<li><a href="faq.html">Frequently Asked Questions</a> -<li><a href="graveyard_of_the_drawings.html">Graveyard of the Drawings</a> </ul> </nav> <section id="news"> -<h2>News</h2> +<h2>Short Updates</h2> +<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>. <p><strong><time>2021-07-25</time></strong> @@ -80,7 +78,7 @@ Your Own Browser</i> and <i>Integrating Browser into Your Environment</i>. <p><strong><time>2021-07-25</time></strong> Initialized website as git repository. Let's see if it will be useful. <p><strong><time>2021-07-25</time></strong> -Rewritten parts of and updated <a href="web_browsers_are_no_more.html">We Browsers Are No More</a>. +Rewritten parts of and updated <a href="web_browsers_are_no_more.html">Web Browsers Are No More</a>. <p><strong><time>2021-06-18</time></strong> Capitalized titles and fixed some links here and there. <p><strong><time>2021-04-14</time></strong> @@ -94,9 +92,9 @@ Published <a href="faq.html">FAQ</a> and <a href="graveyard_of_the_drawings.html <p><strong><time>2021-03-05</time></strong> Published <a href="plop.html">plop</a> landing page. <p><strong><time>2021-01-21</time></strong> -Minor changes to <a href="organizing_your_lua_project.html">Organizing your Lua project</a>. +Minor changes to <a href="how_to_organize_your_lua_project.html">Organizing your Lua project</a>. <p><strong><time>2021-01-07</time></strong> -Published <a href="organizing_your_lua_project.html">Organizing your Lua project</a>. +Published <a href="how_to_organize_your_lua_project.html">Organizing your Lua project</a>. <p><strong><time>2021-01-06</time></strong> Published <a href="LICENSE.html">LICENSE</a>. Minor changes to index and style. <p><strong><time>2021-01-04</time></strong> |