Skip to content

Commit

Permalink
Site updated: 2024-09-19 12:48:56
Browse files Browse the repository at this point in the history
  • Loading branch information
Braqr committed Sep 19, 2024
1 parent 08970db commit c2b854d
Show file tree
Hide file tree
Showing 27 changed files with 422 additions and 138 deletions.
28 changes: 28 additions & 0 deletions 2023/09/09/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@

<title>Hello World | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down Expand Up @@ -232,6 +241,25 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl





<div class="followme">
<p>欢迎关注我的其它发布渠道</p>

<div class="social-list">

<div class="social-item">
<a target="_blank" class="social-link" href="/atom.xml">
<span class="icon">
<i class="fa fa-rss"></i>
</span>

<span class="label">RSS</span>
</a>
</div>
</div>
</div>


<footer class="post-footer">

Expand Down
28 changes: 28 additions & 0 deletions 2024/02/08/我的第一篇/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@

<title>我的第一篇 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down Expand Up @@ -228,6 +237,25 @@ <h1 id="终于"><a href="#终于" class="headerlink" title="终于"></a>终于</





<div class="followme">
<p>欢迎关注我的其它发布渠道</p>

<div class="social-list">

<div class="social-item">
<a target="_blank" class="social-link" href="/atom.xml">
<span class="icon">
<i class="fa fa-rss"></i>
</span>

<span class="label">RSS</span>
</a>
</div>
</div>
</div>


<footer class="post-footer">
<div class="post-tags">
Expand Down
28 changes: 28 additions & 0 deletions 2024/02/08/日记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@

<title>关于写日记 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down Expand Up @@ -235,6 +244,25 @@ <h1 id="决策日记🤔"><a href="#决策日记🤔" class="headerlink" title="





<div class="followme">
<p>欢迎关注我的其它发布渠道</p>

<div class="social-list">

<div class="social-item">
<a target="_blank" class="social-link" href="/atom.xml">
<span class="icon">
<i class="fa fa-rss"></i>
</span>

<span class="label">RSS</span>
</a>
</div>
</div>
</div>


<footer class="post-footer">
<div class="post-tags">
Expand Down
28 changes: 28 additions & 0 deletions 2024/02/24/记一次引流手术/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@

<title>记一次引流手术 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down Expand Up @@ -246,6 +255,25 @@ <h1 id="换药"><a href="#换药" class="headerlink" title="换药"></a>换药</





<div class="followme">
<p>欢迎关注我的其它发布渠道</p>

<div class="social-list">

<div class="social-item">
<a target="_blank" class="social-link" href="/atom.xml">
<span class="icon">
<i class="fa fa-rss"></i>
</span>

<span class="label">RSS</span>
</a>
</div>
</div>
</div>


<footer class="post-footer">
<div class="post-tags">
Expand Down
28 changes: 28 additions & 0 deletions 2024/07/10/高考/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@

<title>高考 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down Expand Up @@ -246,6 +255,25 @@ <h2 id="考后-🎉"><a href="#考后-🎉" class="headerlink" title="考后





<div class="followme">
<p>欢迎关注我的其它发布渠道</p>

<div class="social-list">

<div class="social-item">
<a target="_blank" class="social-link" href="/atom.xml">
<span class="icon">
<i class="fa fa-rss"></i>
</span>

<span class="label">RSS</span>
</a>
</div>
</div>
</div>


<footer class="post-footer">
<div class="post-tags">
Expand Down
28 changes: 28 additions & 0 deletions 2024/08/26/英语语法入门/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@

<title>英语语法入门 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down Expand Up @@ -384,6 +393,25 @@ <h2 id="非谓语动词"><a href="#非谓语动词" class="headerlink" title="





<div class="followme">
<p>欢迎关注我的其它发布渠道</p>

<div class="social-list">

<div class="social-item">
<a target="_blank" class="social-link" href="/atom.xml">
<span class="icon">
<i class="fa fa-rss"></i>
</span>

<span class="label">RSS</span>
</a>
</div>
</div>
</div>


