From 4e7fa9196fd916924998f157bb0710926077361d Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 3 Feb 2021 20:12:23 +0800 Subject: [PATCH] Update 404.html according to the theme (v3.1.0) --- 404.html | 9 +++++---- README.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/404.html b/404.html index fd9ff20..d19e5c3 100644 --- a/404.html +++ b/404.html @@ -6,9 +6,6 @@ permalink: /404.html redirect_from: - /norobots/ - /assets/ - - /tabs/ - - /categories/ - - /tags/ - /posts/ dynamic_title: true @@ -16,5 +13,9 @@ dynamic_title: true

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.

-

Head back Home to try finding it again, or search for it on the Archives page.

+

+ Head back Home + to try finding it again, or search for it on the + Archives page. +

diff --git a/README.md b/README.md index 607bc22..d8e55ef 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The startup template for [**Jekyll Theme Chirpy**][chirpy]. When installing the Chirpy through [RubyGems][gem], Jekyll can only read files in the folders `_includes`, `_layout`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file from the theme's gem (use the command `bundle info --path jekyll-theme-chirpy` to locate). To fully use all the features of Chirpy, you also need to copy other files/directories and config options from the theme's gem to your Jekyll site. So we extract all the required things of the theme's gem to help you quickly use Chirpy. ```shell -# The critical files/directories to run the theme +# The critical files/directories to run Chirpy theme ├── _data ├── _plugins ├── _tabs