-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
86 lines (76 loc) · 4.16 KB
/
index2.html
File metadata and controls
86 lines (76 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>The Train Station</title>
<link rel="stylesheet" href="./theme/css/main.css" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./">The Train Station</a></h1>
<nav><ul>
<li><a href="./category/development.html">Development</a></li>
<li><a href="./category/general.html">General</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="2">
<li><article class="hentry">
<header>
<h1><a href="./refactoring-this-flask-view.html" rel="bookmark"
title="Permalink to Refactoring this Flask View">Refactoring this Flask View</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2019-06-15T12:00:00-05:00">
Published: Sat 15 June 2019
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/seth-buntin.html">Seth Buntin</a>
</address>
<p>In <a href="./category/development.html">Development</a>.</p>
<p>tags: <a href="./tag/python.html">python</a> <a href="./tag/refactoring.html">refactoring</a> <a href="./tag/design.html">design</a> </p>
</footer><!-- /.post-info --> <p>Recently, <a href="http://myemma.com">at my day job</a>, I ran across a situation that I wondered if I could make better. <em>"Better"</em> to a software
engineer is definitely subjective. Hopefully I make the case as to why I think it is better.</p>
<h2>Change</h2>
<p>If there is one thing I've learned as a software …</p>
<a class="readmore" href="./refactoring-this-flask-view.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="./decent-python-workflow-in-vim.html" rel="bookmark"
title="Permalink to Decent Python workflow in Vim">Decent Python workflow in Vim</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2019-06-14T20:00:00-05:00">
Published: Fri 14 June 2019
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/seth-buntin.html">Seth Buntin</a>
</address>
<p>In <a href="./category/development.html">Development</a>.</p>
<p>tags: <a href="./tag/python.html">python</a> <a href="./tag/vim.html">vim</a> <a href="./tag/tmux.html">tmux</a> <a href="./tag/lsp.html">lsp</a> </p>
</footer><!-- /.post-info --> <p>Like many others, I've been using IntelliJ's Python plugin to do Python development. One would be hardpressed to find
a better environment to develop within. I've often told people that Ideavim is the best Vim I've ever used. Not because
it is more powerful than Vim proper but because of …</p>
<a class="readmore" href="./decent-python-workflow-in-vim.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
<p class="paginator">
<a href="./index.html">«</a>
Page 2 / 2
</p>
</section><!-- /#content -->
<section id="extras" class="body">
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>