… the project

This project was born from the desire of an administrator wishing the following meant something

ssh admin sudo jekyll_usermod.sh\
 --user="Bill"\
 --group="devs"\
 --ssh-pub-key="/path-to-bills/pub.key"\
 --help

like, make a user named Bill within the (possibly shared) devs group.

Which would allow Bill to do something like

ssh Bill git-init Excellent_Project

… and have that mean something to the effect of, make a new repository under Bill‘s ${HOME}/git directory ready for git clone and git push operations.

In this case /srv/Bill/git/Excellent_Project. would be cloneable via…

git clone Bill:git/Excellent_Project

Feature-creep then had it’s marry way with the project, so to speak, and now there’s many more incantations that this project will respond to.

… this site’s documentation

At it’s core this site’s documentation is built in large part thanks to the Jekyll teams’ amazing work both with their projects and with fostering an astounding level of team-work within the community of Open Source developers. Other third party resources utilized in building this site are (but probably not limited to) the following unordered list.

Note; if you believe you have contributed, or that your content or code has been used without citation, the fastest and easiest route is to fork this repo and correct it with a pull request (see GitHub’s About pull requests for general tips), second fastest would be to Open an Issue to notify project maintainers of the error.

  • Minima “is a one-size-fits-all Jekyll theme for writers.”
  • Liquid “is a template engine which was written with very specific requirements”…

… privacy

Seems like every site has to address this somewhere these days, quick-n-short of it is The Project's maintainers at this point are not interested in collecting or storing such things. GitHub and CDNs utilized to bring you this site are the only entities (that project maintainers are aware of) at all concerned with directly collecting your meta-data here.