mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
✨ feat: add format-posts srcipt
This commit is contained in:
parent
4d1e5b3054
commit
5ec894cd36
20 changed files with 232 additions and 89 deletions
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* Update theme from upstream repository
|
||||
* Usage: pnpm update-theme
|
||||
*/
|
||||
import { execSync } from 'node:child_process'
|
||||
import fs from 'node:fs'
|
||||
import path from 'node:path'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue