From d4d2abe0c69142755133867c651746008cbda325 Mon Sep 17 00:00:00 2001 From: lemonchann Date: Wed, 27 Nov 2019 00:38:22 +0800 Subject: [PATCH] update blog --- _posts/2019-11-22-create_blog_with_github_pages.md | 2 ++ 1 file changed, 2 insertions(+) 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 519854c..cb1cfa4 100644 --- a/_posts/2019-11-22-create_blog_with_github_pages.md +++ b/_posts/2019-11-22-create_blog_with_github_pages.md @@ -218,6 +218,8 @@ 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) + ## 添加网站计数