summaryrefslogtreecommitdiff
path: root/how_to_organize_your_lua_project.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-12-30 03:02:56 +0100
committerAki <please@ignore.pl>2023-12-30 03:02:56 +0100
commitb334c0b6bcf520ff20ab2a3192b56304c6ffb306 (patch)
tree025843b261791ebdb191a357777396e4a06b0d8f /how_to_organize_your_lua_project.html
parent178348d704a6186d8ed0485b7909ee9bd5b9ff9d (diff)
downloadignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.zip
ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.gz
ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.bz2
Date and post headers styles changed
Diffstat (limited to 'how_to_organize_your_lua_project.html')
-rw-r--r--how_to_organize_your_lua_project.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/how_to_organize_your_lua_project.html b/how_to_organize_your_lua_project.html
index 639c6d4..0b7bab5 100644
--- a/how_to_organize_your_lua_project.html
+++ b/how_to_organize_your_lua_project.html
@@ -11,11 +11,13 @@
<title>How to Organize Your Lua Project</title>
-<nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav>
+<header>
+<nav><a href="https://ignore.pl">ignore.pl</a></nav>
+<time>7 January 2021</time>
+<h1>How to Organize Your Lua Project</h1>
+</header>
<article>
-<h1>How to Organize Your Lua Project</h1>
-<p class="subtitle">Published on 2021-01-07 15:45:00+01:00, last modified on 2022-01-26 19:20:00+01:00
<p>From time to time I hear complaints about how Lua handles modules. Here and there I see and even answer myself
questions regarding <code>require</code> and adjusting the paths in <code>package</code> to allow some desired
behaviour, with the most prominent issue of relative imports that always work.