-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
186 lines (150 loc) · 6.6 KB
/
index.html
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keyword" content="">
<link rel="shortcut icon" href="/img/favicon.ico">
<title>Les's digital explorations</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64521263-1', 'auto');
ga('send', 'pageview');
</script>
<link href="/css/journal.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet">
</head>
<body lang="en">
<div class="container">
<div class="row">
<div class="navbar navbar-default navbar-inverse" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://lesv.github.io/">Les's digital explorations</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://lesv.github.io/">Home</a></li>
<li><a href="https://lesv.github.io//page/about/">About</a></li>
<li><a href="https://lesv.github.io//page/resume/">Resume</a></li>
<li><a href="https://lesv.github.io//post/">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10">
<h3><a href="https://lesv.github.io/post/hugo/">hugo</a></h3>
<span class="label label-primary">Sat Jun 27, 2015</span> in
using tags
</small>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-10">
<br>
<p>I met <a href="http://spf13.com/">SPF13</a> last year – remembered having a good chat with him and when I was
thinking about my blog, I considered various options:</p>
<ul>
<li><a href="http://jekyllrb.com/">Jekyll</a></li>
<li><a href="https://blogger.com">blogger</a></li>
</ul>
<p>Then I remembered Hugo.</p>
<p>It’s been a very long time since I created a blog – I’ve owned AngelTech.com for a very long time,
but that’s hosted w/o https certificates, and is a pain to move, due to locked DNS entries, so
I’d thought I’d try hosting on <a href="https://pages.github.com/">Github pages</a>.</p>
<p>Anyway, Steve (SPF13), wrote <a href="http://gohugo.io/">Hugo</a> in <a href="http://golang.org/">Go</a> which sounds a lot
more efficient than Jekyll’s use of Ruby. (Never a fan of scripting languages).</p>
<p>So far, I’m quite happy with it, I’m about a 30 minute user. At this point, I’ve found that many of
the available templates don’t work right out of the box, w/ the exception of the list below. (I tried
them all)</p>
<h2 id="issues:32ab7241d48fcc174c877413a917f8cf">Issues</h2>
<ol>
<li>When there is no theme, it still hangs in server mode.</li>
<li>Changes to config.toml don’t get pickedup durring –watch</li>
</ol>
<h2 id="my-preferred-themes:32ab7241d48fcc174c877413a917f8cf">My Preferred Themes</h2>
<ul>
<li>lanyon – Black & White – really good looking & behaving.</li>
<li><a href="https://github.com/mpas/hugo-journal">journal</a> – delightful = lots of red – some tweaks needed. (I chose this one!)</li>
<li>hugoscroll – delightful big colors – needs customization</li>
</ul>
<h2 id="other-themes:32ab7241d48fcc174c877413a917f8cf">Other Themes</h2>
<ul>
<li>greyshade – good (modify the about)</li>
<li>heather-hugo – good</li>
<li>hyde – good</li>
<li>herring-cove – good (near empty home page)</li>
<li>html5 – good – very sparce home page – no basic width</li>
<li>hugo-base-theme - good - needs mods – huge picture</li>
<li>hugo-bootswatch - Very nice</li>
<li>hugo-incorporated – Really like – missing About, has XML</li>
<li>landing-page-hugo – really nice looking, not for me.</li>
<li>liquorice – nice bw theme – missing about</li>
<li>nofancy – simple nice.</li>
<li>pixyll – Nice - big & bold - bw</li>
<li>shiori – very professional – missing about</li>
<li>simple-a - nice – very sparse</li>
<li>slim - weird UX</li>
<li>tachyons – nice, but full screen – awkward for blogs.</li>
<li>tinyce – minimal, missing about - Missing para breaks</li>
<li>twentyfourteen – lots of search boxes – very long lines</li>
</ul>
<p>Now I’m about 2 hours into it. Still happy – but disappointed at the Theme quality.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-10">
<h3><a href="https://lesv.github.io/post/first/">first</a></h3>
<span class="label label-primary">Sat Jun 27, 2015</span> in
using tags
</small>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-10">
<br>
<p>Everything has a beginning, weather we know it or not. And this is my blog’s beginning. I hope to
write about things I work with, what I learn, what I get wrong, and more. My current interests include
Authentication, Authorization, Big Data, Data Science, Security, Internet of Things, the Brain Project,
the intersection of Neurology and computers, politics - which I won’t write about while I’m at Google,
sustainability, and much more.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
</div>
<div class="container">
<div class="row col-md-12">
<footer>
<div>
<p>
© 2015 Les Vogel ~ based on <a ref="https://github.com/mpas/hugo-journal">Journal Theme</a> by Marco Pas ~ Powered By <a href="http://hugo.spf13.com">Hugo</a>
</p>
</div>
</footer>
</div>
</div>
<script src="/js/jquery-min-2.1.1.js"></script>
<script src="/js/bootstrap.min-3.1.1.js"></script>
</body>
</html>