mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Using the bootswatch 'readable' template.
This commit is contained in:
parent
cf692b5548
commit
67c5b83e30
@ -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
|
||||
|
1
templates/readable/description.txt
Normal file
1
templates/readable/description.txt
Normal file
@ -0,0 +1 @@
|
||||
Bootswatch 'readable' theme
|
1
templates/readable/links/bootswatch
Normal file
1
templates/readable/links/bootswatch
Normal file
@ -0,0 +1 @@
|
||||
<link href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">
|
Loading…
x
Reference in New Issue
Block a user