This commit is contained in:
Scott Austin 2015-06-04 22:14:11 -07:00
parent 34749ae03e
commit 965d2f6ae4
3 changed files with 13 additions and 5 deletions

View File

@ -15,9 +15,11 @@
</title>
<!-- CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/lanyon.css">
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/poole.css">
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/lanyon.css">
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/bootstrap.min.css">
{{ site.github.project_title | prepend:'/' }}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<!-- Icons -->

View File

@ -2,7 +2,7 @@
layout: default
title: Home
---
<div class="container">
<p> {{ site.html_url }}
{{ followers_url }}
@ -44,4 +44,5 @@ title: Home
<p>site.tags - {{ site.tags }}</p>
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
</div>

5
public/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long