Using the bootswatch 'readable' template.

This commit is contained in:
Ahmad Nazir Raja 2014-05-16 00:07:39 +02:00
parent cf692b5548
commit 67c5b83e30
3 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,8 @@ class HtmlCommand extends Command
$style = $this->generateContent($templatePath, 'css');
$links = $this->generateContent($templatePath, 'links');
$templateContent = file_get_contents($templateIndexPath);
$resumeContent = file_get_contents($source);
@ -139,6 +141,7 @@ class HtmlCommand extends Command
$rendered = $m->render($templateContent, array(
'title' => $title,
'style' => $style,
'links' => $links,
'resume' => $resumeHtml,
'reload' => (bool) $refresh,
'refresh_rate' => $refresh

View File

@ -0,0 +1 @@
Bootswatch 'readable' theme

View File

@ -0,0 +1 @@
<link href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">