Add blog entries to front page
This commit is contained in:
parent
86158917b7
commit
38347b867b
1 changed files with 13 additions and 0 deletions
13
index.md
13
index.md
|
|
@ -12,3 +12,16 @@ I'm available for contract-based software development, with an emphasis on embed
|
||||||
I've been a contributor to Free and Open Source software for over 20 years.
|
I've been a contributor to Free and Open Source software for over 20 years.
|
||||||
See my [github profile](https://github.com/jepler) for my contributions and original software.
|
See my [github profile](https://github.com/jepler) for my contributions and original software.
|
||||||
|
|
||||||
|
|
||||||
|
My Blog
|
||||||
|
=======
|
||||||
|
|
||||||
|
I've chosen these posts with a technical emphasis from my personal blog:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue