generated from polymech/site-template
howto cleanup, hat nix, will nix, kann nix, macht nix :)
This commit is contained in:
parent
536ef93e38
commit
218c8df7cd
@ -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
@ -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 = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user