-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update from hve: 2019-03-02 11:59:25
- Loading branch information
Showing
92 changed files
with
9,947 additions
and
995 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,131 +1,301 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="description" content="" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta charset="utf-8" > | ||
|
||
<title>Eric's Blog</title> | ||
<meta name="description" content="Eric 的小世界"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
|
||
<link rel="shortcut icon" href="https://eric-2369.github.io//favicon.ico"> | ||
<link rel="stylesheet" href="https://eric-2369.github.io//styles/main.css"> | ||
|
||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> | ||
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script> | ||
<script src="https://cdn.bootcss.com/moment.js/2.23.0/moment.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="main"> | ||
<div class="main-content"> | ||
<div class="site-header"> | ||
<a href="https://eric-2369.github.io/"> | ||
<img class="avatar" src="https://eric-2369.github.io//images/avatar.png" alt="" width="80px" height="80px"> | ||
</a> | ||
<h1 class="site-title"> | ||
Eric's Blog | ||
</h1> | ||
<p class="site-description"> | ||
Eric 的小世界 | ||
</p> | ||
<div class="menu-container"> | ||
|
||
|
||
<a href="/" class="menu"> | ||
首页 | ||
</a> | ||
|
||
|
||
|
||
<a href="/tags" class="menu"> | ||
标签 | ||
</a> | ||
|
||
|
||
|
||
<a href="/post/about" class="menu"> | ||
关于 | ||
</a> | ||
|
||
|
||
</div> | ||
</div> | ||
<div id="app" class="main"> | ||
|
||
|
||
<div class="post-container"> | ||
|
||
<article class="post"> | ||
<a href="https://eric-2369.github.io//post/meng"> | ||
<h2 class="post-title">梦</h2> | ||
<div class="sidebar" :class="{ 'full-height': menuVisible }"> | ||
<div class="top-container" data-aos="fade-right"> | ||
<div class="top-header-container"> | ||
<a class="site-title-container" href="https://eric-2369.github.io/"> | ||
<img src="https://eric-2369.github.io//images/avatar.png" class="site-logo"> | ||
<h1 class="site-title">Eric's Blog</h1> | ||
</a> | ||
<div class="post-info"> | ||
<time class="post-time"> | ||
· 2018-05-04 · | ||
</time> | ||
|
||
<div class="menu-btn" @click="menuVisible = !menuVisible"> | ||
<div class="line"></div> | ||
</div> | ||
</div> | ||
<div> | ||
|
||
<a href="https://eric-2369.github.io//post/meng" class="post-feature-image" style="background-image: url('https://eric-2369.github.io//post-images/meng.jpg')"> | ||
</a> | ||
|
||
<div class="post-abstract"> | ||
|
||
</di> | ||
</article> | ||
|
||
<article class="post"> | ||
<a href="https://eric-2369.github.io//post/guan-yu-jiao-tang-bu-ding-ji-jiao-tang-bo-ke"> | ||
<h2 class="post-title">关于焦糖布丁及焦糖博客</h2> | ||
</a> | ||
<div class="post-info"> | ||
<time class="post-time"> | ||
· 2018-04-30 · | ||
</time> | ||
<a href="/" class="site-nav"> | ||
首页 | ||
</a> | ||
|
||
</div> | ||
|
||
<a href="https://eric-2369.github.io//post/guan-yu-jiao-tang-bu-ding-ji-jiao-tang-bo-ke" class="post-feature-image" style="background-image: url('https://eric-2369.github.io//post-images/guan-yu-jiao-tang-bu-ding-ji-jiao-tang-bo-ke.jpg')"> | ||
</a> | ||
|
||
<div class="post-abstract"> | ||
|
||
</di> | ||
</article> | ||
|
||
<article class="post"> | ||
<a href="https://eric-2369.github.io//post/huan-ying-lai-dao-eric-de-xiao-shi-jie"> | ||
<h2 class="post-title">欢迎来到 Eric 的小世界</h2> | ||
</a> | ||
<div class="post-info"> | ||
<time class="post-time"> | ||
· 2018-04-30 · | ||
</time> | ||
<a href="/tags" class="site-nav"> | ||
标签 | ||
</a> | ||
|
||
</div> | ||
|
||
<a href="https://eric-2369.github.io//post/huan-ying-lai-dao-eric-de-xiao-shi-jie" class="post-feature-image" style="background-image: url('https://eric-2369.github.io//post-images/huan-ying-lai-dao-eric-de-xiao-shi-jie.jpg')"> | ||
</a> | ||
|
||
<div class="post-abstract"> | ||
|
||
</di> | ||
</article> | ||
|
||
<a href="/post/about" class="site-nav"> | ||
关于 | ||
</a> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="bottom-container" data-aos="flip-up" data-aos-offset="0"> | ||
<div class="site-description"> | ||
Eric 的小世界 | ||
</div> | ||
<div class="site-footer"> | ||
Powered by GitHub Pages | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="pagination-container"> | ||
|
||
<div class="main-container"> | ||
<div class="content-container" data-aos="fade-up"> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/37"> | ||
<h2 class="post-title">我想吃掉你的胰脏</h2> | ||
</a> | ||
<div class="post-date"> | ||
2019-02-22 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/37"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/37.png')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/36"> | ||
<h2 class="post-title">主人</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-09-05 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/35"> | ||
<h2 class="post-title">还在</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-08-28 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/35"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/35.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/34"> | ||
<h2 class="post-title">删除</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-08-26 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/34"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/34.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/33"> | ||
<h2 class="post-title">抑郁</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-08-07 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/33"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/33.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/32"> | ||
<h2 class="post-title">被羽毛删掉的故事</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-08-02 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/32"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/32.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/31"> | ||
<h2 class="post-title">无题</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-08-01 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/31"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/31.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/30"> | ||
<h2 class="post-title">友人</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-06-28 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/30"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/30.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/29"> | ||
<h2 class="post-title">圆月</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-06-27 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/29"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/29.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
<article class="post-item"> | ||
<div class="left"> | ||
<a href="https://eric-2369.github.io//post/28"> | ||
<h2 class="post-title">终点站</h2> | ||
</a> | ||
<div class="post-date"> | ||
2018-06-20 | ||
</div> | ||
<div class="post-abstract"> | ||
|
||
</div> | ||
</div> | ||
|
||
<a class="right" href="https://eric-2369.github.io//post/28"> | ||
<div class="feature-container" style="background-image: url('https://eric-2369.github.io//post-images/28.jpeg')"> | ||
</div> | ||
</a> | ||
|
||
</article> | ||
|
||
|
||
<div class="pagination-container"> | ||
|
||
|
||
<a href="https://eric-2369.github.io//page/2/" class="next">下一页 <i class="icon-arrow-ios-forward-outline"></i></a> | ||
|
||
</div> | ||
|
||
|
||
<div class="site-footer"> | ||
Powered by GitHub Pages | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
|
||
<script type="application/javascript"> | ||
|
||
AOS.init(); | ||
|
||
hljs.initHighlightingOnLoad() | ||
|
||
var app = new Vue({ | ||
el: '#app', | ||
data: { | ||
menuVisible: false, | ||
}, | ||
}) | ||
|
||
<script> | ||
hljs.initHighlightingOnLoad() | ||
</script> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.