Skip to content

Commit b6da42c

Browse files
committedDec 1, 2015
Rework site style and update bootstrap
1 parent c0df911 commit b6da42c

File tree

95 files changed

+9348
-1240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+9348
-1240
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ Thumbs.db
99
.rbenv-version
1010
.rvmrc
1111
*.swp
12+
13+
.sass-cache/*

‎index.md ‎00-index.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
layout: page
33
title: SIGINT
44
tagline: "UCSD CTF"
5+
permalink: /
6+
group: navigation
57
---
68
{% include JB/setup %}
79

810
<div class="posts">
911
{% for post in site.posts %}
12+
<div class="post">
1013
<h2 style="border-bottom: 1px solid #eee;">
1114
<a style="color:#444;" href="{{ BASE_PATH}}{{ post.url }}">
1215
{{post.title}}
@@ -16,5 +19,6 @@ tagline: "UCSD CTF"
1619
<p style="margin-top: -10px;"><em>{{ post.date | date_to_string }}</em></p>
1720
<div>{{ post.excerpt }}</div>
1821
<p><strong><a href="{{ post.url }}">Read more...</a></strong></p>
22+
</div>
1923
{% endfor %}
2024
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.