Skip to content

Commit 68da100

Browse files
committed
Site updated: 2024-11-17 14:03:03
1 parent 33818c8 commit 68da100

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4711
-0
lines changed

2024/11/17/hello-world/index.html

Lines changed: 307 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,307 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head prefix="og: https://ogp.me/ns#">
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="color-scheme" content="light dark">
7+
8+
<title>Hello World - Hexo</title>
9+
10+
<link rel="shortcut icon" href="/favicon.png">
11+
12+
13+
<link rel='manifest' href='/manifest.json'>
14+
15+
16+
17+
18+
19+
<meta property="og:title" content="Hello World - Hexo" />
20+
21+
<meta property="og:type" content="article" />
22+
23+
<meta property="og:url" content="https://shane-ss.github.io/2024/11/17/hello-world/index.html" />
24+
25+
<meta property="og:image" content="/favicon.png" />
26+
27+
<meta property="og:article:published_time" content="2024-11-17T05:52:21.948Z" />
28+
29+
<meta property="og:article:author" content="John Doe" />
30+
31+
32+
33+
34+
<link rel="stylesheet" href="/css/var.css">
35+
36+
37+
<link rel="stylesheet" href="/css/main.css">
38+
39+
40+
<link rel="stylesheet" href="/css/typography.css">
41+
42+
43+
<link rel="stylesheet" href="/css/code-highlighting.css">
44+
45+
46+
<link rel="stylesheet" href="/css/components.css">
47+
48+
49+
<link rel="stylesheet" href="/css/nav.css">
50+
51+
52+
<link rel="stylesheet" href="/css/paginator.css">
53+
54+
55+
<link rel="stylesheet" href="/css/footer.css">
56+
57+
58+
<link rel="stylesheet" href="/css/post-list.css">
59+
60+
61+
62+
<link rel="stylesheet" href="/css/rainbow-banner.css">
63+
64+
65+
66+
67+
<link rel="stylesheet" href="/css/toc.css">
68+
69+
70+
71+
72+
73+
74+
<link rel="stylesheet" href="/css/post.css">
75+
76+
77+
78+
79+
80+
81+
82+
83+
<meta name="generator" content="Hexo 7.3.0"></head>
84+
<body
85+
data-color-scheme="auto"
86+
data-uppercase-categories="true"
87+
88+
data-rainbow-banner="true"
89+
data-rainbow-banner-shown="auto"
90+
data-rainbow-banner-month="6"
91+
data-rainbow-banner-colors="#e50000,#ff8d00,#ffee00,#008121,#004cff,#760188"
92+
93+
data-config-root="/"
94+
95+
data-toc="true"
96+
data-toc-max-depth="2"
97+
98+
99+
>
100+
<nav id="theme-nav">
101+
<div class="inner">
102+
<a class="title" href="/">Blog</a>
103+
<div class="nav-arrow"></div>
104+
<div class="nav-items">
105+
<a class="nav-item nav-item-home" href="/">Home</a>
106+
107+
108+
<a class="nav-item" href="/archives">Archives</a>
109+
110+
111+
112+
<a class="nav-item" href="/friends">Friends</a>
113+
114+
115+
116+
<a class="nav-item" href="/projects">Projects</a>
117+
118+
119+
120+
<a class="nav-item" href="/about">About</a>
121+
122+
123+
124+
<a class="nav-item nav-item-github nav-item-icon" href="https://github.com/MrWillCom" target="_blank" aria-label="GitHub">&nbsp;</a>
125+
126+
127+
128+
<a class="nav-item nav-item-codepen nav-item-icon" href="https://codepen.io/mrwillcom" target="_blank" aria-label="CodePen">&nbsp;</a>
129+
130+
131+
132+
<a class="nav-item nav-item-patreon nav-item-icon" href="https://www.patreon.com/MrWillCom" target="_blank" aria-label="Patreon">&nbsp;</a>
133+
134+
135+
136+
<a class="nav-item nav-item-mastodon nav-item-icon" href="https://noc.social/@MrWillCom" target="_blank" aria-label="Mastodon">&nbsp;</a>
137+
138+
139+
140+
<a class="nav-item nav-item-discord nav-item-icon" href="https://discord.gg/UKuFDjcfY8" target="_blank" aria-label="Discord">&nbsp;</a>
141+
142+
143+
144+
<a class="nav-item nav-item-search nav-item-icon" href="/search" target="_blank" aria-label="Search">&nbsp;</a>
145+
146+
147+
</div>
148+
</div>
149+
</nav>
150+
151+
<article class="post">
152+
<div class="meta">
153+
154+
155+
156+
<div class="date" id="date">
157+
<span>November</span>
158+
<span>17,</span>
159+
<span>2024</span>
160+
</div>
161+
162+
163+
<h1 class="title">Hello World</h1>
164+
</div>
165+
166+
<div class="divider"></div>
167+
168+
<div class="content">
169+
<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>
170+
<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>
171+
172+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
173+
<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>
174+
175+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
176+
<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>
177+
178+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
179+
<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>
180+
181+
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
182+
183+
</div>
184+
185+
186+
<div class="about">
187+
<h1>About this Post</h1>
188+
<div class="details">
189+
<p>This post is written by John Doe, licensed under <a target="_blank" rel="noopener" href="https://creativecommons.org/licenses/by-nc/4.0">CC BY-NC 4.0</a>.</p>
190+
</div>
191+
192+
</div>
193+
194+
195+
<div class="container post-prev-next">
196+
<a class="next"></a>
197+
<a class="prev"></a>
198+
</div>
199+
200+
201+
202+
203+
204+
</article>
205+
206+
<footer>
207+
<div class="inner">
208+
<div class="links">
209+
210+
<div class="group">
211+
<h2 class="title">Blog</h2>
212+
213+
<a href="/" class="item">Blog</a>
214+
215+
<a href="/archives" class="item">Archives</a>
216+
217+
<a href="/tags" class="item">Tags</a>
218+
219+
<a href="/categories" class="item">Categories</a>
220+
221+
<a href="/search" class="item">Search</a>
222+
223+
<a href="/friends" class="item">Friends</a>
224+
225+
<a href="/projects" class="item">Projects</a>
226+
227+
<a href="/resume" class="item">Resume</a>
228+
229+
<a href="/about" class="item">About</a>
230+
231+
<a href="/atom.xml" class="item">RSS</a>
232+
233+
</div>
234+
235+
<div class="group">
236+
<h2 class="title">Projects</h2>
237+
238+
<a target="_blank" rel="noopener" href="https://github.com/MrWillCom/rsa-cli" class="item">RSA CLI</a>
239+
240+
<a target="_blank" rel="noopener" href="https://github.com/MrWillCom/hexo-theme-cupertino" class="item">Hexo Theme Cupertino</a>
241+
242+
<a target="_blank" rel="noopener" href="https://github.com/MrWillCom/a-calendar" class="item">A Calendar</a>
243+
244+
<a target="_blank" rel="noopener" href="https://github.com/MrWillCom/auto-mirroring-bucket" class="item">Auto Mirroring Bucket</a>
245+
246+
</div>
247+
248+
<div class="group">
249+
<h2 class="title">Me</h2>
250+
251+
<a target="_blank" rel="noopener" href="https://github.com/MrWillCom" class="item">GitHub</a>
252+
253+
<a target="_blank" rel="noopener" href="https://codepen.io/mrwillcom" class="item">CodePen</a>
254+
255+
<a target="_blank" rel="noopener" href="https://www.patreon.com/MrWillCom" class="item">Patreon</a>
256+
257+
<a target="_blank" rel="noopener" href="https://noc.social/@MrWillCom" class="item">Mastodon</a>
258+
259+
<a target="_blank" rel="noopener" href="https://discord.gg/UKuFDjcfY8" class="item">Discord</a>
260+
261+
<a href="mailto:[email protected]" class="item">Email</a>
262+
263+
</div>
264+
265+
</div>
266+
<span>&copy; 2024 John Doe<br>Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </span>
267+
268+
269+
<br>
270+
<div class="color-scheme-toggle" role="radiogroup" id="theme-color-scheme-toggle">
271+
<label>
272+
<input type="radio" value="light">
273+
<span>Light</span>
274+
</label>
275+
<label>
276+
<input type="radio" value="dark">
277+
<span>Dark</span>
278+
</label>
279+
<label>
280+
<input type="radio" value="auto">
281+
<span>Auto</span>
282+
</label>
283+
</div>
284+
285+
</div>
286+
</footer>
287+
288+
289+
290+
<script src="/js/main.js"></script>
291+
292+
293+
294+
295+
296+
297+
<script src="https://unpkg.com/scrollreveal"></script>
298+
<script>
299+
window.addEventListener('load', () => {
300+
ScrollReveal({ delay: 250, reset: true, easing: 'cubic-bezier(0, 0, 0, 1)' })
301+
ScrollReveal().reveal('.post-list-item .cover-img img')
302+
ScrollReveal().reveal('.post-list-item, .card, .content p img, .content .block-large img', { distance: '60px', origin: 'bottom', duration: 800 })
303+
})
304+
</script>
305+
306+
</body>
307+
</html>

0 commit comments

Comments
 (0)