diff --git a/apps/hexo/README.md b/apps/hexo/README.md deleted file mode 100644 index 538cfbf67..000000000 --- a/apps/hexo/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Hexo - -> A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org). - -## More Information - -- Read the [documentation](https://hexo.io/) -- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list -- Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html) -- Join discussion on [Google Group](https://groups.google.com/group/hexo), [Discord](https://discord.gg/teM2Anj), [Gitter](https://gitter.im/hexojs/hexo) or [Telegram](https://t.me/hexojs) -- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki -- Follow [@hexojs](https://twitter.com/hexojs) for latest news diff --git a/apps/hexo/data.yml b/apps/hexo/data.yml deleted file mode 100644 index 3f5453e93..000000000 --- a/apps/hexo/data.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Hexo -tags: - - 建站 -title: 快速、简洁且高效的博客框架 -type: 建站 -description: 快速、简洁且高效的博客框架 -additionalProperties: - key: hexo - name: Hexo - tags: - - WebSite - shortDescZh: 快速、简洁且高效的博客框架 - shortDescEn: A fast, simple & powerful blog framework - type: website - crossVersionUpdate: true - limit: 0 - recommend: 0 - website: https://hexo.io/ - github: https://github.com/hexojs/hexo - document: https://hexo.io/docs/ diff --git a/apps/hexo/logo.png b/apps/hexo/logo.png deleted file mode 100644 index cc61dcece..000000000 Binary files a/apps/hexo/logo.png and /dev/null differ diff --git a/apps/hexo/stable-23-07-01/data.yml b/apps/hexo/stable-23-07-01/data.yml deleted file mode 100644 index 4de1323f8..000000000 --- a/apps/hexo/stable-23-07-01/data.yml +++ /dev/null @@ -1,24 +0,0 @@ -additionalProperties: - formFields: - - default: 40064 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: "" - edit: true - envKey: GIT_USERNAME - labelEn: Git username - labelZh: Git 用户名 - required: true - type: text - - default: "" - edit: true - envKey: GIT_MAIL - labelEn: Git Email - labelZh: Git 邮箱 - required: true - type: text \ No newline at end of file diff --git a/apps/hexo/stable-23-07-01/docker-compose.yml b/apps/hexo/stable-23-07-01/docker-compose.yml deleted file mode 100644 index 85b0d86aa..000000000 --- a/apps/hexo/stable-23-07-01/docker-compose.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: '3' -services: - hexo: - container_name: ${CONTAINER_NAME} - restart: always - networks: - - 1panel-network - ports: - - "${PANEL_APP_PORT_HTTP}:4000" - volumes: - - "./data:/app" - environment: - - PUID=1000 - - PGID=1000 - - TZ=Asia/Shanghai - - GIT_USER=${GIT_USERNAME} - - GIT_EMAIL=${GIT_MAIL} - image: bloodstar/hexo:stable-23-07-01 - labels: - createdBy: "Apps" - -networks: - 1panel-network: - external: true