mirror of https://gitlab.com/curben/blog
post(hexo-guide): mirror correction
This commit is contained in:
parent
4794ed5d7e
commit
a5d41b429a
|
@ -9,7 +9,7 @@ tags:
|
||||||
|
|
||||||
> I recommend the [official guide](https://hexo.io/docs/github-pages) (which I co-authored) for more updated content.
|
> I recommend the [official guide](https://hexo.io/docs/github-pages) (which I co-authored) for more updated content.
|
||||||
|
|
||||||
In {% post_link how-to-create-a-hexo-blog 'previous post' %}, I showed you how to create a blog using [Hexo](https://hexo.io) and host it on [GitLab Pages](https://about.gitlab.com/features/pages/). Here's how to host it on [GitHub Pages](https://pages.github.com/):
|
In {% post_link how-to-create-a-hexo-blog 'previous post' %}, I showed you how to create a blog using [Hexo](https://hexo.io) and host it on a GitLab repo then deploy using Netlify. Here's how to host it on [GitHub Pages](https://pages.github.com/):
|
||||||
|
|
||||||
## GitHub repository
|
## GitHub repository
|
||||||
1. Register a free [GitHub](https://github.com/join) account or use your current one.
|
1. Register a free [GitHub](https://github.com/join) account or use your current one.
|
||||||
|
|
|
@ -9,7 +9,7 @@ tags:
|
||||||
- netlify
|
- netlify
|
||||||
---
|
---
|
||||||
|
|
||||||
> Refer to the [this guide](https://hexo.io/docs/gitlab-pages) (co-authored by me) if you prefer to use GitLab Pages instead of Netlify
|
> Refer to the [this guide](https://hexo.io/docs/gitlab-pages) (co-authored by me) if you prefer to use GitLab Pages instead of Netlify.
|
||||||
|
|
||||||
Create a website/blog using Hexo on [GitLab Pages](https://about.gitlab.com/features/pages/) for free using the following guide. Refer to my {% post_link hexo-blog-github 'another guide' %} for [GitHub Pages](https://pages.github.com/).
|
Create a website/blog using Hexo on [GitLab Pages](https://about.gitlab.com/features/pages/) for free using the following guide. Refer to my {% post_link hexo-blog-github 'another guide' %} for [GitHub Pages](https://pages.github.com/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue