From a5d41b429abb3802bf49ea625f5e0f76c2f560b3 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 17 Nov 2020 04:52:39 +0000 Subject: [PATCH] post(hexo-guide): mirror correction --- source/_posts/hexo-blog-github.md | 2 +- source/_posts/how-to-create-a-hexo-blog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/hexo-blog-github.md b/source/_posts/hexo-blog-github.md index f7dac64..aca9ac0 100644 --- a/source/_posts/hexo-blog-github.md +++ b/source/_posts/hexo-blog-github.md @@ -9,7 +9,7 @@ tags: > 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 1. Register a free [GitHub](https://github.com/join) account or use your current one. diff --git a/source/_posts/how-to-create-a-hexo-blog.md b/source/_posts/how-to-create-a-hexo-blog.md index e622098..40b112e 100644 --- a/source/_posts/how-to-create-a-hexo-blog.md +++ b/source/_posts/how-to-create-a-hexo-blog.md @@ -9,7 +9,7 @@ tags: - 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/).