e25c20b13a 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update intro ( #96 )  
							
							... 
							
							
 
							
							更新文档首页。
/kind documentation
```release-note
None
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								09a71990e1 
								
									
								
							
								 
							
						 
						
							
							
								
								Rectify docker running command ( #95 )  
							
							... 
							
							
 
							
							/kind bug
原始的 Docker 运行命令无法在 zsh 下正常执行:
```bash
╰─❯ docker run \
  -it -d \
  --name halo-next \
  -p 8090:8090 \
  -v ~/halo-next:/root/halo-next \
  -e HALO_EXTERNAL_URL=http://localhost:8090/  \ # 请修改外部访问链接
  -e HALO_SECURITY_INITIALIZER_SUPERADMINPASSWORD=P@88w0rd \ # 请修改管理员密码
  -e HALO_EXTERNAL_URL=http://localhost:8090/  \
  -e HALO_SECURITY_INITIALIZER_SUPERADMINPASSWORD=P@88w0rd \
  halohub/halo-dev:2.0.0-alpha.1
docker: invalid reference format.
See 'docker run --help'.
zsh: command not found: -e
zsh: command not found: -e
```
去掉注释部分可正常执行:
```bash
╰─❯ docker run \
      -it -d \
      --name halo-next \
      -p 8090:8090 \
      -v ~/halo-next:/root/halo-next \
      -e HALO_EXTERNAL_URL=http://localhost:8090/  \
      -e HALO_SECURITY_INITIALIZER_SUPERADMINPASSWORD=P@88w0rd \
      halohub/halo-dev:2.0.0-alpha.1
55d9de646deb1ec99d22210f45be44b83ec76186d5cbce00983f57d9ff46d834
```
```release-note
None
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7c5457c36f 
								
									
								
							
								 
							
						 
						
							
							
								
								Update third-party.md ( #93 )  
							
							... 
							
							
 
							
							在极空间nas中使用docker搭建halo 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								c579f6d3ab 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: refine usage documentation of Halo 2.0 ( #94 )  
							
							... 
							
							
 
							
							添加 2.0 Alpha 的使用提示。
/kind documentation
```release-note
None
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								95971a90df 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: documentation for Halo 2.0 ( #92 )  
							
							... 
							
							
 
							
							提供 Halo 2.0 的文档。
TODO list:
- [x] Halo 2.0 的配置文档
- [ ] ~~插件/主题开发的简要文档~~
```release-note
提供 Halo 2.0 的文档
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								2e421f26ab 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: bump docusaurus to 2.1.0 ( #91 )  
							
							... 
							
							
 
							
							升级 docusaurus 到 2.1.0
- https://github.com/facebook/docusaurus/releases/tag/v2.0.0 
- https://github.com/facebook/docusaurus/releases/tag/v2.1.0 
```release-note
none
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f630eaeca6 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: add a tip that cannot map halo to a domain subfolder ( #90 )  
							
							... 
							
							
 
							
							添加不能将 Halo 反向代理到域名子目录的提示。
/kind documentation
```release-note
None
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								322ebdba54 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: typo in backup-migration.md ( #87 )  
							
							... 
							
							
 
							
							```release-note
None
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								
								Kent Liao 
							
						 
						
							
							
								bf0e4ee4f0 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: linkTag example ( #86 )  
							
							... 
							
							
 
							
							methods:
* listTeams
* listTeamsByRandom
```release-note
None
``` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e855ddac26 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: photoTag listByTeam example ( #84 )  
							
							... 
							
							
 
							
							Fixes  #85  
```release-note
None
``` 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								3f900d0826 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: docker-compose documentation about the mysql container configurations ( #83 )  
							
							... 
							
							
 
							
							Fixes  halo-dev/halo#2257 
see https://hub.docker.com/_/mysql 
/kind documentation
```release-note
None
```
Signed-off-by: Ryan Wang <i@ryanc.cc> 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								331c29b3af 
								
									
								
							
								 
							
						 
						
							
							
								
								release: create 1.5.4 version ( #82 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d516c71266 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update documentations for Halo 1.5.4 ( #81 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								eba654da79 
								
									
								
							
								 
							
						 
						
							
							
								
								release: create 1.5.3 version ( #79 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								797ef03b1c 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update documentations for Halo 1.5.3 ( #78 )  
							
							... 
							
							
 
							
							* docs: update documentations for Halo 1.5.3
Signed-off-by: Ryan Wang <i@ryanc.cc>
* docs: rollback intro.md
Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e37e4e4a12 
								
									
								
							
								 
							
						 
						
							
							
								
								Refine pr.md to be clearer ( #77 )  
							
							... 
							
							
 
							
							* Refine contribution.md to be clearer
Signed-off-by: johnniang <johnniang@fastmail.com>
* Update pr.md in version-1.5.2 folder as well
Signed-off-by: johnniang <johnniang@fastmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c680c544ff 
								
									
								
							
								 
							
						 
						
							
							
								
								Add gitee source button in Tencent cloud deployment ( #75 )  
							
							... 
							
							
 
							
							* Add gitee source button in Tencent cloud deployment
* edit fix 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a77813a3ac 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: improve docker compose documentations ( #74 )  
							
							... 
							
							
 
							
							* docs: improve docker-compose documentations
Signed-off-by: Ryan Wang <i@ryanc.cc>
* docs: improve docker-compose documentations
Signed-off-by: Ryan Wang <i@ryanc.cc>
* fix: redis network typo
Signed-off-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: John Niang <johnniang@fastmail.com>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: John Niang <johnniang@fastmail.com>
* Update versioned_docs/version-1.5.2/getting-started/install/other/docker-compose.md
Co-authored-by: John Niang <johnniang@fastmail.com>
* fix: halo_redis not in depends_on
Signed-off-by: Ryan Wang <i@ryanc.cc>
* fix: Docker-Compose -> Docker Compose
Signed-off-by: Ryan Wang <i@ryanc.cc>
* perf: add indentation to list block level content
Signed-off-by: Ryan Wang <i@ryanc.cc>
* perf: add indentation to list block level content
Signed-off-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: John Niang <johnniang@fastmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f42f651081 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: remove archived documentations ( #72 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d605271fcc 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update markdown.md for Halo 1.5.x ( #70 )  
							
							... 
							
							
 
							
							* doc: update markdown document
Signed-off-by: Ryan Wang <i@ryanc.cc>
* docs: update markdown.md
Signed-off-by: Ryan Wang <i@ryanc.cc>
* docs: update markdown.md
Signed-off-by: Ryan Wang <i@ryanc.cc>
* docs: update markdown.md
Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ddcfbeed36 
								
									
								
							
								 
							
						 
						
							
							
								
								release: create 1.5.2 version ( #69 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								eeb035f7dc 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update documentations for Halo 1.5.2 ( #68 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4537023e03 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: add docker-compose upgrade method ( #65 )  
							
							... 
							
							
 
							
							* 增加docker-compose安装方式
* 增加docker-compose安装方式的侧边目录
* 根据修改意见进行完善,增加halo+redis+mysql编排
* Update docs/getting-started/install/docker-compose.md
Co-authored-by: John Niang <johnniang@fastmail.com>
* Update docs/getting-started/install/docker-compose.md
Co-authored-by: John Niang <johnniang@fastmail.com>
* Update docs/getting-started/install/docker-compose.md
Co-authored-by: John Niang <johnniang@fastmail.com>
* 解决重复创建./halo目录导致的自定义数据库application.yaml不生效的问题。
解决重复创建./halo目录导致的自定义数据库application.yaml不生效的问题。
* 根据修改建议,调整至其他中
* 将doceker-compose文档移动到other目录下
* 更正调整目录后文档内的引用路径
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* Update docs/getting-started/install/other/docker-compose.md
Co-authored-by: Ryan Wang <i@ryanc.cc>
* remove environment variable whitespace
* MySQL容器启动时自动初始化DB Schema
* MySQL容器启动时自动初始化DB Schema
* 修改容器重启策略,使用绝对路径映射目录
* 增加docker-compose更新方式
* Modify the suffix spelling of the yaml file
* 调整更新容器组文档位置
* 解决pnpm lint提示的错误
* 解决pnpm lint提示的错误
Co-authored-by: “MoshiCoCo” <“junzhou2016@outlook.com”>
Co-authored-by: John Niang <johnniang@fastmail.com>
Co-authored-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: MoshiCoCo <junzhou2016@outlook.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c7fcd588f0 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: remove tencent developer labs sidebar link ( #67 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								dcf872a0dc 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: fix cases ( #66 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								5a2a4ccad7 
								
									
								
							
								 
							
						 
						
							
							
								
								doc: add installation document using docker-compose ( #58 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9c9185e681 
								
									
								
							
								 
							
						 
						
							
							
								
								release: create 1.5.1 version ( #63 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ba4a10a5f6 
								
									
								
							
								 
							
						 
						
							
							
								
								doc: update docs for halo 1.5.1 ( #62 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								38d1bfde8c 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: actions add check step ( #61 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								00f21dbb78 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: steps to add clear leveldb cache to upgrade documentation ( #59 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								db2cc95474 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: create OWNERS ( #60 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								163e387b9c 
								
									
								
							
								 
							
						 
						
							
							
								
								doc: update intro.md ( #55 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								75405a306d 
								
									
								
							
								 
							
						 
						
							
							
								
								release: create 1.5.0 version ( #54 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								55b34b2e94 
								
									
								
							
								 
							
						 
						
							
							
								
								doc: update documents for Halo 1.5 ( #51 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ae58e68f48 
								
									
								
							
								 
							
						 
						
							
							
								
								doc: add redis configuration documents ( #53 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1fd8794974 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update third-party.md ( #49 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								12fff98472 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update third-party.md ( #50 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								021c5ce149 
								
									
								
							
								 
							
						 
						
							
							
								
								doc: add tips for h2 console config ( #48 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								80fa7403fc 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: server compression config for gzip statics file ( #47 )  
							
							... 
							
							
 
							
							* fix: server compression config for gzip statics file 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b64030c98f 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: bump docusaurus to beta 17 ( #46 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ea16bf0046 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: bump docusaurus to beta 16 ( #44 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ac0a40beda 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: update download link for halo 1.5 alpha ( #43 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								019aae4ad2 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: google analytics settings ( #42 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								7e023448fc 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: use markdownlint and add pre commit hook ( #41 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								251729f565 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: typo in page-variable.md ( #38 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								7b90df81c2 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: typo in page-variable.md ( #40 )  
							
							
 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								7993abe690 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: add the way to get the category tree in the theme development documentation ( #37 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								002bdf3704 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: add faq page ( #32 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								210681e192 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: error links in the three-party installation tutorial ( #35 )  
							
							... 
							
							
 
							
							Signed-off-by: Ryan Wang <i@ryanc.cc> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2005cb1819 
								
									
								
							
								 
							
						 
						
							
							
								
								Add step of choosing checkstyle version ( #30 )  
							
							
 
							
						 
						
							4 years ago