diff --git a/_posts/2019-11-22-create_blog_with_github_pages.md b/_posts/2019-11-22-create_blog_with_github_pages.md index cb1cfa4..029a026 100644 --- a/_posts/2019-11-22-create_blog_with_github_pages.md +++ b/_posts/2019-11-22-create_blog_with_github_pages.md @@ -165,7 +165,7 @@ url: https://yourname.github.io 配置完成,打开博客,你得到这样一个搜索框。 -![20191126232418](https://raw.githubusercontent.com/lemonchann/lemonchann.github.io/master/images/2019-11-22-create_blog_with_github_pages20191126232418.png) +![search_block](https://raw.githubusercontent.com/lemonchann/lemonchann.github.io/master/images/2019-11-22-create_blog_with_github_pages/search_block.png) ## 搜索框样式 @@ -218,7 +218,7 @@ footer-links: 主要是`path d=` 内容的获取,这里其实是指定svg图片的内容,我们可以从 [这里](https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/brands/)获取到大部分svg素材,比如知乎的svg[在这](https://github.com/FortAwesome/Font-Awesome/blob/master/svgs/brands/zhihu.svg),点`raw` 按钮查看源文件,复制`path d=`后面的内容到上面的配置即可。 -![zhihuSvg](https://github.com/lemonchann/lemonchann.github.io/raw/master/images/2019-11-22-create_blog_with_github_pages20191127002157.png) +![zhihuSvg](https://raw.githubusercontent.com/lemonchann/lemonchann.github.io/master/images/2019-11-22-create_blog_with_github_pages/zhihuSvg.png) diff --git a/images/2019-11-22-create_blog_with_github_pages20191126232418.png b/images/2019-11-22-create_blog_with_github_pages20191126232418.png deleted file mode 100644 index 73e3d9c..0000000 Binary files a/images/2019-11-22-create_blog_with_github_pages20191126232418.png and /dev/null differ diff --git a/images/2019-11-22-create_blog_with_github_pages20191127002157.png b/images/2019-11-22-create_blog_with_github_pages20191127002157.png deleted file mode 100644 index df51503..0000000 Binary files a/images/2019-11-22-create_blog_with_github_pages20191127002157.png and /dev/null differ diff --git a/images/2019-11-22-create_blog_with_github_pagessearch_block.png b/images/2019-11-22-create_blog_with_github_pagessearch_block.png deleted file mode 100644 index 73e3d9c..0000000 Binary files a/images/2019-11-22-create_blog_with_github_pagessearch_block.png and /dev/null differ diff --git a/images/2019-11-22-create_blog_with_github_pageszhihuSvg.png b/images/2019-11-22-create_blog_with_github_pageszhihuSvg.png deleted file mode 100644 index df51503..0000000 Binary files a/images/2019-11-22-create_blog_with_github_pageszhihuSvg.png and /dev/null differ