tobsecret / website

Nextflow public web site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextflow web site

It is a static web site. Pages are generated by using JBake.

Jbake configuration is controlled by file jbake.properties.

Content

Web site content is provided either with Markdown or HTML text file in the folder content. Each content file declares a type property that defines the template to be used. The following type are used :

Page Type Template
Normal page page.ftl
Index index index.ftl
Blog - archive.ftl (blog.html)
Blog posts post post.ftl

Template are contained in the folder templates. To add a custom template add an entry in the jbake.properties file as shown here: template.<type>.file=<type>.ftl.

Generate the web site pages entering the command: jbake and the resulting html are placed in the folder output.

Launch the local web sever to test the result by entering the command: jbake -s

About

Nextflow public web site


Languages

Language:HTML 97.2%Language:CSS 1.5%Language:JavaScript 1.2%Language:FreeMarker 0.1%Language:Ruby 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%Language:Nextflow 0.0%Language:Makefile 0.0%