v1.0.0: Zenless Column Flow 이름과 버전 규칙 반영
Made-with: Cursor
This commit is contained in:
@@ -2,7 +2,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const outputDir = path.join(__dirname, '..', 'seed');
|
||||
const outputFile = path.join(outputDir, 'thred-inspired-sample-content.ghost.json');
|
||||
const outputFile = path.join(outputDir, 'zcf-sample-content.ghost.json');
|
||||
|
||||
const tags = [
|
||||
{id: 'tag-books', name: 'Books', slug: 'books'},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -eu
|
||||
|
||||
ROOT_DIR="$(CDPATH= cd -- "$(dirname "$0")/.." && pwd)"
|
||||
TARGET_DIR="$ROOT_DIR/.docker/theme/ghost-theme-thred-clone"
|
||||
TARGET_DIR="$ROOT_DIR/.docker/theme/zenless-column-flow"
|
||||
|
||||
mkdir -p "$TARGET_DIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user