Skip to content

Commit 9db17c4

Browse files
committed
update
Signed-off-by: husharp <ihusharp@gmail.com>
1 parent 42ad6c9 commit 9db17c4

File tree

704 files changed

+15641
-171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

704 files changed

+15641
-171
lines changed

.DS_Store

0 Bytes
Binary file not shown.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 HuSharp
3+
Copyright (c) 2023 HuSharp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ plugins:
77
- jekyll-seo-tag
88
- jekyll-sitemap
99
- jekyll-feed
10+
11+
# comments
12+
disqus_shortname: husharp-today
13+
14+
# statistic analysis
15+
baidu_statistic_analysis_id: 6d368ef895dea4ef8091393d1e3e9408

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer>
22
<span class="hidden-text">
3-
<blockquote>Copyright 2023 Jinhao Hu. Any and all opinions listed here are my own and not representative of my employers; future, past and present.</blockquote>
3+
<blockquote>Copyright 2023 HuSharp. Any and all opinions listed here are my own and not representative of my employers; future, past and present.</blockquote>
44
</span>
55
<br />
66
</footer>

_includes/navbar.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
- <a href="/resume.html">Résumé</a>
77
- <a href="/collections.html">Collections</a>
88
| <a href="/feed.xml">RSS</a>
9-
<!-- | <label class="checkbox-container"><input type="checkbox" id="lightSelected">
9+
| <label class="checkbox-container"><input type="checkbox" id="lightSelected">
1010
<b>[<span class="indicator">Light</span>]</b>
11-
</label> -->
11+
</label>
1212
</p>
13-
14-
<!-- <p><a href="/">HuSharp</a> - <a href="/blogs.html">Blog</a> - <a href="/contact">Contact</a> - <a href="/gallery">Gallery</a> - <a href="/resume">Resume</a> - <a href="/collections">Collections</a> - <a href="/talks">Talks</a> | <a target="_blank" rel="noopener noreferrer" href="https://graphviz.christine.website">GraphViz</a> - <a target="_blank" rel="noopener noreferrer" href="https://when-then-zen.christine.website/">When Then Zen</a></p> -->
1513
</header>

_layouts/blog.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{% seo %}
4141
</head>
4242
<body class="snow hack">
43-
<script data-goatcounter="https://tabokie.goatcounter.com/count"
43+
<script data-goatcounter="https://husharp.goatcounter.com/count"
4444
async src="//gc.zgo.at/count.js"></script>
4545
<div class="container">
4646
{% include navbar.html %}
@@ -70,8 +70,22 @@ <h1>{{page.title}}</h1>
7070
{% endif %}
7171
</div>
7272

73+
<!-- Set Content -->
74+
<div style="float: right;">
75+
<div class="side-content">
76+
<div class="wrap">
77+
<!-- Content -->
78+
<div class="side content">
79+
<ul id="content-side" class="content-ul">
80+
</ul>
81+
</div>
82+
</div>
83+
</div>
84+
</div>
85+
7386
{% include footer.html %}
7487
</div>
7588
<script src="/assets/js/instantpage-3.0.0.js" defer type="module"> </script>
89+
<script src="{{ "/assets/js/pageContent.js" | prepend: site.baseurl }}" charset="utf-8"></script>
7690
</body>
7791
</html>

_layouts/catalog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{% seo %}
4141
</head>
4242
<body class="snow hack">
43-
<script data-goatcounter="https://tabokie.goatcounter.com/count"
43+
<script data-goatcounter="https://husharp.goatcounter.com/count"
4444
async src="//gc.zgo.at/count.js"></script>
4545
<div class="container">
4646
{% include navbar.html %}

_layouts/sidebar.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,23 @@
4141
<meta name="google-site-verification" content="LwllE8LNzqSKfduvBO0DPUFHyeOhhYuk7QeKjmQHwKE" />
4242
</head>
4343
<body class="snow hack">
44-
<script data-goatcounter="https://tabokie.goatcounter.com/count"
44+
<script data-goatcounter="https://husharp.goatcounter.com/count"
4545
async src="//gc.zgo.at/count.js"></script>
4646
<div class="container">
4747
{% include navbar.html %}
4848

4949
<div class="snowframe">
5050
<div class="grid">
51-
<div class="cell -3of12 content">
51+
<div class="cell -2of12 content">
5252
<center>
5353
{% if page.avatar %}
5454
<img src="{{page.avatar}}" alt="My Avatar" class="avatar">
5555
{% endif %}
5656
<br />
57-
Reach me at <a href="mailto:ihusharp@gmail.com">ihusharp@gmail.com</a>,
58-
<br />
59-
also available on
60-
<br />
61-
<a href="https://github.com/HuSharp">GitHub</a>, <a href="https://www.douban.com/people/224261882/">Douban</a>.
6257
</center>
6358
</div>
64-
<div class="cell -9of12 content">
59+
60+
<div class="cell -8of12 content">
6561
{{content}}
6662
</div>
6763
</div>

_layouts/tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% seo %}
4040
</head>
4141
<body class="snow hack">
42-
<script data-goatcounter="https://tabokie.goatcounter.com/count"
42+
<script data-goatcounter="https://husharp.goatcounter.com/count"
4343
async src="//gc.zgo.at/count.js"></script>
4444
<div class="container">
4545
{% include navbar.html %}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: blog
3+
title: "见雨思友焉"
4+
date: 2020-07-06 17:43:28 +0800
5+
category: life
6+
---
7+
8+
又是一年高考季...
9+
10+
还记得老师说每年高考都要下雨,唯独我们那届几天都万里无云。
11+
我看着窗外的雨,突然想到两年前的今天,我坐在正雅楼后面的暂居教室,最后一条倒数第二个,后面是小汪,前面是沈妹子,左边是妖风,右边是墙。靠着墙往外看,晚霞很美,窗外那只大B说发春了的鸟还在叫。
12+
13+
小汪和我不背书看风景,他说他要是考的不妥就去青海当个诗人,好在最后他还是正常发挥,去了武大当流氓。
14+
我一直都觉得我是一个幸运的人,在中考那天也是靠着墙看晚霞,虽说高考可能不尽人意,但好像也能让我在大学改掉散漫,好好规划自己的未来。
15+
16+
最后沈妹子去了中财,妖风和我高考一样分数但他执意学医去了南京,我们都有光明的未来。
17+
18+
希望我亲爱的朋友们前程似锦。
19+
20+
祝高考生考出自己的水平,澧一加油。

0 commit comments

Comments
 (0)