93 lines
4.4 KiB
HTML
93 lines
4.4 KiB
HTML
|
<!doctype html>
|
|||
|
<html lang="en-us">
|
|||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|||
|
<title>Post 224 // Apache</title>
|
|||
|
<link rel="shortcut icon" href="/rounded_logo.png" />
|
|||
|
<meta charset="utf-8" />
|
|||
|
<meta name="generator" content="Hugo 0.127.0">
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|||
|
<meta name="author" content="Apache" />
|
|||
|
<meta name="description" content="" />
|
|||
|
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<meta name="twitter:card" content="summary">
|
|||
|
<meta name="twitter:title" content="Post 224">
|
|||
|
<meta name="twitter:description" content="Hi! I’m apache. Here’s a codeblock:
|
|||
|
local function hello(name) print("Hello, %s":format(name)) end hello("Apache") ">
|
|||
|
|
|||
|
<meta property="og:url" content="http://localhost:1313/pages/post9/">
|
|||
|
<meta property="og:site_name" content="Apache">
|
|||
|
<meta property="og:title" content="Post 224">
|
|||
|
<meta property="og:description" content="Hi! I’m apache. Here’s a codeblock:
|
|||
|
local function hello(name) print("Hello, %s":format(name)) end hello("Apache") ">
|
|||
|
<meta property="og:locale" content="en_us">
|
|||
|
<meta property="og:type" content="article">
|
|||
|
<meta property="article:section" content="pages">
|
|||
|
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
|
|||
|
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
|
|||
|
|
|||
|
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<header class="app-header">
|
|||
|
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
|
|||
|
<span class="app-header-title">Apache</span>
|
|||
|
<p>I'm a hobby developer who writes mediocre code.</p>
|
|||
|
<div class="app-header-social">
|
|||
|
|
|||
|
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
|
|||
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
|
|||
|
<title>My Github</title>
|
|||
|
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
|
|||
|
</svg>
|
|||
|
</a>
|
|||
|
|
|||
|
</div>
|
|||
|
</header>
|
|||
|
<main class="app-container">
|
|||
|
|
|||
|
<article class="post">
|
|||
|
<header class="post-header">
|
|||
|
<h1 class ="post-title">Post 224</h1>
|
|||
|
<div class="post-meta">
|
|||
|
<div>
|
|||
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
|
|||
|
<title>calendar</title>
|
|||
|
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
|
|||
|
</svg>
|
|||
|
Jun 8, 2024
|
|||
|
</div>
|
|||
|
<div>
|
|||
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
|
|||
|
<title>clock</title>
|
|||
|
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
|
|||
|
</svg>
|
|||
|
1 min read
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</header>
|
|||
|
<div class="post-content">
|
|||
|
<p>Hi! I’m apache.
|
|||
|
Here’s a codeblock:</p>
|
|||
|
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
|
|||
|
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">"Hello, %s"</span>:format(name))
|
|||
|
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
|
|||
|
</span></span><span style="display:flex;"><span>
|
|||
|
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">"Apache"</span>)
|
|||
|
</span></span></code></pre></div>
|
|||
|
</div>
|
|||
|
<div class="post-footer">
|
|||
|
|
|||
|
</div>
|
|||
|
</article>
|
|||
|
|
|||
|
</main>
|
|||
|
</body>
|
|||
|
</html>
|