-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a695c8
commit 9df706f
Showing
9 changed files
with
5,499 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,337 @@ | ||
<!DOCTYPE html> | ||
|
||
|
||
<html theme="dark" showBanner="true" hasBanner="false" > | ||
<link href="/fontawesome/css/fontawesome.css" rel="stylesheet"> | ||
<link href="/fontawesome/css/brands.css" rel="stylesheet"> | ||
<link href="/fontawesome/css/solid.css" rel="stylesheet"> | ||
<script src="/js/color.global.min.js" ></script> | ||
<script src="/js/load-settings.js" ></script> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
|
||
|
||
|
||
|
||
<title>Hello World | Hexo</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<link rel="preload" href="/css/fonts/Roboto-Regular.ttf" as="font" type="font/ttf" crossorigin="anonymous"> | ||
<link rel="preload" href="/css/fonts/Roboto-Bold.ttf" as="font" type="font/ttf" crossorigin="anonymous"> | ||
<link rel="preload" href="/css/fonts/MaterialSymbolsRounded.woff2" as="font" type="font/woff2" crossorigin="anonymous"> | ||
|
||
<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 troubleshooting or you can ask me on GitHub. Quick"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:title" content="Hello World"> | ||
<meta property="og:url" content="http://example.com/2023/08/31/hello-world/index.html"> | ||
<meta property="og:site_name" content="Hexo"> | ||
<meta property="og: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 troubleshooting or you can ask me on GitHub. Quick"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="article:published_time" content="2023-08-31T01:32:20.170Z"> | ||
<meta property="article:modified_time" content="2023-08-31T01:29:34.827Z"> | ||
<meta property="article:author" content="John Doe"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml"> | ||
|
||
|
||
<link rel="icon" media="(prefers-color-scheme: light)" href="/images/favicon-light-32.png" sizes="32x32"> | ||
<link rel="icon" media="(prefers-color-scheme: light)" href="/images/favicon-light-128.png" sizes="128x128"> | ||
<link rel="icon" media="(prefers-color-scheme: light)" href="/images/favicon-light-180.png" sizes="180x180"> | ||
<link rel="icon" media="(prefers-color-scheme: light)" href="/images/favicon-light-192.png" sizes="192x192"> | ||
<link rel="icon" media="(prefers-color-scheme: dark)" href="/images/favicon-dark-32.png" sizes="32x32"> | ||
<link rel="icon" media="(prefers-color-scheme: dark)" href="/images/favicon-dark-128.png" sizes="128x128"> | ||
<link rel="icon" media="(prefers-color-scheme: dark)" href="/images/favicon-dark-180.png" sizes="180x180"> | ||
<link rel="icon" media="(prefers-color-scheme: dark)" href="/images/favicon-dark-192.png" sizes="192x192"> | ||
|
||
|
||
<link rel="stylesheet" href="/css/style.css"> | ||
|
||
<meta name="generator" content="Hexo 6.3.0"></head> | ||
|
||
<body> | ||
|
||
|
||
<div id="main-grid" class="shadow "> | ||
<div id="nav" class="" > | ||
<navbar id="navbar"> | ||
<nav id="title-nav"> | ||
<a href="/"> | ||
<div id="vivia-logo"> | ||
<div class="dot"></div> | ||
<div class="dot"></div> | ||
<div class="dot"></div> | ||
<div class="dot"></div> | ||
</div> | ||
<div>Hexo </div> | ||
</a> | ||
</nav> | ||
<nav id="main-nav"> | ||
|
||
<a class="main-nav-link" href="/">Home</a> | ||
|
||
<a class="main-nav-link" href="/archives">Archives</a> | ||
|
||
<a class="main-nav-link" href="/about">About</a> | ||
|
||
</nav> | ||
<nav id="sub-nav"> | ||
<a id="theme-btn" class="nav-icon"> | ||
<span class="material-symbols-rounded light-mode-icon">wb_sunny</span> | ||
<span class="material-symbols-rounded dark-mode-icon">dark_mode</span> | ||
</a> | ||
|
||
<a id="nav-rss-link" class="nav-icon mobile-hide" href="/atom.xml" title="RSS Feed"> | ||
<span class="material-symbols-rounded rss">rss_feed</span> | ||
</a> | ||
|
||
<a id="nav-search-btn" class="nav-icon" title="Search" style="display: none;"> | ||
<span class="material-symbols-rounded">search</span> | ||
</a> | ||
<div id="nav-menu-btn" class="nav-icon"> | ||
<span class="material-symbols-rounded">menu</span> | ||
</div> | ||
</nav> | ||
</navbar> | ||
<div id="nav-dropdown" class="hidden"> | ||
<div id="dropdown-link-list"> | ||
|
||
<a class="nav-dropdown-link" href="/">Home</a> | ||
|
||
<a class="nav-dropdown-link" href="/archives">Archives</a> | ||
|
||
<a class="nav-dropdown-link" href="/about">About</a> | ||
|
||
|
||
<a class="nav-dropdown-link" href="/atom.xml" title="RSS Feed">RSS</a> | ||
|
||
</div> | ||
</div> | ||
<script> | ||
let dropdownBtn = document.getElementById("nav-menu-btn"); | ||
let dropdownEle = document.getElementById("nav-dropdown"); | ||
dropdownBtn.onclick = function() { | ||
dropdownEle.classList.toggle("hidden"); | ||
} | ||
</script> | ||
</div> | ||
<div id="sidebar-wrapper"> | ||
<sidebar id="sidebar"> | ||
|
||
<div class="widget-wrap"> | ||
<div class="info-card"> | ||
<div class="avatar"> | ||
|
||
<div class="img-dim"></div> | ||
</div> | ||
<div class="info"> | ||
<div class="username">Your Name </div> | ||
<div class="dot"></div> | ||
<div class="subtitle">This is the subtitle </div> | ||
<div class="link-list"> | ||
|
||
<a class="link-btn" target="_blank" rel="noopener" href="https://twitter.com" title="Twitter"><i class="fa-brands fa-twitter"></i></a> | ||
|
||
<a class="link-btn" target="_blank" rel="noopener" href="https://store.steampowered.com" title="Steam"><i class="fa-brands fa-steam"></i></a> | ||
|
||
<a class="link-btn" target="_blank" rel="noopener" href="https://github.com" title="GitHub"><i class="fa-brands fa-github"></i></a> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="sticky"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="widget-wrap"> | ||
<div class="widget"> | ||
<h3 class="widget-title">Tags</h3> | ||
<ul class="widget-tag-list" itemprop="keywords"><li class="widget-tag-list-item"><a class="widget-tag-list-link" href="/tags/%E5%8E%9F%E5%88%9B/" rel="tag">原创</a></li></ul> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<div class="widget-wrap"> | ||
<div class="widget"> | ||
<h3 class="widget-title">Archives</h3> | ||
|
||
|
||
<a class="archive-link" href="/archives/2023/08 "> | ||
August 2023 | ||
<div class="archive-count">2 </div> | ||
</a> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<div class="widget-wrap"> | ||
<div class="widget"> | ||
<h3 class="widget-title">Recent Posts</h3> | ||
<ul> | ||
|
||
<a class="recent-link" href="/2023/08/31/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/" title="我的第一篇博客" > | ||
<div class="recent-link-text"> | ||
我的第一篇博客 | ||
</div> | ||
</a> | ||
|
||
<a class="recent-link" href="/2023/08/31/hello-world/" title="Hello World" > | ||
<div class="recent-link-text"> | ||
Hello World | ||
</div> | ||
</a> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</sidebar> | ||
</div> | ||
<div id="content-body"> | ||
|
||
|
||
<article id="post-hello-world" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting"> | ||
|
||
|
||
|
||
<div class="article-inner"> | ||
<div class="article-main"> | ||
<header class="article-header"> | ||
|
||
<div class="main-title-bar"> | ||
<div class="main-title-dot"></div> | ||
|
||
|
||
<h1 class="p-name article-title" itemprop="headline name"> | ||
Hello World | ||
</h1> | ||
|
||
|
||
</div> | ||
|
||
<div class='meta-info-bar'> | ||
<div class="meta-info"> | ||
<time class="dt-published" datetime="2023-08-31T01:32:20.170Z" itemprop="datePublished">2023-08-31</time> | ||
</div> | ||
<div class="need-seperator meta-info"> | ||
<div class="meta-cate-flex"> | ||
|
||
Uncategorized | ||
|
||
</div> | ||
|
||
</div> | ||
<div class="wordcount need-seperator meta-info"> | ||
78 words | ||
</div> | ||
</div> | ||
|
||
</header> | ||
<div class="e-content article-entry" itemprop="articleBody"> | ||
|
||
<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">"My New Post"</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> | ||
|
||
|
||
<nav id="article-nav"> | ||
<a class="article-nav-btn left " | ||
|
||
href="/2023/08/31/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/" | ||
title="我的第一篇博客" | ||
> | ||
<i class="fa-solid fa-angle-left"></i> | ||
<p class="title-text"> | ||
|
||
我的第一篇博客 | ||
|
||
</p> | ||
</a> | ||
<a class="article-nav-btn right disabled " | ||
> | ||
|
||
<p class="title-text"> | ||
|
||
</p> | ||
<i class="fa-solid fa-angle-right"></i> | ||
</a> | ||
</nav> | ||
|
||
|
||
|
||
</article> | ||
|
||
|
||
</div> | ||
<div id="footer-wrapper"> | ||
<footer id="footer"> | ||
|
||
<div id="footer-info" class="inner"> | ||
|
||
© 2023 Your Name<br> | ||
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a> & Theme <a target="_blank" rel="noopener" href="https://github.com/saicaca/hexo-theme-vivia">Vivia</a> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
<div class="back-to-top-wrapper"> | ||
<button id="back-to-top-btn" class="back-to-top-btn hide" onclick="topFunction()"> | ||
<span class="material-symbols-rounded">keyboard_arrow_up</span> | ||
</button> | ||
</div> | ||
|
||
<script> | ||
function topFunction() { | ||
window.scroll({ top: 0, behavior: 'smooth' }); | ||
} | ||
let btn = document.getElementById('back-to-top-btn'); | ||
function scrollFunction() { | ||
if (document.body.scrollTop > 600 || document.documentElement.scrollTop > 600) { | ||
btn.classList.remove('hide') | ||
} else { | ||
btn.classList.add('hide') | ||
} | ||
} | ||
window.onscroll = function() { | ||
scrollFunction(); | ||
} | ||
</script> | ||
|
||
</div> | ||
<script src="/js/light-dark-switch.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.