<footer class="post-footer">
<div class="post-tags">
Expand Down
42 changes: 37 additions & 5 deletions 2024/09/09/初见大学/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
var CONFIG = {"hostname":"yuxiangyun.top","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false,"avatar":"https://pic.imgdb.cn/item/669cf486d9c307b7e9ba2659.jpg","url":"https://pic.imgdb.cn/item/669cf486d9c307b7e9ba2659.jpg","rounded":false,"rotated":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
</script>

<meta name="description" content="开学前这个暑假是上学有史以来最长的暑假。 从6月9日高考结束到开学9月1日,三个月的假期几乎没有计划地就度过了,每天吃喝睡然后刷抖音。夏天全国都很热🥵,偶尔出去玩一会都热的非常难受,尤其在长沙! 所以假期到后面便开始呈现一种虚无之感了,可能对我这样玩太久也会很难受吧哈哈。 临近开学便开始期待了,期待高三想象中的大学生活(主要是美好的一面),以及到一个新的环境也会让我兴奋。所以我还是很期待开学的">
<meta name="description" content="开学前 这个暑假是上学有史以来最长的暑假。 从6月9日高考结束到开学9月1日,三个月的假期几乎没有计划地就度过了,每天吃喝睡然后刷抖音。夏天全国都很热🥵,偶尔出去玩一会都热的非常难受,尤其在长沙! 所以假期到后面便开始呈现一种虚无之感了,可能对我这样玩太久也会很难受吧哈哈。 临近开学便开始期待了,期待高三想象中的大学生活(主要是美好的一面),">
<meta property="og:type" content="article">
<meta property="og:title" content="初见大学">
<meta property="og:url" content="https://yuxiangyun.top/2024/09/09/%E5%88%9D%E8%A7%81%E5%A4%A7%E5%AD%A6/">
<meta property="og:site_name" content="Yu的部落格">
<meta property="og:description" content="开学前这个暑假是上学有史以来最长的暑假。 从6月9日高考结束到开学9月1日,三个月的假期几乎没有计划地就度过了,每天吃喝睡然后刷抖音。夏天全国都很热🥵,偶尔出去玩一会都热的非常难受,尤其在长沙! 所以假期到后面便开始呈现一种虚无之感了,可能对我这样玩太久也会很难受吧哈哈。 临近开学便开始期待了,期待高三想象中的大学生活(主要是美好的一面),以及到一个新的环境也会让我兴奋。所以我还是很期待开学的">
<meta property="og:description" content="开学前 这个暑假是上学有史以来最长的暑假。 从6月9日高考结束到开学9月1日,三个月的假期几乎没有计划地就度过了,每天吃喝睡然后刷抖音。夏天全国都很热🥵,偶尔出去玩一会都热的非常难受,尤其在长沙! 所以假期到后面便开始呈现一种虚无之感了,可能对我这样玩太久也会很难受吧哈哈。 临近开学便开始期待了,期待高三想象中的大学生活(主要是美好的一面),">
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="https://blog-1304956271.cos.ap-guangzhou.myqcloud.com/newschool.jpg">
<meta property="og:image" content="https://blog-1304956271.cos.ap-guangzhou.myqcloud.com/Pinkcar.jpg">
<meta property="article:published_time" content="2024-09-09T14:35:03.000Z">
<meta property="article:modified_time" content="2024-09-18T07:12:01.698Z">
<meta property="article:modified_time" content="2024-09-19T04:46:45.712Z">
<meta property="article:author" content="喻祥云">
<meta property="article:tag" content="记录">
<meta name="twitter:card" content="summary">
Expand All @@ -51,6 +51,15 @@

<title>初见大学 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down Expand Up @@ -200,7 +209,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-09-18 15:12:01" itemprop="dateModified" datetime="2024-09-18T15:12:01+08:00">2024-09-18</time>
<time title="修改时间:2024-09-19 12:46:45" itemprop="dateModified" datetime="2024-09-19T12:46:45+08:00">2024-09-19</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand All @@ -223,7 +232,11 @@ <h1 class="post-title" itemprop="name headline">
<div class="post-body" itemprop="articleBody">


<h1 id="开学前"><a href="#开学前" class="headerlink" title="开学前"></a>开学前</h1><p>这个暑假是上学有史以来最长的暑假。</p>
<h1 id="开学前"><a href="#开学前" class="headerlink" title="开学前"></a>开学前</h1><div class="note success">
<p>这个暑假是上学有史以来最长的暑假。 </p>
</div>


<p>从6月9日高考结束到开学9月1日,三个月的假期几乎没有计划地就度过了,每天吃喝睡然后刷抖音。夏天全国都很热🥵,偶尔出去玩一会都热的非常难受,尤其在长沙!</p>
<p>所以假期到后面便开始呈现一种虚无之感了,可能对我这样玩太久也会很难受吧哈哈。</p>
<p>临近开学便开始期待了,期待高三想象中的大学生活(主要是美好的一面),以及到一个新的环境也会让我兴奋。所以我还是很期待开学的,但中间也曾担忧会被分到8人寝室,所以还有一丝开盲盒的感觉。</p>
Expand Down Expand Up @@ -253,6 +266,25 @@ <h1 id="扯几句"><a href="#扯几句" class="headerlink" title="扯几句"></a





<div class="followme">
<p>欢迎关注我的其它发布渠道</p>

<div class="social-list">

<div class="social-item">
<a target="_blank" class="social-link" href="/atom.xml">
<span class="icon">
<i class="fa fa-rss"></i>
</span>

<span class="label">RSS</span>
</a>
</div>
</div>
</div>


<footer class="post-footer">
<div class="post-tags">
Expand Down
9 changes: 9 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
<title>关于页 | Yu的部落格
</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down
9 changes: 9 additions & 0 deletions archives/2023/09/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@

<title>归档 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down
9 changes: 9 additions & 0 deletions archives/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@

<title>归档 | Yu的部落格</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-H6LPER6VZX"></script>
<script>
if (CONFIG.hostname === location.hostname) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H6LPER6VZX');
}
</script>



Expand Down
Loading

0 comments on commit c2b854d

Please sign in to comment.