Skip to content

Commit a8861b1

Browse files
committed
Remove read more links and replace photos with webp format for better
seo
1 parent 6b62306 commit a8861b1

34 files changed

+65
-65
lines changed

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
show_cover: true
3131
cover_size: md
3232
show_excerpt: true
33-
show_readmore: true
33+
show_readmore: false
3434
show_info: true
3535
---
3636
<div class="layout--home">

_posts/2016-10-26-welcome-to-my-blog.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "STSD: Stop Talking Start Doing"
33
date: 2016-10-26 22:50:33 -0400
44
tags: Diary
5-
cover: '/static/2024-04/logo.png'
5+
cover: '/static/2024-04/logo.webp'
66
---
77

88

_posts/2016-10-27-charles-is-not-a-good-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Using charles proxy to monitor mobile SSL traffics"
33
date: 2016-10-27 22:50:33 -0400
44
tags: ["Network", "Charles proxy"]
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/charles.png'
6+
cover: '/static/2024-04/charles.webp'
77
---
88

99
In this blog, I will generally talk about how to use proper tools to monitor SSL traffics of a mobile devices. Currently, I only can dealing with those SSL traffics which use an obviously certification. Some applications may not using system root cert or they doesn't provide us a method to modify their own certs. For these situation, I still didn't find a good solutions for it. But I'll keep updating this if I get one.

_posts/2016-10-28-some-of-my-previews-exper-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Some of my previews experiment works: 2016"
33
date: 2016-10-28 12:27:33 -0400
44
tags: ["Research", "Log", "Miscellanies"]
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/research2016.png'
6+
cover: '/static/2024-04/research2016.webp'
77
---
88
This blog contains only some basic record of my works. For some details, I will write a unique blog just for some specific topics.
99
<!--more-->

_posts/2017-07-08-intro-xv6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Xv6 introduction"
33
date: 2017-07-28 14:56:55 -0400
44
tags: ["Xv6", "Teaching", "Operating system"]
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/xv6.png'
6+
cover: '/static/2024-04/xv6.webp'
77
---
88

99
In this post, you will learn a few basic concepts of xv6. Learning path will be closed coupled to first project assignment I gave when I assisted in teaching OS classes.

_posts/2020-09-15-generate-word-cloud-with-chinese-fenci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Generate Word Cloud Figures with Chinese-Tokenization and WordCloud pyt
33
date: 2020-09-15 22:00:14 -0400
44
tags: Visualization
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/wordcloud.png'
6+
cover: '/static/2024-04/wordcloud.webp'
77
---
88

99
Let's generate a word cloud like this.

_posts/2021-10-13-eddl-how-do-we-train-on-limited-edge-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "EDDL: How do we train neural networks on limited edge devices - PART 1"
33
date: 2021-10-13 16:53:20 -0400
44
tags: ["Research", "Edge computing"]
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/eddl1.png'
6+
cover: '/static/2024-04/eddl1.webp'
77
---
88
This post introduces our previous milestone in project "Edge trainer", as the paper "EDDL: A Distributed Deep Learning System for Resource-limited Edge Computing Environment." was published.
99
As the first part of the introductions, I focus only on the motivation and summary of our works.

_posts/2021-10-31-eddl-how-do-we-train-on-limited-edge-devices-part2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "EDDL: How do we train neural networks on limited edge devices - PART 2"
33
date: 2021-10-31 13:01:14 -0400
44
tags: ["Research", "Edge computing"]
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/eddl2.png'
6+
cover: '/static/2024-04/eddl2.webp'
77
mathjax: true
88
---
99

_posts/2022-02-22-cs350-labs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Labs of CS350"
33
date: 2022-02-22 17:08:17 -0400
44
tags: ["Xv6", "Teaching", "Operating system", "Binghamton university"]
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/bu.png'
6+
cover: '/static/2024-04/bu.webp'
77
---
88

99
This will be a series regarding lab I gave during the spring 2022 semester.

_posts/2024-04-11-Debug-kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Debug Kubelet"
33
date: 2024-04-10 03:34:00 -0400
44
tags: ["Kubernetes", "Kubelet", "Debug"]
55
author: Pengzhan Hao
6-
cover: '/static/2024-04/kubelet.png'
6+
cover: '/static/2024-04/kubelet.webp'
77
---
88

99
## Debug logs

0 commit comments

Comments
 (0)