Skip to content

Commit 16ff6cc

Browse files
author
Steve Krouse
committed
jekll serve; log.html -> log.md
1 parent 6c2a8d4 commit 16ff6cc

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

_data/git-log.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

log.html renamed to log.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
---
2+
title: Log
3+
---
4+
5+
<style>
6+
.commit-header {
7+
font-size: 20px;
8+
}
9+
</style>
10+
11+
# Log
12+
13+
<div id="commits-container">
14+
{% for commit in site.data.git-log %}
15+
<div>
16+
<div class="commit-header">{{ commit.committer.date }} - <a href="https://github.com/stevekrouse/futureofcoding.org/commit/{{ commit.commit }}">{{ commit.commit }}</a></div>
17+
<div class="commit-message">{{ commit.message | markdownify }}</div>
18+
</div>
19+
{% endfor %}
20+
</div>
21+
122
<script>
223
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
324
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -6,6 +27,5 @@
627
ga('create', 'UA-103157758-1', 'auto');
728
ga('send', 'pageview');
829
</script>
9-
<script>window.location.href = 'https://github.com/stevekrouse/futureofcoding.org/commits/master'</script>
1030
<script repoPath="stevekrouse/futureofcoding.org" type="text/javascript" src="/unbreakable-links/index.js"></script>
1131

0 commit comments

Comments
 (0)