diff --git a/README.md b/README.md index f721066..15aa500 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ Or update to latest master branch: ```sh $ cd themes/keep +$ git pull +``` + +_If you modified theme source code:_ + +```sh $ git add . $ git stash $ git pull diff --git a/README_zh-CN.md b/README_zh-CN.md index b367afa..91016e8 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -70,6 +70,12 @@ $ npm update hexo-theme-keep ```sh $ cd themes/keep +$ git pull +``` + +_如果你修改了主题源码:_ + +```sh $ git add . $ git stash $ git pull diff --git a/_config.yml b/_config.yml index 31b0e0a..d7a94b1 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,8 @@ base_info: title: Keep Theme author: Keep Team url: https://keep.xpoet.cn/ + # Logo image (You can use local image, image external link or don’t fill) + logo_img: # --------------------------------------------------------------------------------------- @@ -234,4 +236,4 @@ footer: # --------------------------------------------------------------------------------------- # Keep version (Please don't modify) # --------------------------------------------------------------------------------------- -version: 3.4.2 +version: 3.4.3 diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 52e43d8..93c5b75 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -2,8 +2,13 @@