commit 3e7a04c1509bc127d4c939e6daff3a0f864dd49f
parent a960457a02a095357c533ed725ddc4fd3d3849c8
Author: Hugo Soucy <hugo@soucy.cc>
Date: Wed, 6 Jan 2021 20:32:16 -0500
Change the folder name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/text b/bin/text
@@ -55,7 +55,7 @@ do
-- Render the lua data file
text_lua_file = lustache:render(file.read('archetypes/text.lua.mustache'), text_model)
text_name = slugify(text_title)
- text_dir = 'content/' .. os.date('%Y') .. '/nt/'
+ text_dir = 'content/' .. os.date('%Y') .. '/tx/'
-- Make the directory
file.mkdir(text_dir)