-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (35 loc) · 1.46 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
---
layout: default
title: Jonathan D. Fitzgerald | Digital Human(ist) - Home
weight: 1
type: page
---
{% if page.title == "Jonathan D. Fitzgerald | Digital Human(ist) - Home" %}
<style type="text/css">
#sidebar {display: none;}
</style>
<div class="home-feature">
<div class="bracket" id="left-bracket">{</div>
<div class="bracket" id="right-bracket">}</div>
<div id="home-text">
<h3><a href="/about/">Hello there...</a></h3>
<p>I'm Fitz. I'm an Assistant Professor of Humanities at Regis College, teaching, researching, and writing about literary journalism, 19th century American literature & culture, DH, ethics, and religion. I'm also a writer and founding contributor of a newsletter called <a href="https://inprog.substack.com" target="_blank">...in Progress</a>. This site is home to a <a href="/blog/">blog</a>, links to some of my <a href="/writing/">publications</a> and <a href="/digital/">digital projects</a>, and my <a href="/cv/">CV</a>. <a href="/about/">Read more...</a></p>
</div>
</div>
{% endif %}
<!--
<div class="home">
<h2>Blog</h2>
<ul class="post-list">
{% for post in site.posts limit: 3 %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2> {{ post.excerpt }}
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ " /feed.xml " | prepend: site.baseurl }}">via RSS</a></p>
</div>
-->