Skip to content

mana99/whoami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple experiment with the XSLT template processing model by W3C to build a static web page containing résumé informations.

The data model is contained in darth.xml, while the source template is in template.xslt and the CSS stylesheet and other media in the static/ folder.

In GNU/Linux, generate the HTML page using the XSLT template engine:

xsltproc darth.xml > build/index.html 

and copy the static files with:

cp -r static/* build/

or simply call the build.sh script.

The rendered web page can be found at https://dvader.surge.sh.

Releases

No releases published

Packages

No packages published