summaryrefslogtreecommitdiff
path: root/_site/blog/back-to-jekyll/index.html
blob: d46d07bd129f9170949f7ec46ca4ee0072fe450d (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
42
43
44
45
46
47
<!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" title="about me">~/about</a></li>
	       <li><a href="/resume" title="my resume">~/resume</a></li>
	       <li><a href="/blog" title="my blog">~/blog</a></li>
	       <li><a href="/resources" title="resources">~/resources</a></li>
	    </ul>


        <h1>Back To Jekyll</h1>
	    <p class="meta">Benjamin Sanders | 06 June 2016 | jekyll</p>
            <p><img src="/assets/images/logo-2x.png" alt="" /></p>

<p>I change my mind a lot!</p>

<p>There I said it but no in all seriousness though I decided, after much thought, to switch back over to Jekyll. The reason being that I felt that Wordpress, while a very good platform for bloggers/writers, wasn’t for me anymore. I wanted to get back to my roots as a web developer and actually blog with code. I mean using command line, git, and the like to power my blog. Plus I like the security of not having to log into my site via a web based login. Now the only login I have is that of my server.</p>

<p><img src="/assets/images/back-to-jekyll-image-1.png" alt="" /></p>

<p>There is just something serene of about running commands through a Powershell window and uploading everything to a repo. I can also choose how I want the site to look without any of the Wordpress code getting the way it just takes me back to a time of writing some code and uploading it to a server.</p>

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


</body>
</html>