Skip to content

Commit

Permalink
Update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglr committed Nov 17, 2024
1 parent 9afc204 commit 9a398d6
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

这是我的个人博客项目,里面会记录技术、运营和生活的点点滴滴。

访问地址:https://geekplayers.com/
https://www.geekplayers.com/
访问地址:https://yanglr.github.io/
https://www.yanglr.github.io/

## 大白技术控的技术博客,兼谈运营硬核技巧.

Expand Down
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ favicon: favicon.ico

repository: yanglr/yanglr.github.io
github_url: https://github.com/yanglr
url: https://geekplayers.com
enforce_ssl: geekplayers.com
url: https://yanglr.github.io
enforce_ssl: yanglr.github.io

permalink: /:title.html

Expand Down Expand Up @@ -67,7 +67,7 @@ defaults:
- scope:
path: ""
values:
image: https://geekplayers.com/assets/images/better-me.jpg
image: https://yanglr.github.io/assets/images/better-me.jpg

collections:
wiki:
Expand Down Expand Up @@ -310,14 +310,14 @@ disqus:
# https://imsun.net/posts/gitment-introduction/
gitment:
owner: yanglr
repo: geekplayers.com
repo: yanglr.github.io
oauth:
client_id: 22eb6462c987e7a79860 # owner: yanglr
client_secret: 6cd15fa90d4e2f73fa16eaab9b3f783831fe3f3d
# https://github.com/gitalk/gitalk#install
gitalk:
owner: yanglr
repo: geekplayers.com
repo: yanglr.github.io
clientID: 22eb6462c987e7a79860 # owner: yanglr
clientSecret: 6cd15fa90d4e2f73fa16eaab9b3f783831fe3f3d
# 在使用其它评论组件时可点击显示 Disqus
Expand Down
2 changes: 1 addition & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bravo_yeung:
name: Bravo Yeung
site: https://geekplayers.com
site: https://yanglr.github.io
avatar_url: //cdn.jsdelivr.net/gh/yanglr/yanglr.github.io/assets/images/authors/byavatar.jpg
# avatar: /avatat.jpg
# bio: ".NET开发者"
Expand Down
6 changes: 3 additions & 3 deletions _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ <h2>Articles</h2>
<ul>
<li>
<p>
2018/06/03 - <a href="http://geekplayers.com/2018/06/03/calculator_using_caliburn-micro_from0to1/">从0到1:使用Caliburn.Micro(WPF和MVVM)开发简单的计算器</a>
2018/06/03 - <a href="http://yanglr.github.io/2018/06/03/calculator_using_caliburn-micro_from0to1/">从0到1:使用Caliburn.Micro(WPF和MVVM)开发简单的计算器</a>
</p>
</li>

<li>
<p>
2019/03/04 - <a href="http://geekplayers.com/2019/03/04/build_site_guide_using_hexo_and_coding-net_for_beginners/">开发小白也毫无压力的hexo静态博客建站全攻略
2019/03/04 - <a href="http://yanglr.github.io/2019/03/04/build_site_guide_using_hexo_and_coding-net_for_beginners/">开发小白也毫无压力的hexo静态博客建站全攻略
- 躺坑后亲诉心路历程</a></p>
</li>

<li>
<p>
2020/06/26 - <a href="http://geekplayers.com/2020/06/26/wpf-data-binding-debug-guide/">WPF中的Data Binding调试指南</a>
2020/06/26 - <a href="http://yanglr.github.io/2020/06/26/wpf-data-binding-debug-guide/">WPF中的Data Binding调试指南</a>
</p>
</li>

