v1.0.0: Zenless Column Flow 이름과 버전 규칙 반영

Made-with: Cursor
This commit is contained in:
2026-04-17 16:38:39 +09:00
parent 12a1c450ae
commit b148269f53
11 changed files with 29 additions and 16 deletions

View File

@@ -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'},

View File

@@ -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"