howto cleanup, hat nix, will nix, kann nix, macht nix :)

This commit is contained in:
lovebird 2025-03-27 15:01:18 +01:00
parent 536ef93e38
commit 218c8df7cd
3 changed files with 2 additions and 5 deletions

View File

@ -23,7 +23,7 @@
"format": "unix-time"
}
],
"default": "2025-03-27T13:56:51.679Z"
"default": "2025-03-27T13:59:56.687Z"
},
"description": {
"type": "string",

File diff suppressed because one or more lines are too long

View File

@ -157,7 +157,6 @@ const content = async (str: string, filters: FilterFunction[] = default_filters)
const to_github = async (item: IHowto) => {
const itemDir = item_path(item)
// Create README.md with all content
const readmeContent = [
'---',
@ -194,7 +193,6 @@ const to_github = async (item: IHowto) => {
const to_mdx = async (item: IHowto) => {
const itemDir = item_path(item)
mkdir(itemDir)
// Create index.mdx with all content
const mdxContent = [
@ -234,7 +232,6 @@ const to_mdx = async (item: IHowto) => {
const to_astro = async (item: IHowto) => {
const itemDir = item_path(item)
mkdir(itemDir)
// Create index.astro with all content
const astroContent = [