Skip to content

Commit

Permalink
Site updated: 2024-09-15 20:59:41
Browse files Browse the repository at this point in the history
  • Loading branch information
saurlax committed Sep 15, 2024
1 parent f940a30 commit 2c6f9cb
Show file tree
Hide file tree
Showing 20 changed files with 2,972 additions and 0 deletions.
141 changes: 141 additions & 0 deletions 2024/09/15/hello-world/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">

<title>Hello World | NAOSI Blog</title>


<meta name="author" content="NAOSI">



<meta name="description" content="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 ">




<meta name="keywords" content="">


<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<meta property="og:title" content="Hello World"/>

<meta property="og:site_name" content="NAOSI Blog"/>


<meta property="og:image" content="/favicon.ico"/>


<link href="/favicon.ico" rel="icon">
<link rel="alternate" href="/atom.xml" title="NAOSI Blog" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<meta name="generator" content="Hexo 7.3.0"></head>


<body>
<div class="blog">
<div class="content">

<header>
<div class="site-branding">
<h1 class="site-title">
<a href="/">NAOSI Blog</a>
</h1>
<p class="site-description"></p>
</div>
<nav class="site-navigation">
<ul>

</ul>
</nav>
</header>

<main class="site-main posts-loop">
<article>



<h3 class="article-title"><span>Hello World</span></h3>



<div class="article-top-meta">
<span class="posted-on">
<a href="/2024/09/15/hello-world/" rel="bookmark">
<time class="entry-date published" datetime="2024-09-15T12:46:05.430Z">
2024-09-15
</time>
</a>
</span>
</div>




<div class="article-content">
<div class="entry">

<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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>


</div>

</div>

<div class="article-footer">
<div class="article-meta pull-left">





</div>


</div>
</article>











</main>

<footer class="site-footer">
<p class="site-info">
Proudly powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and
Theme by <a href="https://github.com/CodeDaraW/Hacker" target="_blank">Hacker</a>
</br>

&copy; 2024 NAOSI

</p>
</footer>


</div>
</div>
</body>
</html>
96 changes: 96 additions & 0 deletions archives/2024/09/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">

<title>归档:2024/9 | NAOSI Blog</title>


<meta name="author" content="NAOSI">






<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">



<meta property="og:site_name" content="NAOSI Blog"/>


<meta property="og:image" content="/favicon.ico"/>


<link href="/favicon.ico" rel="icon">
<link rel="alternate" href="/atom.xml" title="NAOSI Blog" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<meta name="generator" content="Hexo 7.3.0"></head>


<body>
<div class="blog">
<div class="content">

<header>
<div class="site-branding">
<h1 class="site-title">
<a href="/">NAOSI Blog</a>
</h1>
<p class="site-description"></p>
</div>
<nav class="site-navigation">
<ul>

</ul>
</nav>
</header>

<main class="site-main posts-loop">


<article>

<h2 class="article-title ">2024/9</h2>

<div class="archive">

<div class="post archive">
<div class="archive-post">
<time datetime="2024-09-15T12:46:05.430Z">
<a href="/2024/09/15/hello-world/">2024-09-15</a>
</time>

<h3 class="archive-title"><a href="/2024/09/15/hello-world/"><span>Hello World</span></a></h3>

</div>
</div>

<nav class="pagination">


</nav>
</div>

</article>
</main>

<footer class="site-footer">
<p class="site-info">
Proudly powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and
Theme by <a href="https://github.com/CodeDaraW/Hacker" target="_blank">Hacker</a>
</br>

&copy; 2024 NAOSI

</p>
</footer>


</div>
</div>
</body>
</html>
96 changes: 96 additions & 0 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">

<title>归档:2024 | NAOSI Blog</title>


<meta name="author" content="NAOSI">






<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">



<meta property="og:site_name" content="NAOSI Blog"/>


<meta property="og:image" content="/favicon.ico"/>


<link href="/favicon.ico" rel="icon">
<link rel="alternate" href="/atom.xml" title="NAOSI Blog" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<meta name="generator" content="Hexo 7.3.0"></head>


<body>
<div class="blog">
<div class="content">

<header>
<div class="site-branding">
<h1 class="site-title">
<a href="/">NAOSI Blog</a>
</h1>
<p class="site-description"></p>
</div>
<nav class="site-navigation">
<ul>

</ul>
</nav>
</header>

<main class="site-main posts-loop">


<article>

<h2 class="article-title ">2024</h2>

<div class="archive">

<div class="post archive">
<div class="archive-post">
<time datetime="2024-09-15T12:46:05.430Z">
<a href="/2024/09/15/hello-world/">2024-09-15</a>
</time>

<h3 class="archive-title"><a href="/2024/09/15/hello-world/"><span>Hello World</span></a></h3>

</div>
</div>

<nav class="pagination">


</nav>
</div>

</article>
</main>

<footer class="site-footer">
<p class="site-info">
Proudly powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and
Theme by <a href="https://github.com/CodeDaraW/Hacker" target="_blank">Hacker</a>
</br>

&copy; 2024 NAOSI

</p>
</footer>


</div>
</div>
</body>
</html>
Loading

0 comments on commit 2c6f9cb

Please sign in to comment.