1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 00:36:55 +01:00

Adding pdf generation capabilities

This commit is contained in:
Guido Cossu
2018-03-15 17:01:59 +00:00
parent 7c51dc07f1
commit 38f93f7e12
60 changed files with 5593 additions and 112 deletions

26
pdfconfigs/titlepage.html Normal file
View File

@ -0,0 +1,26 @@
---
type: title
search: exclude
permalink: /titlepage.html
---
<div class="printTitleImage">
<img src="{{site.url}}/{{site.baseurl}}/images/GridLogo.png" alt="GRID" height="300" width="300"/>
</div>
<div class="printTitleArea">
<div class="printTitle">{{site.print_title}}</div>
<div class="printAuthors">{{site.authors}}</div>
<div class="printSubtitle">{{site.print_subtitle}}</div>
<div class="copyrightBoilerplate">
<p>&copy; {{ site.time | date: "%Y" }} {{site.name}}. This is a boilerplate copyright statement... All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
</p>
</div>
<div class="lastGeneratedDate">Last generated: {{ site.time | date: '%B %d, %Y' }}</div>
</div>