mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-22 19:04:55 +00:00
refactor: remove unnecessary front matter.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 问题反馈
|
||||
description: 问题反馈渠道及指南
|
||||
published: true
|
||||
date: 2021-07-09T03:06:53.598Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T06:35:11.969Z
|
||||
---
|
||||
|
||||
:::info
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 代码贡献
|
||||
description: 代码贡献指南
|
||||
published: true
|
||||
date: 2021-07-11T15:28:35.063Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T06:36:02.384Z
|
||||
---
|
||||
|
||||
> 欢迎你参与 Halo 的开发,下面是参与代码贡献的指南,以供参考。
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 赞助我们
|
||||
description: 如果 Halo 对您有帮助,不妨赞助我们
|
||||
published: true
|
||||
date: 2021-09-22T11:59:35.914Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-01-26T16:33:09.606Z
|
||||
---
|
||||
|
||||
## 为什么需要赞助
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 代码风格
|
||||
description: 代码风格的相关配置说明
|
||||
published: true
|
||||
date: 2021-07-09T03:07:39.180Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-03-04T12:58:29.590Z
|
||||
---
|
||||
|
||||
Halo 添加了 checkstyle 插件,来保证每位提交者代码的风格保持一致,减少无效代码的修改。本篇文章主要讲解如何在 IDEA 中添加 CheckStyle 插件,并引入项目所提供的 checkstyle.xml 配置。
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 相关说明
|
||||
description: 开发环境的一些说明
|
||||
published: true
|
||||
date: 2021-07-09T03:07:37.190Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-03-04T12:56:25.883Z
|
||||
---
|
||||
|
||||
## 所需要的环境
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 系统结构
|
||||
description: Halo 项目的构成
|
||||
published: true
|
||||
date: 2021-07-09T03:07:35.008Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-03-04T12:53:48.806Z
|
||||
---
|
||||
|
||||
[Halo](https://github.com/halo-dev/halo) 博客系统分为以下四个部分:
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 配置文件
|
||||
description: 主题配置文件的说明
|
||||
published: true
|
||||
date: 2021-10-04T08:43:29.708Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T15:12:10.695Z
|
||||
---
|
||||
|
||||
> Halo 的主题模块使用 yaml 来对主题进行配置,`theme.yaml` 里面主要描述主题的名称,开发者的信息,开源地址等等。`settings.yaml` 包含了主题所有的配置选项,需要注意的是,这些选项仅仅是用于构建配置表单,并不起到对主题的配置作用。
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 全局变量
|
||||
description: 系统提供的一些全局变量
|
||||
published: true
|
||||
date: 2021-07-09T03:07:01.155Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T15:13:43.148Z
|
||||
---
|
||||
|
||||
## 博客地址
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 页面变量
|
||||
description: 每个页面所返回的变量
|
||||
published: true
|
||||
date: 2021-07-09T03:07:03.814Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T15:14:42.747Z
|
||||
---
|
||||
|
||||
## 首页(index.ftl)
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 准备工作
|
||||
description: 主题开发的环境搭建
|
||||
published: true
|
||||
date: 2021-07-09T03:06:48.338Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T02:39:41.346Z
|
||||
---
|
||||
|
||||
:::info
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 公共宏模板
|
||||
description: 系统提供的一些宏模板
|
||||
published: true
|
||||
date: 2021-09-18T16:21:55.758Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T15:15:22.987Z
|
||||
---
|
||||
|
||||
> 为了减少重复代码,我们将某些常见的全局变量封装成了一个公共模板,我们只需要引入该模板,然后调用其中的宏模板即可。
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 模板标签
|
||||
description: 用于获取数据的模板标签
|
||||
published: true
|
||||
date: 2021-08-01T06:33:03.314Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-11T05:09:17.676Z
|
||||
---
|
||||
|
||||
> 模板标签可以运用在页面的任何地方。
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 配置参考
|
||||
description: Halo 配置文件的详细介绍及参考
|
||||
published: true
|
||||
date: 2021-08-27T05:31:10.729Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-16T07:12:17.629Z
|
||||
---
|
||||
|
||||
Halo 的配置文件名为 `application.yaml`,其必须位于[工作目录](/getting-started/prepare#工作目录) `~/.halo` 下。 Halo 会读取该目录下的配置文件进行加载。
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 资源下载
|
||||
description: 目前所有与 Halo 相关的下载地址
|
||||
published: true
|
||||
date: 2021-07-09T03:07:18.643Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-12-27T13:01:44.286Z
|
||||
---
|
||||
|
||||
## Github
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 使用 Docker 部署 Halo
|
||||
description: 使用 Docker 部署
|
||||
published: true
|
||||
date: 2021-09-16T13:35:47.626Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T12:50:08.650Z
|
||||
---
|
||||
|
||||
:::info
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 在 Linux 环境部署
|
||||
description: 在Linux上快速安装Halo
|
||||
published: true
|
||||
date: 2021-09-16T13:35:20.164Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T12:51:55.006Z
|
||||
---
|
||||
|
||||
:::info
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 与宝塔面板配合使用
|
||||
description: 与宝塔面板配合使用的指南
|
||||
published: true
|
||||
date: 2021-07-10T05:59:10.401Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-01-05T12:21:13.846Z
|
||||
---
|
||||
|
||||
## 声明
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 与 OneinStack 配合使用
|
||||
description: 使用 OneinStack 的 vhost 脚本创建 Halo 站点的 Nginx 配置文件
|
||||
published: true
|
||||
date: 2021-07-09T03:07:43.500Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-05-16T07:06:37.017Z
|
||||
---
|
||||
|
||||
## Halo 部署
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 腾讯云 CloudBase
|
||||
description: 使用腾讯云 CloudBase 一键部署
|
||||
published: true
|
||||
date: 2021-07-09T03:07:41.325Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-04-12T10:55:32.568Z
|
||||
---
|
||||
|
||||
import Image from '@theme/IdealImage';
|
||||
|
@@ -1,10 +1,5 @@
|
||||
---
|
||||
title: 三方指南
|
||||
published: true
|
||||
date: 2021-07-09T03:06:34.872Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T12:52:31.360Z
|
||||
---
|
||||
|
||||
:::tip
|
||||
|
@@ -1,10 +1,5 @@
|
||||
---
|
||||
title: 在 Windows 服务器上部署
|
||||
published: true
|
||||
date: 2021-07-09T03:06:34.872Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T12:52:31.360Z
|
||||
---
|
||||
|
||||
:::info
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 写在前面
|
||||
description: 在开始前,您需要了解的事项
|
||||
published: true
|
||||
date: 2021-09-22T12:00:00.312Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T12:51:03.801Z
|
||||
---
|
||||
|
||||
## 环境要求
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 版本升级
|
||||
description: 版本升级指南
|
||||
published: true
|
||||
date: 2021-09-16T13:36:45.343Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T12:53:58.281Z
|
||||
---
|
||||
|
||||
选择你部署的平台:
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 备份迁移
|
||||
description: 关于备份和迁移的最佳实践
|
||||
published: true
|
||||
date: 2021-08-14T09:05:57.510Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-08-07T07:21:14.137Z
|
||||
---
|
||||
|
||||
:::info
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: 功能配置
|
||||
description: 系统功能的相关配置说明
|
||||
published: true
|
||||
date: 2021-07-09T03:06:40.540Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T13:57:03.906Z
|
||||
---
|
||||
|
||||
## 修改博客地址
|
||||
|
@@ -1,10 +1,5 @@
|
||||
---
|
||||
title: 常见问题
|
||||
published: true
|
||||
date: 2021-07-09T03:07:20.695Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-01-01T15:23:09.195Z
|
||||
---
|
||||
|
||||
# Header
|
||||
|
@@ -1,11 +1,6 @@
|
||||
---
|
||||
title: Markdown 语法
|
||||
description: Halo 编辑器中所支持的 Markdown 语法说明
|
||||
published: true
|
||||
date: 2021-07-20T07:38:59.473Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2020-10-09T14:04:57.014Z
|
||||
---
|
||||
|
||||
## 基础语法
|
||||
|
Reference in New Issue
Block a user