-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (33 loc) · 722 Bytes
/
index.html
File metadata and controls
41 lines (33 loc) · 722 Bytes
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
---
layout: default
header: David Mann
og_title: David Mann, Minneapolis Software Engineer
og_description: Doing projects, solving problems, having fun.
og_image: /assets/images/mann.jpg
og_type: website
---
{% include skills.html %}
<hr>
<h2>Projects</h2>
<ul class="items">
{% for post in site.categories.project %}
{% include post-list-item.html post=post %}
{% endfor %}
</ul>
<hr>
<h2>Posts</h2>
<ul class="items">
{% for post in site.categories.blog %}
{% include post-list-item.html post=post %}
{% endfor %}
</ul>
{% comment %}
<h4>Pages</h4>
<ul>
{% for page in site.html_pages %}
<li>
<a href="{{ page.url }}">{{ page.name }}</a>
</li>
{% endfor %}
</ul> -->
{% endcomment %}