Skip to content

Commit f42fbd8

Browse files
committed
Display only asciicasts on main page
1 parent ab3ca96 commit f42fbd8

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
</div>
1414
</div>
1515

16-
{% include footer.html %}
17-
1816
</body>
1917

2018
</html>

_posts/2012-12-01-finding-bookmarked-projects.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ categories: asciicast
66
---
77

88
{% asciicast 30055 %}
9+
10+
<!--more-->
11+
912
{% gist ryrych/c2d868449e4dcf18cdd1 %}
1013

1114
Alternatively you can open the list of projects with <kbd>b</kbd> and then

_posts/2015-12-01-adding_a_project_to_bookmarks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ categories: asciicast
66
---
77

88
{% asciicast 29529 %}
9+
10+
<!--more-->
11+
912
{% gist ryrych/5e4ec3fb8ccad17e04d8 %}
1013

1114
After adding the project to bookmarks, you choose the project from the list

_posts/2015-12-01-grouping-files.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ categories: asciicast
66
---
77

88
{% asciicast 30059 %}
9+
10+
<!--more-->
11+
912
{% gist ryrych/e95ba23a5f71c93cfda4 %}

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="home">
66

7-
<h1 class="page-heading">Posts</h1>
7+
<h1 class="page-heading">Let’s get started!</h1>
88

99
<ul class="post-list">
1010
{% for post in site.posts %}
@@ -14,10 +14,11 @@ <h1 class="page-heading">Posts</h1>
1414
<h2>
1515
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
1616
</h2>
17+
<div>
18+
{{ post.excerpt }}
19+
</div>
1720
</li>
1821
{% endfor %}
1922
</ul>
2023

21-
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
22-
2324
</div>

0 commit comments

Comments
 (0)