Skip to content

pojosontheweb/pojosontheweb.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the sources for the website :

http://pojosontheweb.com

We use .md files that we transform using multimarkdown and xsltproc. You'll need those installed.

There's also some Groovy pre-processing of the .md files : you'll also need Groovy to work.

To build the website :

cd www
./gen-site.groovy

This :

  • copies all web resources to target
  • pre-processes .md files and handles top navigation
  • converts to HTML (multimarkdown + xsl transform)