-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (112 loc) · 7.56 KB
/
index.html
File metadata and controls
145 lines (112 loc) · 7.56 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="What's this all about?">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="Laurent Marshall">
<meta name="keywords" content="awesome, definitely">
<meta property="og:site_name" content="TestBlog">
<meta property="og:title" content="TestBlog">
<meta property="og:url" content="LEMarshall.github.io/">
<meta property="og:description" content="What's this all about?">
<meta property="og:type" content="website" />
<meta name="generator" content="Hugo 0.15" />
<title>TestBlog · TestBlog </title>
<link rel="canonical" href="/LEMarshall.github.io/" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="LEMarshall.github.io/index.xml">
<link rel="stylesheet" type='text/css' href="/LEMarshall.github.io/css/main.css"/>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Montserrat:700' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]><p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chrome/">install Google Chrome</a> to experience this site.</p><![endif]-->
<header id="site-header">
<div class="container">
<a href="/LEMarshall.github.io/" alt="TestBlog"><h1 class="blog-title heading">TestBlog</h1></a>
<p class="blog-description"><a href="http://lemarshall.github.io/about/about">What's this all about?</a></p>
</div>
</header>
<main class="content" role="main">
<div class="container">
<article class="li posts">
<header class="post-header">
<h3 class="post-title"><a href="/LEMarshall.github.io/posts/hosting-my-hugo-blog-on-github-pages-2016-03-30/">Hosting my Hugo Blog on Github Pages</a></h3>
<p class="post-time"><time datetime="2016-03-30T00:00:00Z">March 30, 2016</time></p>
</header>
<section class="post-excerpt">
<p>After initially hosting my blog on a virtual machine instance on Google Cloud, I got busy with other things and took my time getting around to finding an alternative hosting solution. The virtual machine instance was a bit too expensive for just hosting a blog when cheaper (or free!) options exist, considering my free trial on Google Cloud ran out. Since I still don’t have a whole lot of time for this project, I decided to try Github Pages, it sounded pretty simple, and in fact it is.</p>
</section>
<footer class="post-footer">
<span>
<i class="fa fa-tag"></i>
Hugo, Github
</span>
</footer>
</article>
<article class="li posts">
<header class="post-header">
<h3 class="post-title"><a href="/LEMarshall.github.io/posts/building-a-blog-with-docker-and-hugo-part2-2016-02-11/">Building a Blog with Docker & Hugo, Part 2</a></h3>
<p class="post-time"><time datetime="2016-02-11T00:00:00Z">February 11, 2016</time></p>
</header>
<section class="post-excerpt">
<p>I got started with Linux about a year ago when a colleague recommended trying Ubuntu as an alternative to Windows. So far, I’ve gained basic competency in the terminal, and acquired a working knowledge of the operating system. I’ve experimented quite a bit with different Linux distributions in Virtual Box - installing and configuring Arch Linux was a great learning experience. But, I think working at an IT company (my role is not technical) and constantly being around web developers and devops engineers was what really got me interested in computing, and pushed me to do a lot more than I otherwise would have - like studying Python, and deploying this site.</p>
</section>
<footer class="post-footer">
<span>
<i class="fa fa-tag"></i>
Development, Hugo, Docker
</span>
</footer>
</article>
<article class="li posts">
<header class="post-header">
<h3 class="post-title"><a href="/LEMarshall.github.io/posts/building-a-blog-with-docker-and-hugo-2016-02-10/">Building a Blog with Docker and Hugo</a></h3>
<p class="post-time"><time datetime="2016-02-10T00:00:00Z">February 10, 2016</time></p>
</header>
<section class="post-excerpt">
<p>After hearing and reading about Docker, I decided to try building a static blog on my own as a learning experience. I decided to use Hugo to generate and serve my blog, and I used a short script with git to automatically post updates. Due to its compact size, Alpine Linux was a good base for my docker image. You can check out the Dockerfile I developed on github.</p>
</section>
<footer class="post-footer">
<span>
<i class="fa fa-tag"></i>
Development, Hugo, Docker
</span>
</footer>
</article>
<article class="li about">
<header class="post-header">
<h3 class="post-title"><a href="/LEMarshall.github.io/about/about/">Blogging on IT Topics and More</a></h3>
<p class="post-time"><time datetime="2016-02-09T00:00:00Z">February 9, 2016</time></p>
</header>
<section class="post-excerpt">
<p>Hi, I’m Laurent Marshall. I’m a former U.S. Peace Corps volunteer (Ukraine, 2010-2013) currently working at an IT company in customer relations and marketing. I initially created this blog as a way to experiment with Docker and the static site generator/web server Hugo, and just called it “TestBlog” in the config file. It will probably stay that way unless I can think of something better (I have my doubts). Over the last year or so I’ve become more interested in IT, computing, and programming.</p>
</section>
<footer class="post-footer">
<span>
</span>
</footer>
</article>
</div>
</main>
<footer id="site-footer">
<div class="container">
<a href="/LEMarshall.github.io/index.xml" title="Get the RSS feed"><span class="tooltip"><i class="fa fa-rss"></i></span></a>
<section>© <a href="/LEMarshall.github.io/">Laurent Marshall</a> 2015 | All rights reserved</section>
<section>Theme by <a href="http://www.jrdnbwmn.com">Jordan Bowman</a>. Generated with <a href="http://gohugo.io/">Hugo</a>.</section>
</div>
</footer>
<script type="text/javascript" src="/LEMarshall.github.io/js/fittext.js"></script>
<script type="text/javascript">
$(".heading").fitText();
</script>
</body>
</html>