Skip to content

Commit

Permalink
deploy: 887c1f8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancy2209 committed Jun 3, 2024
1 parent a2c9466 commit b65714b
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<meta property="og:type" content="blog">
<meta property="og:title" content="Hello World">
<meta property="og:site_name" content="AwayFL">
<meta property="og:url" content="http://awayfl.org/2024/03/23/hello-world/">
<meta property="og:url" content="http://awayfl.org/2024/06/03/hello-world/">
<meta property="og:description" content="">


Expand All @@ -51,10 +51,16 @@




<!-- HLJS, I hate the official way doesn't work -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<meta name="generator" content="Hexo 7.1.1"></head>
<!-- END HEAD -->


<body>


Expand Down Expand Up @@ -145,7 +151,7 @@
<section id="post">
<div class="content content-width">
<h1 class="post-title"> Hello World</h1>
<p class="date"> Sat Mar 23 2024 23:24:18 GMT+0000 </p>
<p class="date"> Mon Jun 03 2024 23:38:14 GMT+0000 </p>

<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo new <span class="token string">"My New Post"</span><span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
Expand Down
14 changes: 10 additions & 4 deletions archives/2024/03/index.html → archives/2024/06/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<meta property="og:type" content="blog">
<meta property="og:title" content="AwayFL">
<meta property="og:site_name" content="AwayFL">
<meta property="og:url" content="http://awayfl.org/archives/2024/03/index.html">
<meta property="og:url" content="http://awayfl.org/archives/2024/06/index.html">
<meta property="og:description" content="">


Expand All @@ -51,10 +51,16 @@




<!-- HLJS, I hate the official way doesn't work -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<meta name="generator" content="Hexo 7.1.1"></head>
<!-- END HEAD -->


<body>


Expand Down Expand Up @@ -155,8 +161,8 @@


<div class="post first-post">
<h1><a href="/2024/03/23/hello-world/"> Hello World </a></h1>
<p class="date"> Sat Mar 23 2024 23:24:18 GMT+0000 </p>
<h1><a href="/2024/06/03/hello-world/"> Hello World </a></h1>
<p class="date"> Mon Jun 03 2024 23:38:14 GMT+0000 </p>


<p> Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Expand All @@ -174,7 +180,7 @@ <h1><a href="/2024/03/23/hello-world/"> Hello World </a></h1>
More info: Deployment
</p>

<p class="continue"><a href="/2024/03/23/hello-world/" class="btn">Continue reading...</a></p>
<p class="continue"><a href="/2024/06/03/hello-world/" class="btn">Continue reading...</a></p>
</div>


Expand Down
12 changes: 9 additions & 3 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,16 @@




<!-- HLJS, I hate the official way doesn't work -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<meta name="generator" content="Hexo 7.1.1"></head>
<!-- END HEAD -->


<body>


Expand Down Expand Up @@ -155,8 +161,8 @@


<div class="post first-post">
<h1><a href="/2024/03/23/hello-world/"> Hello World </a></h1>
<p class="date"> Sat Mar 23 2024 23:24:18 GMT+0000 </p>
<h1><a href="/2024/06/03/hello-world/"> Hello World </a></h1>
<p class="date"> Mon Jun 03 2024 23:38:14 GMT+0000 </p>


<p> Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Expand All @@ -174,7 +180,7 @@ <h1><a href="/2024/03/23/hello-world/"> Hello World </a></h1>
More info: Deployment
</p>

<p class="continue"><a href="/2024/03/23/hello-world/" class="btn">Continue reading...</a></p>
<p class="continue"><a href="/2024/06/03/hello-world/" class="btn">Continue reading...</a></p>
</div>


Expand Down
12 changes: 9 additions & 3 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,16 @@




<!-- HLJS, I hate the official way doesn't work -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<meta name="generator" content="Hexo 7.1.1"></head>
<!-- END HEAD -->


<body>


Expand Down Expand Up @@ -155,8 +161,8 @@


<div class="post first-post">
<h1><a href="/2024/03/23/hello-world/"> Hello World </a></h1>
<p class="date"> Sat Mar 23 2024 23:24:18 GMT+0000 </p>
<h1><a href="/2024/06/03/hello-world/"> Hello World </a></h1>
<p class="date"> Mon Jun 03 2024 23:38:14 GMT+0000 </p>


<p> Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Expand All @@ -174,7 +180,7 @@ <h1><a href="/2024/03/23/hello-world/"> Hello World </a></h1>
More info: Deployment
</p>

<p class="continue"><a href="/2024/03/23/hello-world/" class="btn">Continue reading...</a></p>
<p class="continue"><a href="/2024/06/03/hello-world/" class="btn">Continue reading...</a></p>
</div>


Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,16 @@




<!-- HLJS, I hate the official way doesn't work -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<meta name="generator" content="Hexo 7.1.1"></head>
<!-- END HEAD -->


<body>


Expand Down
6 changes: 6 additions & 0 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,16 @@




<!-- HLJS, I hate the official way doesn't work -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<meta name="generator" content="Hexo 7.1.1"></head>
<!-- END HEAD -->


<body>


Expand Down

0 comments on commit b65714b

Please sign in to comment.