Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
Simplify Repo, remove unnedeed js-files and make it more 'jekyll' like
Browse files Browse the repository at this point in the history
  • Loading branch information
sangyye committed Dec 1, 2014
1 parent 647fb2c commit 314a6f4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 48 deletions.
25 changes: 0 additions & 25 deletions Gruntfile.js

This file was deleted.

2 changes: 0 additions & 2 deletions Procfile

This file was deleted.

10 changes: 7 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
title_tag_text: Solo, a Jekyll Theme
h1_tag_text: Solo
# Site settings
title: Solo, a Jekyll Theme
tag_text: Solo

exclude: ["Procfile", "Gruntfile.js", "README.md", "package.json", "CNAME", "node_modules"]
# Build settings
markdown: kramdown

exclude: ["README.md"]
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ site.title_tag_text }}</title>
<title>{{ site.title }}</title>
<link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/syntax.css">
Expand All @@ -13,7 +13,7 @@
</head>
<body>
<div class="container">
<h1><a href="./">{{ site.h1_tag_text }}</a></h1>
<h1><a href="./">{{ site.tag_text }}</a></h1>
{{ content }}
</div>
{% include scripts.html %}
Expand Down
6 changes: 0 additions & 6 deletions index.html

This file was deleted.

4 changes: 3 additions & 1 deletion _includes/index.md → index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

---
layout: default
---

[Solo](http://solo.chibi.io) is a Jekyll theme that supports **single-page websites** only, but supports them well. Yes, it's responsive.

Expand Down
9 changes: 0 additions & 9 deletions package.json

This file was deleted.

0 comments on commit 314a6f4

Please sign in to comment.