summaryrefslogtreecommitdiff
path: root/_site/blog/welcome-to-jekyll.html
blob: f151e96509790bba273dabf125036f98fd852e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta content="Ben's Corner of the Web" property="og:title">
    <meta content="Ben is a GNU/Linux nerd and these are his links" property="og:description">
    <meta content="https://ben.sanders.life" property="og:url">
    <meta content="https://bsand.net/assets/me.jpeg" property="og:image">
    <meta content="#b172bc" data-react-helmet="true" name="theme-color">
    <link rel="stylesheet" href="/main.css">
    <title>Ben's Website</title>
</head>

<body>
    <div id="website-container">
                    <ul class="navigation">
               <li><a href="/" title="home">~/</a></li>
	       <li><a href="/about.html" title="about me">~/about</a></li>
	       <li><a href="/resume.html" title="my resume">~/resume</a></li>
	       <li><a href="/blog.html" title="my blog">~/blog</a></li>
	       <li><a href="/resources.html" title="resources">~/resources</a></li>
	    </ul>


        <h1>Welcome to Jekyll</h1>
	    <p class="meta">Benjamin Sanders | 02 March 2022 | Jekyll,Update</p>
            <h2 id="is-this-thing-on">Is this thing on?</h2>

<p>I decided I wanted to switch over from Ghost back to Jekyll as I missed the simplicity of not having to deal with databases. It also means everything is static so less resources.</p>

    </div>
    <footer>
	<small>&copy; Ben Sanders, 2025</small>
    </footer>
    <!-- <script src="./index.js"></script> -->


</body>
</html>