Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
这是一个可 fork 的博客模板仓库,帮助你快速搭建自己的博客,可以参考我博客的[这篇文章]( https://goldstine.github.io/create_blog_with_github_pages/ )详细指导搭建步骤。

### 文章版权

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

### 致谢

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

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

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

![公众号二维码](https://cdn.jsdelivr.net/gh/goldstine/goldstine.github.io/images/weixin.jpg)

66 changes: 30 additions & 36 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,33 @@
#

# Name of your site (displayed in the header)
name: "goldstine's blog"
name: "Andres Blog"
# Short bio or description (displayed in the header)
description: "个人技术公众号:Goldstine 分享编程资源 | 学习路线"
description: "Sharing My Points"

#
# Flags below are optional
#

# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: https://cdn.jsdelivr.net/gh/goldstine/goldstine.github.io/images/0.png
avatar: https://cdn.jsdelivr.net/gh/LionelJiang/LionelJiang.github.io/images/0.png
# 你的favicon(出现在浏览器tab上)图片URL,建议使用较小(64px × 64px)的图片
favicon: https://cdn.jsdelivr.net/gh/goldstine/goldstine.github.io/images/favicon.ico
favicon: https://cdn.jsdelivr.net/gh/LionelJiang/LionelJiang.github.io/images/favicon.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
# it from the list(Delete '- name: ' and 'url: ', too!)
navigation:
- name: 首页
- name: FrontPage
url: /
- name: 关于
- name: My Resume
url: /about
- name: 归档
- name: Archive
url: /archive
- name: 标签
url: /tags
- name: Img
url: /photos
- name: Music
url: /music
- name: Video
url: /video
- name: 导航
url: /navigation
#- name: Tags
# url: /tags
#- name: Photos
# url: /photos

# Pagination
paginate: 8
Expand All @@ -45,25 +39,25 @@ excerpt_separator: <!-- more -->
# Includes an icon in the footer for each username you enter
footer-links:
#weibo: frommidworld #请输入你的微博个性域名 https://www.weibo.com/<thispart>
behance: # https://www.behance.net/<username>
dribbble:
zhihu: goldstine
email: 15797899690@163.com
facebook:
flickr:
github: goldstine
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
#behance: # https://www.behance.net/<username>
#dribbble:
#zhihu: LionelJiang
email: jiangjinhan0708@gmail.com
#facebook:
#flickr:
github: LionelJiang
#googleplus: # anything in your profile username that comes after plus.google.com/
#instagram:
linkedin: https://www.linkedin.com/in/andres-jinhan-jiang-a96578212/
#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
youtube:
#$youtube:

# Text under the icons in footer
footer-text: Copyright (c) 2023 goldstine
footer-text: Copyright (c) 2023 AndresJiang

# 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
Expand All @@ -73,15 +67,15 @@ disqus: # fromendworld
gitalk:
clientID: 062eeb9a0adf39976274
clientSecret: 3c319e4cf4a90b70809d7fd1b25e4c6c10376a10
repo: goldstine.github.io
owner: goldstine
repo: LionelJiang.github.io
owner: LionelJiang

# 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://goldstine.github.io
url: https://LionelJiang.github.io

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