Skip to content
Open
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
这是一个可 fork 的博客模板仓库,帮助你快速搭建自己的博客,可以参考我博客的[这篇文章]( https://lemonchann.github.io/create_blog_with_github_pages/ )详细指导搭建步骤。

### 文章版权

`_posts` 文件夹内所有文章版权归我所有,转载需联系我获得授权。

### 致谢

感谢Jekyll主题[LOFFER](https://fromendworld.github.io/LOFFER/)模提供了原始主题模板,我在其上进行的二次开发。

如果搭建过程中有什么问题,也可以扫码添加我的个人技术公众号讨论交流。

**这是一个专注编程知识和资源分享的公众号,包含各类编程学习路线,让你在编程路上少走弯路**

![公众号二维码](https://github.com/lemonchann/images/raw/master/gzh/%E6%96%87%E6%9C%AB%E6%8E%A8%E5%B9%BF%E6%96%87%E6%A1%88.png)

28 changes: 14 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
#

# Name of your site (displayed in the header)
name: "lemon's blog"
name: "Canisranna's blog"
# Short bio or description (displayed in the header)
description: "个人技术公众号:程序员柠檬 分享编程资源 | 学习路线"
description: "仅用于学习交流"

#
# Flags below are optional
#

# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: https://github.com/lemonchann/images/raw/master/gzh/%E6%96%87%E6%9C%AB%E6%8E%A8%E5%B9%BF%E6%96%87%E6%A1%88.png
avatar: https://avatars.githubusercontent.com/u/71917318?s=400&u=aff7c3ceddfe4df344891af922537ab5352bf053&v=4
# 你的favicon(出现在浏览器tab上)图片URL,建议使用较小(64px × 64px)的图片
favicon: https://github.com/lemonchann/lemonchann.github.io/raw/master/images/favicon.ico
favicon: https://github.com/canisranna0/canisranna0.github.io/blob/master/images/adc1d67fa3b9daddde5e2546c276f6a.ico

# Tabs in header. There are 'Blog', 'About', 'Archive', 'Tags'
# and URL Link(e.g. 'Theme' tab below) tabs. If you don't need one, just delete
Expand All @@ -39,41 +39,41 @@ footer-links:
#weibo: frommidworld #请输入你的微博个性域名 https://www.weibo.com/<thispart>
behance: # https://www.behance.net/<username>
dribbble:
zhihu: ning-meng-cheng-31-94
email: llong87@163.com
zhihu:
email: canisranna@gmail.com
facebook:
flickr:
github: lemonchann
github: canisranna0
googleplus: # anything in your profile username that comes after plus.google.com/
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
tumblr: # https://<username>.tumblr.com
#twitter: frommidworld
twitter: @canisranna0
youtube:

# Text under the icons in footer
footer-text: Copyright (c) 2019 lemon
footer-text: Copyright (c) 2023 canisranna

# Enter your Disqus shortname (not your username) to enable commenting on posts
# You can find your shortname on the Settings page of your Disqus account
disqus: # fromendworld

# Gitalk
gitalk:
clientID: bd65d5c0df878155b7fa
clientSecret: d0220762c05c2d6b6f6152a0f0e4b6b090de9729
repo: lemonchann.github.io
owner: lemonchann
clientID: a5800e2b65f0ada6e430
clientSecret: 153c6c3f249991903b7e77e9ce0fb368eb2aa45a
repo: canisranna0.github.io
owner: canisranna0

# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
#google_analytics:

# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url: https://lemonchann.github.io
url: https://canisranna0.github.io

# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
Expand Down
Loading