* Updated LICENSE, READMES/METADATA.md and TODO.md * Added example blog to examples/ * Added preliminary Pygments support for embedding code in pages. * Add preliminary Wordpress dump importer * Expansions to template_tools and metadata to support Blog use case.
		
			
				
	
	
		
			43 lines
		
	
	
		
			No EOL
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			No EOL
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
  <head>
 | 
						|
    <title>Pixywerk2 Another example post!</title>
 | 
						|
    <link rel="stylesheet" type="text/css" href="./css/main.css">
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div class="container">
 | 
						|
      
 | 
						|
	<header><img src="./images/pipe-leak.svg" style="filter: invert(1); height: 2em; float: left; margin: 2px; padding: 0"><h1>
 | 
						|
  Pixywerk
 | 
						|
</h1></header>
 | 
						|
      
 | 
						|
       
 | 
						|
  <article class="post">
 | 
						|
    <div class="featured">
 | 
						|
      <h1>Another example post!</h1>
 | 
						|
      <img src="images/2019-05-16.png" class="featured">
 | 
						|
    </div>
 | 
						|
  <div class="byline">
 | 
						|
  <p>Author: Cas Rusnov<br>
 | 
						|
    Published: 2019-05-17T01:36:35.179351+00:00
 | 
						|
    
 | 
						|
  </p>
 | 
						|
  </div>
 | 
						|
  <div class="article">
 | 
						|
    <h1>Greetings humans!</h1>
 | 
						|
<p>This is yet another example post! halelujah!</p>
 | 
						|
  </div>
 | 
						|
  </article>
 | 
						|
 | 
						|
      <nav><ul>
 | 
						|
	  <li>Documentation</li>
 | 
						|
	  <li>Blog</li>
 | 
						|
	  <li><a href="https://git.antpantheon.com/cas/pixywerk2">Gitea<img src="./images/link-box-variant.svg"></a></li>
 | 
						|
	  <li><a href="https://www.github.com/chaomodus/pixywerk2">Github<img src="./images/link-box-variant.svg"></a></li>
 | 
						|
      </ul></nav>
 | 
						|
      
 | 
						|
	<footer>Copyright © 2019 by Cas Rusnov <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
 | 
						|
	</footer>
 | 
						|
      
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
</html> |