Blogging with Jekyll and Github Pages
Author | Created | Modified | Format |
---|---|---|---|
Xin Li | [2019-04-02 Tue 05:59:00] | [2022-08-15 Mon 04:55:39] | org-mode |
Table of Contents
Introduction of Jekyll
Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site's look and feel, URLs, the data displayed on the page, and more.1
Installation of Jekyll
Create a blog project
Publish on Github Pages
Create a repository named
github-username.github.io
on Github.Push the contents of
my-blog
to the repository you created.After a few minutes, try accessing https://github-username.github.io.
和訳
Github に
github-username.github.io
という名前のリポジトリを作成します。
my-blog
のコンテンツを、作成したリポジトリにプッシュします。数分後、 https://github-username.github.io にアクセスしてみます。