rename from llmex to monotab

This commit is contained in:
2025-07-26 13:27:35 -04:00
parent 8da394b2a0
commit c993c04cdb
18 changed files with 105 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
defmodule Mix.Tasks.Llmex.Gen.Post do
defmodule Mix.Tasks.MonoTab.Gen.Post do
use Mix.Task
@shortdoc "Generate a new post"
@@ -30,7 +30,7 @@ defmodule Mix.Tasks.Llmex.Gen.Post do
front_matter = """
---
layout: Llmex.PostLayout
layout: MonoTab.PostLayout
title: \"#{post_title}\"
date: #{post_date} #{post_time}
permalink: /:title/
@@ -42,4 +42,3 @@ defmodule Mix.Tasks.Llmex.Gen.Post do
Mix.shell().info("Succesfully created #{file_path}!")
end
end