mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Initial work towards template support
* Simple refactoring of the config system * Add new unstyled template * Add new modern template (previously the only) * Add placeholder for blocky template * Relocate autoloader * Move build to ./bin
This commit is contained in:
24
templates/blockish/index.html
Normal file
24
templates/blockish/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
{{#reload}}
|
||||
<meta http-equiv="refresh" content="2">
|
||||
{{/reload}}
|
||||
|
||||
<title>{{title}}</title>
|
||||
<style type="text/css">
|
||||
{{{style}}}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
|
||||
<div class="container">
|
||||
<div class="resume">
|
||||
{{{resume}}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user