Expand Down
6 changes: 3 additions & 3 deletions _includes/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ <h3>版权声明</h3>
一个有故事的程序员
</p>
<p align="center" style="margin-top: 15px; font-size: 11px;color: #cc0000;">
<strong>(转载本站文章请注明作者和出处 <a href="//geekplayers.com">极客玩家大白</a></strong>
<strong>(转载本站文章请注明作者和出处 <a href="//yanglr.github.io">极客玩家大白</a></strong>
</p>
<p align="center" style="margin-top: 15px; font-size: 16px;color: #337ab7;">
<strong><a href="//geekplayers.com" target="_blank">点击了解 :.NET技术人的网站</a></strong>
<strong><a href="//yanglr.github.io" target="_blank">点击了解 :.NET技术人的网站</a></strong>
</p>
</div>

Expand All @@ -64,7 +64,7 @@ <h3>版权声明</h3>
// alert(window.location.href);
if(hostname.indexOf('github.io') > -1)
{
newUrl = window.location.href.replace('geekplayers.com', 'yanglr.github.io');
newUrl = window.location.href.replace('yanglr.github.io', 'yanglr.github.io');
document.getElementById("link").innerText = newUrl;
}

Expand Down
12 changes: 6 additions & 6 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<link rel="shortcut icon" sizes="32x32" href="/assets/images/favicon.png">
<link rel="apple-touch-icon" href="/assets/images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/favicon.png">
<link rel="search" type="application/opensearchdescription+json" href="https://geekplayers.com/search.json" title="{{ site.title }}" />
<link rel="search" type="application/opensearchdescription+json" href="https://yanglr.github.io/search.json" title="{{ site.title }}" />

<meta name="theme-color" content="#cc0000">
<meta name="msapplication-TileColor" content="#cc0000">
{% if page.image %}<meta name="msapplication-TileImage" content="{{ page.image }}">{% endif %}

<!-- Start Alexa Certify Javascript -->
<script type="text/javascript">
_atrk_opts = { atrk_acct: "K78pv1Y1Mn20Io", domain: "geekplayers.com", dynamic: true };
_atrk_opts = { atrk_acct: "K78pv1Y1Mn20Io", domain: "yanglr.github.io", dynamic: true };
(function () { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://certify-js.alexametrics.com/atrk.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(as, s); })();
</script>
<noscript><img src="https://certify.alexametrics.com/atrk.gif?account=K78pv1Y1Mn20Io" style="display:none" height="1"
Expand Down Expand Up @@ -206,15 +206,15 @@

<!-- Third-Party CSS -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/yanglr/yanglr.github.io/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="//geekplayers.com/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="//yanglr.github.io/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/yanglr/yanglr.github.io/bower_components/hover/css/hover-min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/yanglr/yanglr.github.io/bower_components/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="//geekplayers.com/assets/css/syntax.css">
<link rel="stylesheet" href="//geekplayers.com/assets/css/sidebar-post-nav.css">
<link rel="stylesheet" href="//yanglr.github.io/assets/css/syntax.css">
<link rel="stylesheet" href="//yanglr.github.io/assets/css/sidebar-post-nav.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yanglr/yanglr.github.io@master/assets/vendor/share.js/dist/css/share.min.css">

<!-- My CSS -->
<link rel="stylesheet" href="//geekplayers.com/assets/css/common.css">
<link rel="stylesheet" href="//yanglr.github.io/assets/css/common.css">

<!-- CSS set in page -->
{% for css in page.css %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/post-metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1 style="font-size: 45px;">
// alert(window.location.href);
if(hostname.indexOf('github.io') > -1)
{
newUrl = 'http://www.baidu.com/s?wd=' + window.location.href.replace('geekplayers.com', 'yanglr.github.io');
newUrl = 'http://www.baidu.com/s?wd=' + window.location.href;
document.getElementById("index-query").setAttribute("href", newUrl);
}

Expand Down
2 changes: 1 addition & 1 deletion _includes/sidebar-popular-repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div id='gzh' align="center">
{% if site.url contains 'geekplayers' %}
<h3>欢迎关注我的微信公众号</h3>
<img style="border:1px solid #dddddd;height:192px;width:192px" src="//geekplayers.com/assets/images/dotnet.jpg"
<img style="border:1px solid #dddddd;height:192px;width:192px" src="//yanglr.github.io/assets/images/dotnet.jpg"
alt="极客玩家大白" title="极客玩家大白" loading="lazy" />
{% endif %}
</div>
Expand Down
4 changes: 2 additions & 2 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sitemap: https://geekplayers.com/sitemap.xml
Sitemap: https://geekplayers.com/cnsitemap.xml
Sitemap: https://yanglr.github.io/sitemap.xml
Sitemap: https://yanglr.github.io/cnsitemap.xml

User-agent: *

0 comments on commit 9a398d6

Please sign in to comment.