Skip to content

Commit

Permalink
Release 2.0.8 : New readable theme
Browse files Browse the repository at this point in the history
Includes support for new /links folder in the template directory
  • Loading branch information
craig-davis committed May 17, 2014
1 parent 3305c9d commit b9ed407
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ at the [blog post for the project][blog].

## Help
```
Markdown Resume Generator version 2.0.7 by Craig Davis
Markdown Resume Generator version 2.0.8 by Craig Davis
Usage:
[options] command [arguments]
Expand Down Expand Up @@ -100,6 +100,8 @@ are a more comfortable with html than markdown, you should use it.

## Changelog

* __2.0.8__ : New `readable` theme contributed by @ahmadnazir, minor refactor
to support a /links directory
* __2.0.7__ : Update composer to use `sunra/php-simple-html-dom-parser` this
appears to be better maintained and more popular to close #27
* __2.0.6__ : Fix empty template list from phar file to close #24
Expand Down
Binary file modified bin/md2resume
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"html5"
],
"license": "MIT",
"version": "2.0.7",
"version": "2.0.8",
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
"authors": [
Expand Down
8 changes: 8 additions & 0 deletions templates/readable/css/resume.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#footer {
display: none;
}

#footer + p {
width: 100%;
font-size: 11px;
}
14 changes: 8 additions & 6 deletions templates/readable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
{{#reload}}
<meta http-equiv="refresh" content="{{refresh_rate}}">
{{/reload}}

<title>{{title}}</title>

{{{links}}}
<style type="text/css">
{{{style}}}
</style>
</head>
<body>

{{{resume}}}

<div class="container">
{{{resume}}}
</div>
</body>
{{{links}}}
</html>
2 changes: 1 addition & 1 deletion templates/readable/links/bootswatch
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8

0 comments on commit b9ed407

Please sign in to comment.