grunwaldlab / quiltr

R package for making website representations of directories
http://grunwaldlab.github.io/quiltr/
5 stars 1 forks source link

Abstract website build function so that it can use arbitrary directory structures #47

Closed zachary-foster closed 9 years ago

zachary-foster commented 9 years ago

Currently, users must follow the directory structure of Noble 2009 for the website to be built. This is not ideal for all users and purposes. Instead, there should be a set of flexible options to specify where .html files in any location are displayed on the website. I can think of three sources of information to determine website display location:

grunwald commented 9 years ago

Might be nice to specify a couple of sets of folders (wet-lab, bioinformatics, etc.) as well as a custom set of folders.

zachary-foster commented 9 years ago

@grunwald, good idea! Abstracting the website building function should allow for making various templates for notebooks easy since they can all use the same function with different options and template directory structures. I will start a new issue for this (issue #49).

zachary-foster commented 9 years ago

This is done