网站变更历史
网站变更历史
2019-06-07
准备
- 新建仓库tianyk/tianyk.github.io
GitHub支持两种方式GitHub Page:
- 仓库名为
YOUR_NAME.github.io
,此方式访问地址为YOUR_NAME.github.io
- master分支、master分支的
/docs
目录、gh-pages
分支,这种方式访问地址为YOUR_NAME.github.io/REPOSITORY_NAME
- 仓库名为
- 新建仓库tianyk/tianyk.github.io
迁移网站到GitHub Page
- 配置
git
方式部署
- 配置
修改
CNAME
为tianyk.github.io
1
2
3
4
5
6
7
8$ dig kekek.cc A
;; ANSWER SECTION:
kekek.cc. 10 IN CNAME tianyk.github.io.
tianyk.github.io. 3600 IN A 185.199.110.153
tianyk.github.io. 3600 IN A 185.199.109.153
tianyk.github.io. 3600 IN A 185.199.108.153
tianyk.github.io. 3600 IN A 185.199.111.153
2018-11-15
❤点击记录
1
source/js/main.js
2018-08-25
- include_code 标签支持从网络加载代码
1
scripts/include_code.js
2018-08-24
停用AMP
1
_config.yml
修改下载目录为
downloads
2018-07-16
配置
skip_render
1
_config.yml
2018-07-04
footer对齐
1
cactus/source/css/_partial/footer.styl
2018-07-03
footer部分❤点击
1
2
3cactus/layout/_partial/footer.ejs
cactus/source/css/_partial/footer.styl
cactus/source/js/main.js
参考:
- How Did They Do That? The Twitter “Like” Animation
- css | twitter heart animation
- 重新创建Twitter点赞动效
- Twitter heart button animation
- Twitter’s Heart Animation in Full CSS
2018-06-14
添加创作许可
网站变更开始添加版本
以后均采用日期作为版本,本次版本为[20180614]
2018-06-12
-
- 添加新的页面
layout/tags.ejs
- 通过
site.tags
获取所有标签 - 创建一个新的
hexo new page "tags"
添加
layout: tags
到source/tags/index.md
的front-matter。参考
layout/archive.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14<!-- https://github.com/probberechts/hexo-theme-cactus/issues/35 -->
<div id="tags">
<ul class="post-list">
<% site.tags.each(function(tag) { %>
<h2><%= tag.name %></h2>
<% tag.posts.each(function(post) { %>
<li class="post-item">
<%- partial('_partial/post/date', { post: post, class_name: 'meta' }) %>
<span><%- partial('_partial/post/title', { post: post, index: true, class_name: '' }) %></span>
</li>
<% }); %>
<% }); %>
</ul>
</div>
- 添加新的页面
i18n
themes/cactus/languages/[default|zh-CN].yml
robots.txt
添加
Disallow: /categories
2018-05-03
本站使用hexo搭建,使用cactus模板。使用Openresty作为Web服务器。网站证书使用Let’s Encrypt。本站托管在Vultr。
本站采用「署名 4.0 国际」进行许可。